ZichengDuan / TheChosenOne

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

ERROR: No matching distribution found for diffusers.egg==info #16

Open paratechnical opened 8 months ago

paratechnical commented 8 months ago

when I try running pip install -r requirements.txt I get an error

ERROR: No matching distribution found for diffusers.egg==info

VimukthiRandika1997 commented 7 months ago

Probably you might have preinstalled torch versions in environment or in the requirements.txt file has xformers, installing it might make some issues. Check the compatibility issues in diffusers

oguzcana commented 7 months ago

you can just delete that line from the requirements.txt I think