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
29ccf9f4
"examples/kandinsky2_2/vscode:/vscode.git/clone" did not exist on "8e963d1c2a2b6ebf2880675516809bd9a39359a4"
Commit
29ccf9f4
authored
Sep 22, 2023
by
comfyanonymous
Browse files
Fix typo.
parent
422d16c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
comfy_extras/nodes_latent.py
comfy_extras/nodes_latent.py
+2
-2
No files found.
comfy_extras/nodes_latent.py
View file @
29ccf9f4
...
@@ -48,7 +48,7 @@ class LatentSubtract:
...
@@ -48,7 +48,7 @@ class LatentSubtract:
samples_out
[
"samples"
]
=
s1
-
s2
samples_out
[
"samples"
]
=
s1
-
s2
return
(
samples_out
,)
return
(
samples_out
,)
class
LatentMuliply
:
class
LatentMul
t
iply
:
@
classmethod
@
classmethod
def
INPUT_TYPES
(
s
):
def
INPUT_TYPES
(
s
):
return
{
"required"
:
{
"samples"
:
(
"LATENT"
,),
return
{
"required"
:
{
"samples"
:
(
"LATENT"
,),
...
@@ -70,5 +70,5 @@ class LatentMuliply:
...
@@ -70,5 +70,5 @@ class LatentMuliply:
NODE_CLASS_MAPPINGS
=
{
NODE_CLASS_MAPPINGS
=
{
"LatentAdd"
:
LatentAdd
,
"LatentAdd"
:
LatentAdd
,
"LatentSubtract"
:
LatentSubtract
,
"LatentSubtract"
:
LatentSubtract
,
"LatentMuliply"
:
LatentMuliply
,
"LatentMul
t
iply"
:
LatentMul
t
iply
,
}
}
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