basujindal / stable-diffusion

Optimized Stable Diffusion modified to run on lower GPU VRAM
Other
3.14k stars 469 forks source link

ModuleNotFoundError: No module named 'gradio' #118

Closed Beach77 closed 2 years ago

Beach77 commented 2 years ago

When I run Launch WebUI for stable diffusion I get this error:

/content/stable-diffusion Traceback (most recent call last): File "/content/stable-diffusion/scripts/webui.py", line 3, in <module> from frontend.frontend import draw_gradio_ui File "/content/stable-diffusion/frontend/frontend.py", line 1, in <module> import gradio as gr ModuleNotFoundError: No module named 'gradio'

EDIT: Sorry posted to the wrong place