Documentation on making a custom front end for ComfyUI #3763
-
Hello, I am trying to make a custom node with a custom look and feel. My understanding is the node will be written in python, and the frontend would be a .js file. I am having trouble finding documentation to help me accomplish this. What I would like is for a single normal node, but with my own custom colours, fonts, pitch, as well as bespoke graphical elements. Presently everything I tried always failed with registration of the widget factory. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is frontend docs here: https://docs.comfy.org/custom-nodes/js/javascript_overview If you have specific questions I could also try to help answer those. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
There is frontend docs here: https://docs.comfy.org/custom-nodes/js/javascript_overview
If you have specific questions I could also try to help answer those.