AlUlkesh
AlUlkesh
What do you get when you enter (from the webui directory): ``` venv\Scripts\activate.bat pip -V ```
That doesn't look right. Did you use a uppercase V in the pip -V?
But when you start webui you get Error 2? Can you post your console log, from the very beginning? Perhaps your issue is slightly different than OPs.
Yeah, that's a different situation. This errors out here: ``` File "C:\Program Files\Python310\lib\ssl.py", line 1130, in read return self._sslobj.read(len, buffer) TimeoutError: The read operation timed out ``` Looks like some...
Odd. Let's try increasing the timeout: ``` venv\Scripts\activate.bat pip --default-timeout=1200 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 ```
Some extensions had problems recently with new webui functions and/or new gradio versions. Did you try updating all installed extensions and if that doesn't help to try a fresh install...
Well, it _should_ use the folders setup for webui. You can check your config.json. I've had it happen that entries have been in there multiple times. This is how it...
Well, everyone who voted, voted with Yes. I have setup this fork, that has all open pull requests already merged in: https://github.com/AlUlkesh/stable-diffusion-webui-images-browser
Yes, the maintainer of another major fork and I are currently trying to merge those two. When that's done, one of the two will go into the webui's extension list.
This whole thing is somewhat confusing. Who has tried out fix #51 and it still doesn't work? Can you please post your whole console log?