We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d0c79 commit 102902eCopy full SHA for 102902e
more_math/FloatMathNode.py
@@ -23,7 +23,7 @@ class FloatMathNode(io.ComfyNode):
23
@classmethod
24
def define_schema(cls) -> io.Schema:
25
return io.Schema(
26
- node_id="mrmth_FloatMathNode",
+ node_id="mrmth_ag_FloatMathNode",
27
category="More math",
28
display_name="Float math",
29
inputs=[
more_math/deprecated/FloatMathNode.py
@@ -27,6 +27,7 @@ class FloatMathNode(io.ComfyNode):
node_id="mrmth_FloatMathNode",
30
+ is_deprecated=True,
31
32
33
io.Float.Input(id="a", force_input=True),
0 commit comments