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

can i use SDv1.5,insteading of SD2.1. And how to ? thanks for your awesome work! #2

Closed OMTHSJUHW closed 2 months ago

OMTHSJUHW commented 3 months ago

can i use SDv1.5 pretrained model path,instead of your SD-2.1 path. because i notice in papre that this CharterFactory is plug-and-play。 --pretrained_model_name_or_path your SD-2.1 path

qinghew commented 3 months ago

The word embedding's length of SD-1.5 is 768 which is different from SD-2.1 (length: 1024). So if you want to test with SD-1.5, you should adjust many dimension settings in the codes.

OMTHSJUHW commented 3 months ago

got it! I will try it! thanks for your help!

qinghew commented 3 months ago

^_^looking forward to see your results