Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
d0e2354c
"src/vscode:/vscode.git/clone" did not exist on "27266abc9ff8cda37a892e6ddfdd6a5caab94e66"
Commit
d0e2354c
authored
Feb 02, 2024
by
comfyanonymous
Browse files
Merge branch 'LatentSeed_update' of
https://github.com/FizzleDorf/ComfyUI
parents
951a2064
f2bae746
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy_extras/nodes_latent.py
comfy_extras/nodes_latent.py
+1
-1
No files found.
comfy_extras/nodes_latent.py
View file @
d0e2354c
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment