mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-31 00:30:21 +08:00
Revert accidentally pushed changes to nodes_logic.py
This commit is contained in:
parent
3adb63a098
commit
9c74c82ddf
@ -186,7 +186,7 @@ class AutogrowNamesTestNode(io.ComfyNode):
|
|||||||
class AutogrowPrefixTestNode(io.ComfyNode):
|
class AutogrowPrefixTestNode(io.ComfyNode):
|
||||||
@classmethod
|
@classmethod
|
||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
template = _io.Autogrow.TemplatePrefix(input=io.Float.Input("float", optional=True), prefix="float", min=1, max=10)
|
template = _io.Autogrow.TemplatePrefix(input=io.Float.Input("float"), prefix="float", min=1, max=10)
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="AutogrowPrefixTestNode",
|
node_id="AutogrowPrefixTestNode",
|
||||||
display_name="AutogrowPrefixTest",
|
display_name="AutogrowPrefixTest",
|
||||||
@ -257,9 +257,9 @@ class LogicExtension(ComfyExtension):
|
|||||||
CustomComboNode,
|
CustomComboNode,
|
||||||
# SoftSwitchNode,
|
# SoftSwitchNode,
|
||||||
# ConvertStringToComboNode,
|
# ConvertStringToComboNode,
|
||||||
DCTestNode,
|
# DCTestNode,
|
||||||
# AutogrowNamesTestNode,
|
# AutogrowNamesTestNode,
|
||||||
AutogrowPrefixTestNode,
|
# AutogrowPrefixTestNode,
|
||||||
# ComboOutputTestNode,
|
# ComboOutputTestNode,
|
||||||
# InvertBooleanNode,
|
# InvertBooleanNode,
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user