mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-03 04:02:56 +08:00
Change denoising_strength default to None.
This commit is contained in:
parent
5ef669de08
commit
3f763d41e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user