how does it use in comfyui?

#2
by t8star - opened

how does it use in comfyui?

Owner

Hi, thanks for your interest in our work!

To be honest, I'm not very familiar with comfyUI. I'm a little bit tight for time recently, and it might take me some time to figure it out. May I ask do you know who/where I could get some guidance/help to set this up?

Thanks!

I'm not an expert, but here you can find an example of how to create a custom node in comfyui: https://github.com/comfyanonymous/ComfyUI/blob/master/custom_nodes/example_node.py.example
There are also some videos on youtube.
You can also look into some similar project, like this: https://github.com/cubiq/ComfyUI_IPAdapter_plus.

Owner

thanks for your pointer!
I'll work on it later!

Would be great! ;-)

The thing that I personally found most difficult to understand is the system that comfyui uses to apply patches to the model. Here is an example, if you need it.
https://github.com/cubiq/ComfyUI_IPAdapter_plus/blob/d76bdbd2b59cb4164adb662359dc59b5aa213548/IPAdapterPlus.py#L144

Owner

wow, indeed looks pretty complicated lol

Sign up or log in to comment