"src/vscode:/vscode.git/clone" did not exist on "27266abc9ff8cda37a892e6ddfdd6a5caab94e66"
Commit d0e2354c authored by comfyanonymous's avatar comfyanonymous
Browse files

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

parents 951a2064 f2bae746
...@@ -126,7 +126,7 @@ class LatentBatchSeedBehavior: ...@@ -126,7 +126,7 @@ class LatentBatchSeedBehavior:
@classmethod @classmethod
def INPUT_TYPES(s): def INPUT_TYPES(s):
return {"required": { "samples": ("LATENT",), return {"required": { "samples": ("LATENT",),
"seed_behavior": (["random", "fixed"],),}} "seed_behavior": (["random", "fixed"],{"default": "fixed"}),}}
RETURN_TYPES = ("LATENT",) RETURN_TYPES = ("LATENT",)
FUNCTION = "op" FUNCTION = "op"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment