mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
X/Y plot with denoising adds incorrect image data to individual outputs #331
This commit is contained in:
@@ -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)
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user