Commit b0047d68 authored by xiaoyu liu's avatar xiaoyu liu
Browse files

fix typo

No related merge requests found
Showing with 14 additions and 14 deletions
+14 -14
......@@ -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",
}
......
Supports Markdown
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