You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
Traceback (most recent call last):
File "scripts/webui.py", line 3, in
from frontend.frontend import draw_gradio_ui
File "/content/stable-diffusion/frontend/frontend.py", line 1, in
import gradio as gr
ModuleNotFoundError: No module named 'gradio'
Someone told me to tell it to
!pip install gradio
No idea where to put that, or in what file tho.
Version
0.0.1 (Default)
What browsers are you seeing the problem on?
Firefox
Where are you running the webui?
Colab
Custom settings
No response
Relevant log output
Traceback (most recent call last):
File "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'
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
Running normally.
Got to 3 - Launch WebUI.
Error message.
Traceback (most recent call last):
File "scripts/webui.py", line 3, in
from frontend.frontend import draw_gradio_ui
File "/content/stable-diffusion/frontend/frontend.py", line 1, in
import gradio as gr
ModuleNotFoundError: No module named 'gradio'
Someone told me to tell it to
!pip install gradio
No idea where to put that, or in what file tho.
Version
0.0.1 (Default)
What browsers are you seeing the problem on?
Firefox
Where are you running the webui?
Colab
Custom settings
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: