-
First of all, sorry for my ignorance. My knowledge about programming and computers is very simple, because I am an illustrator. I am trying to install the extension in Stable Diffusion and I get the error: You are running Gradio version 3.16.2. This version of the extension requires at least Gradio version 3.23.0. I try to update it with Anaconda Powershell with the following sequence: cd C:\Userstable-diffusion-webui .\venv "scripts" activate pip install gradio --upgrade It seems to be installed, but I still get the error and in the folder C:\Userserstable-diffusion-webui.\venvibsite-packages is still the folder "gradio-3.16.2.dist-info". Can anyone help me with some information to update Gradio inside Stable Diffusion? Thank you very much |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Well, I have a few thoughts about that.
If you neeed help with any of the steps, feel free to ask. |
Beta Was this translation helpful? Give feedback.
Yes, .gitignore is correct.
Unfortunately, your .git directory seems to have been lost somehow, and that can't be reconstructed. I highly suggest you make a fresh install.
Luckily by now that's easy and quick if you follow the right steps. Here's how I would do it:
(For the following I am assuming the directory where you currently installed webui is
C:\Users\User
)Open a cmd window (WindowsKey + R and enter cmd) and there enter:
This will create a new webui directory for you, called
sd-webui2
Now go ahead and copy or move your old model files over, that way you don't have to re-download them.
All…