From 67c87e66676f2992c8964dd268289c9d8498280b Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Sat, 3 Feb 2024 01:03:12 -0800 Subject: [PATCH] Update external_latent.py --- ldm_patched/contrib/external_latent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldm_patched/contrib/external_latent.py b/ldm_patched/contrib/external_latent.py index 6d753d0f..7400c320 100644 --- a/ldm_patched/contrib/external_latent.py +++ b/ldm_patched/contrib/external_latent.py @@ -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"