cubiq / ComfyUI_IPAdapter_plus

GNU General Public License v3.0
3.2k stars 240 forks source link

Different Style transfer with InstantStyle? #409

Closed touchwolf closed 3 months ago

touchwolf commented 3 months ago

InstanStyle has introduced a novel method for style transfer utilizing SDXL, which is characterized by two main features: 1. Employing a negative content prompt from the Image Prompt to extract style, and 2. Specifically applying IPA (Image Processing Algorithm) to "up_blocks.0.attentions." for style adjustment.

Could you please clarify if you have incorporated this technique within ComfyUI_IPAdapter_plus?

haofanwang commented 3 months ago

InstantStyle has been supported in this repo. They are actually the same thing, cubiq also co-authors the paper.

cubiq commented 3 months ago

results should be the same, comfyui and diffusers have different architecture so it's close to impossible to get 100% identical results though