Skip to content

Commit 3f763d4

Browse files
authored
Change denoising_strength default to None.
1 parent 5ef669d commit 3f763d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class StableDiffusionProcessing:
142142
overlay_images: list = None
143143
eta: float = None
144144
do_not_reload_embeddings: bool = False
145-
denoising_strength: float = 0
145+
denoising_strength: float = None
146146
ddim_discretize: str = None
147147
s_min_uncond: float = None
148148
s_churn: float = None

0 commit comments

Comments
 (0)