HelixNGC7293 / DeforumStableDiffusionLocal

Local version of Deforum Stable Diffusion, supports txt settings file input and animation features!
MIT License
713 stars 115 forks source link

ModuleNotFoundError: No module named 'IPython' #37

Open EKAPPPAEKAPPA opened 2 years ago

EKAPPPAEKAPPA commented 2 years ago

Hllo, im trying to start it and im getting this error...

`C:\Users\trixs\Desktop\DeforumStableDiffusionLocal-main>python run.py --enable_animation_mode --settings "./runSettings_Template.txt" Local Path Variables:

models_path: ./models output_path: ./output Traceback (most recent call last): File "C:\Users\trixs\Desktop\DeforumStableDiffusionLocal-main\run.py", line 1312, in main() File "C:\Users\trixs\Desktop\DeforumStableDiffusionLocal-main\run.py", line 74, in main import IPython ModuleNotFoundError: No module named 'IPython'`

kingNgutor commented 2 years ago

Are you running native or conda?