Update external_latent.py

This commit is contained in:
lllyasviel
2024-02-03 01:03:12 -08:00
parent 95c9ed52fc
commit 67c87e6667
+1 -1
View File
@@ -128,7 +128,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"