Open Bullseye-StableDiffusion opened 1 year ago
!pip install gradio==3.10 will work, but you'll have to do it every time you start the runtime
I will try this, thanks!
!pip install gradio==3.10
Nah, it doesn't work. It always sends this error when trying to run the webui:
"Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 15, in
I think that something is interconnected.
Hello! How is it possible to downgrade the webui repository and the gradio version in the fast stable diffusion notebook? I tried the commands: "!git checkout ..." - didn't work with this. "!sed -i -e "s/gradio==3.16.2/gradio==3.10.0/g" requirements_versions.txt !sed -i -e "s/gradio==3.16.2/gradio==3.10.0/g" requirements.txt" - didn't work with these either "!pip uninstall gradio -y !pip install gradio==3.10.0" - didn't work with these as well. I even combined all of them and nothing worked. Thanks!