aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-10-02 10:05:27 +0000
committerGitHub <noreply@github.com>2023-10-02 10:05:27 +0000
commitdc2074c46d21533f2bf1663800c3d91e46eaa810 (patch)
tree15f90862e78848579cd75847f39ef5811ba37b5d /modules/processing.py
parent362675e75bf4b3826af3ccff1f4fc458d85a0e0a (diff)
parent3f763d41e8ff7f09f89adb00eec440f18566d260 (diff)
downloadstable-diffusion-webui-gfx803-dc2074c46d21533f2bf1663800c3d91e46eaa810.tar.gz
stable-diffusion-webui-gfx803-dc2074c46d21533f2bf1663800c3d91e46eaa810.tar.bz2
stable-diffusion-webui-gfx803-dc2074c46d21533f2bf1663800c3d91e46eaa810.zip
Merge pull request #13466 from AUTOMATIC1111/denoising-none
Change denoising_strength default to None.
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py
index 618f8abe..36bc94f7 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -142,7 +142,7 @@ class StableDiffusionProcessing:
overlay_images: list = None
eta: float = None
do_not_reload_embeddings: bool = False
- denoising_strength: float = 0
+ denoising_strength: float = None
ddim_discretize: str = None
s_min_uncond: float = None
s_churn: float = None