提交 2dbc9c59 编写于 作者: B Brian Drupieski

only set loopback color corrections if corrections enabled

上级 cf70528b
......@@ -49,7 +49,9 @@ class Script(scripts.Script):
p.n_iter = 1
p.batch_size = 1
p.do_not_save_grid = True
p.color_corrections = initial_color_corrections
if opts.img2img_color_correction:
p.color_corrections = initial_color_corrections
state.job = f"Iteration {i + 1}/{loops}, batch {n + 1}/{batch_count}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册