Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xiaoyu liu
comfyui_seekoo_matting_node
Commits
b0047d68
Commit
b0047d68
authored
9 months ago
by
xiaoyu liu
Browse files
Options
Download
Email Patches
Plain Diff
fix typo
parent
c46ea237
feature/merge_node
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nodes.py
+14
-14
nodes.py
with
14 additions
and
14 deletions
+14
-14
nodes.py
+
14
-
14
View file @
b0047d68
...
...
@@ -283,25 +283,25 @@ class DebugPrint:
NODE_CLASS_MAPPINGS
=
{
"Node_BiRefNet"
:
Node_BiRefNet_Matting
,
"Compare-
🔬
"
:
Compare
,
"Int-
🔬
"
:
Int
,
"Float-
🔬
"
:
Float
,
"Bool-
🔬
"
:
Bool
,
"String-
🔬
"
:
String
,
"If ANY return A else B-
🔬
"
:
IfExecute
,
"DebugPrint-
🔬
"
:
DebugPrint
,
"Compare-
seekoo
"
:
Compare
,
"Int-
seekoo
"
:
Int
,
"Float-
seekoo
"
:
Float
,
"Bool-
seekoo
"
:
Bool
,
"String-
seekoo
"
:
String
,
"If ANY return A else B-
seekoo
"
:
IfExecute
,
"DebugPrint-
seekoo
"
:
DebugPrint
,
}
NODE_DISPLAY_NAME_MAPPINGS
=
{
"Node_BiRefNet"
:
"BiRefNet Matting"
,
"Compare-
🔬
"
:
"Compare"
,
"Int-
🔬
"
:
"Int"
,
"Float-
🔬
"
:
"Float"
,
"Bool-
🔬
"
:
"Bool"
,
"String-
🔬
"
:
"String"
,
"If ANY return A else B-
🔬
"
:
"If ANY return A else B"
,
"DebugPrint-
🔬
"
:
"DebugPrint"
,
"Compare-
seekoo
"
:
"Compare"
,
"Int-
seekoo
"
:
"Int"
,
"Float-
seekoo
"
:
"Float"
,
"Bool-
seekoo
"
:
"Bool"
,
"String-
seekoo
"
:
"String"
,
"If ANY return A else B-
seekoo
"
:
"If ANY return A else B"
,
"DebugPrint-
seekoo
"
:
"DebugPrint"
,
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets