Skip to content

Commit

Permalink
Change denoising_strength default to None.
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd committed Oct 2, 2023
1 parent 5ef669d commit 3f763d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f763d4

Please sign in to comment.