We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef669d commit 3f763d4Copy full SHA for 3f763d4
modules/processing.py
@@ -142,7 +142,7 @@ class StableDiffusionProcessing:
142
overlay_images: list = None
143
eta: float = None
144
do_not_reload_embeddings: bool = False
145
- denoising_strength: float = 0
+ denoising_strength: float = None
146
ddim_discretize: str = None
147
s_min_uncond: float = None
148
s_churn: float = None
0 commit comments