custom-nodes/v3_migration #501
Replies: 2 comments 1 reply
-
|
Please mention that to name an output you must use something like: io.Image.Output(display_name="images", tooltip=IMAGE_TOOLTIP)And that io.Image.Output("images", tooltip=IMAGE_TOOLTIP)Is interpreted as |
Beta Was this translation helpful? Give feedback.
-
|
Also: which ComfyUI version is required for v3 API? BTW: Migrating nodes that inherit from other nodes generates really confusing effects, like you see on the frontend the right schema, but the validation is fully messed. As the spec is moving to stateless classes I think the docs should mention that inheritance is discouraged. And for the record: the classes didn't call |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
custom-nodes/v3_migration
How to migrate your existing V1 nodes to the new V3 schema.
https://docs.comfy.org/custom-nodes/v3_migration
Beta Was this translation helpful? Give feedback.
All reactions