mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
changed default of LatentBatchSeedBehavior to fixed
This commit is contained in:
parent
4c54c2ec0f
commit
f2bae7463e
@ -126,7 +126,7 @@ class LatentBatchSeedBehavior:
|
|||||||
@classmethod
|
@classmethod
|
||||||
def INPUT_TYPES(s):
|
def INPUT_TYPES(s):
|
||||||
return {"required": { "samples": ("LATENT",),
|
return {"required": { "samples": ("LATENT",),
|
||||||
"seed_behavior": (["random", "fixed"],),}}
|
"seed_behavior": (["random", "fixed"],{"default": "fixed"}),}}
|
||||||
|
|
||||||
RETURN_TYPES = ("LATENT",)
|
RETURN_TYPES = ("LATENT",)
|
||||||
FUNCTION = "op"
|
FUNCTION = "op"
|
||||||
|
Loading…
Reference in New Issue
Block a user