ComfyUI
ComfyUI copied to clipboard
Mosaic Node
I was messing around with the built in nodes and the examples and made a Mosaic node for working with pixel art. Is that something anyone would be interested in? I thought about implementing the underlying torch interpolate methods as nodes but figured this was easier and more useful for what I was doing. It works great with PublicPrompts/All-In-One-Pixel-Model:
I think any nodes added to something like this could prove helpful to someone at some point. One of the nicest things with node based programs is their flexibility. So, this could prove very useful for things neither of us has imagined yet. Given enough time and other nodes this would find itself becoming more useful to various people for various reasons.
You could make a repo for nodes like some have done, and then keep adding more that you make to that. Others are posting their node packs on CivitAI as well so you could do that too if you wanted. Maybe that would be helpful for getting more ideas of nodes worth making too, or in general some feedback and maybe results they generated with your nodes.
Also, you can do like I've been doing and rename the .py to .py.txt and just post it here or around somewhere in the discussions and such. That's a bit lazy of me I suppose, but it is easy at least :)
It would be cool if there were an official node/extension library such as the one Automatic1111 has. No doubt many people have great ideas, but as of now I don't see any good place to put them.
I did fork ComfyUI to work on my mosaic node and the broken keyboard shortcuts. The mosaic node is here if anyone wants it.
Ya I had actually thought about looking into that more, but haven't found the time yet. There should be some .json type method we could employ that allows random repos to be linked in to pull nodes from. Not sure how that would work with this gui specifically offhand though.
I may look into this more though, it really would be handy to have a plugin directory for modded nodes and node packs you could add, or anything else for that matter probably. Likely whatever they are doing for the other webui could be ported over to this, at least for this extension portion. Can't be that hard if they pulled it off :)
One idea that keeps coming to mind for me lately is an alternate way to display the nodes available. Something like the Ribbon bar in Grasshopper3D would be nice possibly.
Also, optional descriptions for the node at the bottom would be nice. Some secondary bubble attached to the node with the description for what it is, why that matters, how it's used, etc. Just something to remind people when they're completely stuck and brain-dead as to what they're even looking at maybe :)
Lol, I might go add some of these to my ongoing wishlist next.
In the meantime I grabbed your node. I'll check it out later, but thanks for sharing either way :)
Nifty :)