afiaka87 / pyglide

A CLI tool for using GLIDE to generate images from text.
MIT License
68 stars 3 forks source link

No module named 'glide_text2im' #1

Open dfrankle2 opened 2 years ago

dfrankle2 commented 2 years ago

does this only work on windows?

CounterFlow64 commented 2 years ago

No, I got it installed easily on linux. Just open the terminal and follow the suggested commands without the (.venv) stuff after the first line, I will post it here for convenience.

python3 -m venv .venv source .venv/bin/activate python -m pip install -r requirements.txt git clone https://github.com/openai/glide-text2im.git cd glide-text2im/ python -m pip install -e . cd ../

But I can't run anything in my experience, I just get "AttributeError: 'SpacedDiffusion' object has no attribute 'plms_sample_loop"