Jeff-LiangF / streamv2v

Official Pytorch implementation of StreamV2V.
https://jeff-liangf.github.io/projects/streamv2v/
Other
428 stars 51 forks source link

How do we know which specific celebrities are supported for v2v? #9

Closed juc023 closed 3 weeks ago

juc023 commented 3 weeks ago

Hi Jeff, thank you for your amazing work! I saw that some politicians (e.g., Joe, Donald) are not supported. How do we know which specific celebrities are supported for v2v?

Jeff-LiangF commented 3 weeks ago

Hi @juc023 ,

Thanks for your interest in our work. The edit capability is determined by the image editing model: Stable Diffusion + LCM. I am afraid that we can not tell which celebrities are supported by Stable Diffusion + LCM because it is dependent on its training data.

If you do want to support some specific celebrities or styles, I'd recommend using LoRA for a better editing capability.

Let me know if you have more questions.