cubiq / ComfyUI_IPAdapter_plus

GNU General Public License v3.0
3.87k stars 291 forks source link

Visual Style Prompting #295

Closed edtjulien closed 6 months ago

edtjulien commented 6 months ago

The code and a demo of Visual Style Prompting are available: https://github.com/naver-ai/Visual-Style-Prompting

My first demo tests gave me the same quality results than in the paper. And not sure I can get the same with IPAdapter. And it's training-free, no additional model needed.

Sounds easy to implement in a node? Like reference_only maybe?

laksjdjf commented 6 months ago

I have tried based on the paper, but it did not work as well as the paper. My interpretation seems to be wrong.

https://gist.github.com/laksjdjf/a5fdc2bd4aa8ad79ae16f20f0dc112ef

cubiq commented 6 months ago

this is something I'm sure will be implemented directly into the official comfyui soon enough

cubiq commented 6 months ago

someone is working on it... doesn't look 100% there though

https://github.com/ExponentialML/ComfyUI_VisualStylePrompting

edtjulien commented 6 months ago

Yes! Sounds promising work. Hopefully it's not a Diffusers wrapper.