You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
(1)Text-driven stylized compositing is the generated result of text and style image driving, whose content is controlled by the text.
(2)In the example given, controlnet_conditioning_scale is set to a very small parameter, which actually prevents controlnet from working. Theoretically you could discard controlnet when performing Text-Driven Stylized Synthesis.
👋
Thanks for the great job 👏
I have 2 questions:
controlnet_conditioning_scale
). Moreover, whyCSGO.generate
method haspil_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?The text was updated successfully, but these errors were encountered: