nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.59k stars 427 forks source link

Error on taming.models #49

Closed rlallen-nps closed 2 years ago

rlallen-nps commented 2 years ago

Please consider adding to your setup instructions:

Was receiving an error: File "generate.py", line 18, in from taming.models import cond_transformer, vqgan ModuleNotFoundError: No module named 'taming'

Solution: pip3 install taming-transformers

nerdyrodent commented 2 years ago

Alternate method for install as discussed in the video (pip) has now been added top the readme.