cloneofsimo / paint-with-words-sd

Implementation of Paint-with-words with Stable Diffusion : method from eDiff-I that let you generate image from text-labeled segmentation map.
MIT License
636 stars 52 forks source link

Unable to run runner.py #5

Open vidit98 opened 2 years ago

vidit98 commented 2 years ago

Running the script with python runner.py is stuck and no output is given. I checked and the script is stuck at

from paint_with_words import paint_with_words

cloneofsimo commented 2 years ago

Can you show us more of the code configuration or error messages? Did you set .env file with HF token?