Skip to content
代码片段 群组 项目
提交 5692bf15 编辑于 作者: AUTOMATIC1111's avatar AUTOMATIC1111
浏览文件

add missing field for DDIM sampler that was breaking img2img

上级 e55fec9d
No related branches found
No related tags found
无相关合并请求
......@@ -80,6 +80,7 @@ class CompVisSampler(sd_samplers_common.Sampler):
self.eta_default = 0.0
self.model_wrap_cfg = CFGDenoiserTimesteps(self)
self.model_wrap = self.model_wrap_cfg.inner_model
def get_timesteps(self, p, steps):
discard_next_to_last_sigma = self.config is not None and self.config.options.get('discard_next_to_last_sigma', False)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册