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
eed30428
Commit
eed30428
authored
Jul 13, 2023
by
comfyanonymous
Browse files
Move conditioning concat node to conditioning section.
parent
8a577966
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
nodes.py
nodes.py
+3
-2
No files found.
nodes.py
View file @
eed30428
...
@@ -113,7 +113,7 @@ class ConditioningConcat:
...
@@ -113,7 +113,7 @@ class ConditioningConcat:
RETURN_TYPES
=
(
"CONDITIONING"
,)
RETURN_TYPES
=
(
"CONDITIONING"
,)
FUNCTION
=
"concat"
FUNCTION
=
"concat"
CATEGORY
=
"
advanced/
conditioning"
CATEGORY
=
"conditioning"
def
concat
(
self
,
conditioning_to
,
conditioning_from
):
def
concat
(
self
,
conditioning_to
,
conditioning_from
):
out
=
[]
out
=
[]
...
@@ -1408,6 +1408,7 @@ NODE_CLASS_MAPPINGS = {
...
@@ -1408,6 +1408,7 @@ NODE_CLASS_MAPPINGS = {
"ImagePadForOutpaint"
:
ImagePadForOutpaint
,
"ImagePadForOutpaint"
:
ImagePadForOutpaint
,
"ConditioningAverage "
:
ConditioningAverage
,
"ConditioningAverage "
:
ConditioningAverage
,
"ConditioningCombine"
:
ConditioningCombine
,
"ConditioningCombine"
:
ConditioningCombine
,
"ConditioningConcat"
:
ConditioningConcat
,
"ConditioningSetArea"
:
ConditioningSetArea
,
"ConditioningSetArea"
:
ConditioningSetArea
,
"ConditioningSetMask"
:
ConditioningSetMask
,
"ConditioningSetMask"
:
ConditioningSetMask
,
"KSamplerAdvanced"
:
KSamplerAdvanced
,
"KSamplerAdvanced"
:
KSamplerAdvanced
,
...
@@ -1441,7 +1442,6 @@ NODE_CLASS_MAPPINGS = {
...
@@ -1441,7 +1442,6 @@ NODE_CLASS_MAPPINGS = {
"SaveLatent"
:
SaveLatent
,
"SaveLatent"
:
SaveLatent
,
"ConditioningZeroOut"
:
ConditioningZeroOut
,
"ConditioningZeroOut"
:
ConditioningZeroOut
,
"ConditioningConcat"
:
ConditioningConcat
,
}
}
NODE_DISPLAY_NAME_MAPPINGS
=
{
NODE_DISPLAY_NAME_MAPPINGS
=
{
...
@@ -1466,6 +1466,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
...
@@ -1466,6 +1466,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"CLIPSetLastLayer"
:
"CLIP Set Last Layer"
,
"CLIPSetLastLayer"
:
"CLIP Set Last Layer"
,
"ConditioningCombine"
:
"Conditioning (Combine)"
,
"ConditioningCombine"
:
"Conditioning (Combine)"
,
"ConditioningAverage "
:
"Conditioning (Average)"
,
"ConditioningAverage "
:
"Conditioning (Average)"
,
"ConditioningConcat"
:
"Conditioning (Concat)"
,
"ConditioningSetArea"
:
"Conditioning (Set Area)"
,
"ConditioningSetArea"
:
"Conditioning (Set Area)"
,
"ConditioningSetMask"
:
"Conditioning (Set Mask)"
,
"ConditioningSetMask"
:
"Conditioning (Set Mask)"
,
"ControlNetApply"
:
"Apply ControlNet"
,
"ControlNetApply"
:
"Apply ControlNet"
,
...
...
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