mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 17:42:58 +08:00
Remove unnecessary id usage in Autogrow test node outputs
This commit is contained in:
parent
3b98df6984
commit
9a5124c394
@ -111,7 +111,7 @@ class AutogrowNamesTestNode(io.ComfyNode):
|
|||||||
inputs=[
|
inputs=[
|
||||||
io.Autogrow.Input("autogrow", template=template)
|
io.Autogrow.Input("autogrow", template=template)
|
||||||
],
|
],
|
||||||
outputs=[io.String.Output("output")],
|
outputs=[io.String.Output()],
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@ -131,7 +131,7 @@ class AutogrowPrefixTestNode(io.ComfyNode):
|
|||||||
inputs=[
|
inputs=[
|
||||||
io.Autogrow.Input("autogrow", template=template)
|
io.Autogrow.Input("autogrow", template=template)
|
||||||
],
|
],
|
||||||
outputs=[io.String.Output("output")],
|
outputs=[io.String.Output()],
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user