Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#13466 from AUTOMATIC1111/denoising-none
Browse files Browse the repository at this point in the history
Change denoising_strength default to None.
  • Loading branch information
AUTOMATIC1111 authored Oct 2, 2023
2 parents 362675e + 3f763d4 commit dc2074c
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 dc2074c

Please sign in to comment.