Merge branch 'LatentSeed_update' of https://github.com/FizzleDorf/ComfyUI

This commit is contained in:
comfyanonymous 2024-02-02 04:38:18 -05:00
commit d0e2354c28

View File

@ -126,7 +126,7 @@ class LatentBatchSeedBehavior:
@classmethod
def INPUT_TYPES(s):
return {"required": { "samples": ("LATENT",),
"seed_behavior": (["random", "fixed"],),}}
"seed_behavior": (["random", "fixed"],{"default": "fixed"}),}}
RETURN_TYPES = ("LATENT",)
FUNCTION = "op"