nerdyrodent / CLIP-Guided-Diffusion

Just playing with getting CLIP Guided Diffusion running locally, rather than having to use colab.
Other
380 stars 48 forks source link

Error when generating image #6

Closed Redivh closed 2 years ago

Redivh commented 2 years ago

I'm getting this error after entering this command: python generate_diffuse.py -p "A painting of an apple"

(cgd) C:\Users\Computer\CLIP-Guided-Diffusion>python generate_diffuse.py -p "A painting of an apple" Traceback (most recent call last): File "C:\Users\Computer\CLIP-Guided-Diffusion\generate_diffuse.py", line 40, in from IPython import display ModuleNotFoundError: No module named 'IPython'

What should I do to solve this error?