Documentation #1938
BaronFalke
started this conversation in
General
Documentation
#1938
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tried to figure out how to create custom nodes in ComfyUI.
I know there is a file located in comfyui called "example_node.py.example" but I still it is somehow missing stuff.
Looking at code of other custom-nodes I sometimes see the usage of "NUMBER" instead of "INT" or "FLOAT"
and nodes cannot connect their output to another nodes input due these differences. A guideline of supported
types would be cool.
For me it was also really difficult to figure out how to setup a new custom node at all.
I think ComfyUI would also benefit way more if we could get a user friendly tutorial of creating a custom-node.
Maybe also a tutorial using customized widgets etc.
I found some stuff on the internet regarding these topics, but I think ComfyUI team is best to do such stuff.
What I found:
HowTo Custom-Node
YT Tutorial
Beta Was this translation helpful? Give feedback.
All reactions