chrisgoringe / Comfy-Custom-Node-How-To

An unofficial practical guide to getting started developing custom nodes for ComfyUI
GNU General Public License v3.0
153 stars 6 forks source link

Not an Issue, but a thank you :) #7

Closed aegis72 closed 11 months ago

aegis72 commented 11 months ago

I'm amazed on how few resources there are on this topic. I'm trying to make some very simple utility nodes that load images and/or embed videos for contextual training inside of comfy, and haven't been able to find anything until now.

aegis72 commented 11 months ago

Is there a good reference that tells one what sort of things can be placed into a node? IE, is there a way to place HTML code inside a node, or an iframe? Is there a way to place in an image without needing to show inputs?

chrisgoringe commented 11 months ago

This might get you started:

https://github.com/chrisgoringe/Comfy-Custom-Node-How-To/wiki/custom_widget

aegis72 commented 11 months ago

Thank you! That's a great place to start.

geroldmeisinger commented 4 months ago

I also like to say: thank you! :)