diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-12 20:44:36 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-12 20:44:36 +0000 |
commit | 19a817d97dad1b2ce58e70cadc35ccba5cf1130e (patch) | |
tree | c027e7453a241ff5a389c7f943b737c3d11f3260 /modules/img2img.py | |
parent | 744ac1f89a075be4535146279feef800214c35a8 (diff) | |
download | stable-diffusion-webui-gfx803-19a817d97dad1b2ce58e70cadc35ccba5cf1130e.tar.gz stable-diffusion-webui-gfx803-19a817d97dad1b2ce58e70cadc35ccba5cf1130e.tar.bz2 stable-diffusion-webui-gfx803-19a817d97dad1b2ce58e70cadc35ccba5cf1130e.zip |
X/Y plot with denoising adds incorrect image data to individual outputs #331
Diffstat (limited to 'modules/img2img.py')
-rw-r--r-- | modules/img2img.py | 1 |
1 files changed, 0 insertions, 1 deletions
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)
}
)
|