nerdyrodent / VQGAN-CLIP

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

Doesn't play nice with pyinstaller, says no module named taming #124

Closed monsieurpooh closed 2 years ago

monsieurpooh commented 2 years ago

No module named taming even after using --hidden-import=”taming-transformers”

monsieurpooh commented 2 years ago

Okay, I think it might be working now. I found the taming folder in the python library (not the one included in the vqgan directory) and copied it to the dist folder. Then I copied other stuff when it had errors finding those, such as the CLIP folder and the "checkpoints" folder. Now the exe seems to work.