Merge pull request #13466 from AUTOMATIC1111/denoising-none

Change denoising_strength default to None.
This commit is contained in:
AUTOMATIC1111 2023-10-02 13:05:27 +03:00 committed by GitHub
commit dc2074c46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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