qinghew / CharacterFactory

🔥 CharacterFactory: Sampling Consistent Characters with GANs for Diffusion Models
https://qinghew.github.io/CharacterFactory/
Apache License 2.0
189 stars 14 forks source link

Great work! But I have a question, is there any way to use a character image as a condition to generate images with the same ID? #1

Closed cuijh26 closed 3 months ago

qinghew commented 3 months ago

This work is designed for unconditional identity-consistent generation which is different from subject-driven generation.

If you want to use an input image as a condition, welcome to see our another work StableIdentity. InstantID, PuLID and PhotoMaker are also recommended.