👋
Thanks for the great job 👏
I have 2 questions:
- It's not quite clear from the paper what does Text-Driven Stylized Synthesis mean. AFAIU it's quite the same as using IP-adapter on the style block of Unet (the only difference is that you have your own adapter model, trained exactly for this task). am I right or not? Controlnet in this case is not used at all
- In the notebook I assume that the example with a cat is Text-Driven Stylized Synthesis (cell 15). Although I'm quite confused, why do you still use content image to generate it (even though with a really small
controlnet_conditioning_scale). Moreover, why CSGO.generate method has pil_content_image as a required param? The Idea is to condition only on the style image and text, no content image provided. If it's not the case, than why do we need content image at all?
👋
Thanks for the great job 👏
I have 2 questions:
controlnet_conditioning_scale). Moreover, whyCSGO.generatemethod haspil_content_imageas a required param? The Idea is to condition only on the style image and text, no content image provided. If it's not the case, than why do we need content image at all?