custom nodes / extensions overview? #631
-
apologies if i'm just not seeing it, but is there a good overview of how to extend ComfyUI somewhere? custom nodes seem pretty easy to make and i think i got that down. but if i want a new widget, where does that code go? doesn't look like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There are two type of extensions, frontend extensions which go in web/extension folder and custom nodes which go in the custom_nodes folder. This is very likely going to be organized a bit better in the future but this is how it works now. |
Beta Was this translation helpful? Give feedback.
-
ComfyUI-Mediapayer存在吗 |
Beta Was this translation helpful? Give feedback.
There are two type of extensions, frontend extensions which go in web/extension folder and custom nodes which go in the custom_nodes folder.
This is very likely going to be organized a bit better in the future but this is how it works now.