mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-07 07:42:32 +08:00
Enable change denoise of KSamplerAdvanced
It's not reasonable that denoise of KSampler can be changed but denoise of KSamplerAdvanced can't be changed.
This commit is contained in:
parent
5036fecbdd
commit
b2aef56ea2
1
nodes.py
1
nodes.py
@ -759,6 +759,7 @@ class KSamplerAdvanced:
|
|||||||
"start_at_step": ("INT", {"default": 0, "min": 0, "max": 10000}),
|
"start_at_step": ("INT", {"default": 0, "min": 0, "max": 10000}),
|
||||||
"end_at_step": ("INT", {"default": 10000, "min": 0, "max": 10000}),
|
"end_at_step": ("INT", {"default": 10000, "min": 0, "max": 10000}),
|
||||||
"return_with_leftover_noise": (["disable", "enable"], ),
|
"return_with_leftover_noise": (["disable", "enable"], ),
|
||||||
|
"denoise": ("FLOAT", {"default": 1.0, "min": 0.0, "max": 1.0, "step": 0.01}),
|
||||||
}}
|
}}
|
||||||
|
|
||||||
RETURN_TYPES = ("LATENT",)
|
RETURN_TYPES = ("LATENT",)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user