Commit 47be7e1f authored by AUTOMATIC's avatar AUTOMATIC

fix for #43

parent 63a3ae2b
......@@ -1600,7 +1600,7 @@ def img2img(prompt: str, init_img, init_img_with_mask, steps: int, sampler_index
initial_seed = processed.seed
initial_info = processed.info
p.init_img = processed.images[0]
p.init_images = [processed.images[0]]
p.seed = processed.seed + 1
p.denoising_strength = max(p.denoising_strength * 0.95, 0.1)
history.append(processed.images[0])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment