Skip to content

Commit

Permalink
Merge branch 'LatentSeed_update' of https://github.com/FizzleDorf/Com…
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Feb 2, 2024
2 parents 951a206 + f2bae74 commit d0e2354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_extras/nodes_latent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d0e2354

Please sign in to comment.