donahowe / TheaterGen

TheaterGen: Character Management with LLM for Consistent Multi-turn Image Generation
https://howe140.github.io/theatergen.io/
38 stars 2 forks source link

't2i_ckpt' is not defined in generate.py #1

Open zizixixi opened 1 month ago

zizixixi commented 1 month ago

Hi, really great work! However, when I try to run generate.py with sdxl, it sames that the 't2i_ckpt' in L123 is not defined yet. What's the model for 't2i_ckpt'?

donahowe commented 1 month ago

the t2i_ckpt for xl version is from "TencentARC/t2i-adapter-lineart-sdxl-1.0". However, we find some bugs with SDXL version and will fix it soon. I recommand the SD1.5 version for generating consistent images.

zizixixi commented 1 month ago

Got it, thanks!