mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 09:42:29 +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=[
|
||||
io.Autogrow.Input("autogrow", template=template)
|
||||
],
|
||||
outputs=[io.String.Output("output")],
|
||||
outputs=[io.String.Output()],
|
||||
)
|
||||
|
||||
@classmethod
|
||||
@ -131,7 +131,7 @@ class AutogrowPrefixTestNode(io.ComfyNode):
|
||||
inputs=[
|
||||
io.Autogrow.Input("autogrow", template=template)
|
||||
],
|
||||
outputs=[io.String.Output("output")],
|
||||
outputs=[io.String.Output()],
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user