X/Y plot with denoising adds incorrect image data to individual outputs #331

This commit is contained in:
AUTOMATIC
2022-09-12 23:44:36 +03:00
parent 744ac1f89a
commit 19a817d97d
2 changed files with 1 additions and 1 deletions

View File

@@ -63,7 +63,6 @@ def img2img(prompt: str, negative_prompt: str, prompt_style: str, init_img, init
inpaint_full_res=inpaint_full_res,
inpainting_mask_invert=inpainting_mask_invert,
extra_generation_params={
"Denoising strength": denoising_strength,
"Denoising strength change factor": (denoising_strength_change_factor if is_loopback else None)
}
)