Browse Source

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

pull/2718/head
comfyanonymous 10 months ago
parent
commit
d0e2354c28
  1. 2
      comfy_extras/nodes_latent.py

2
comfy_extras/nodes_latent.py

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

Loading…
Cancel
Save