From 19a817d97dad1b2ce58e70cadc35ccba5cf1130e Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Mon, 12 Sep 2022 23:44:36 +0300 Subject: X/Y plot with denoising adds incorrect image data to individual outputs #331 --- modules/img2img.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/img2img.py') diff --git a/modules/img2img.py b/modules/img2img.py index 15e35093..e3109121 100644 --- a/modules/img2img.py +++ b/modules/img2img.py @@ -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) } ) -- cgit v1.2.1