ZichengDuan / TheChosenOne

Unofficial implementation of the paper "The Chosen One: Consistent Characters in Text-to-Image Diffusion Models"
https://arxiv.org/abs/2311.10093
242 stars 22 forks source link

notebook for google colab #10

Closed amitrab closed 10 months ago

amitrab commented 10 months ago

Hi, Thank you for this implementation!

I'm trying to run training on google colab, and I'm running into dependency issues. It would be greatly helpful if you could provide a working notebook. Thank you!

oguzcana commented 10 months ago

just change the requirements.txt, delete egg==info line and make diffusers version 25. You will also need to fix the lora.py in the diffusers library, which is detailed in closed issues