It was working, now it isn't - Looking for help #2071
-
Environment - Windows 11. with 32GB RAM and an RTX 2060 Super. I have tried several of the different WEBUIs as they have been evolving, including this one for the past couple of weeks. I modified the webui-user.bat file to pull the latest changes on launch and everything was working well. Until today. I decided that I no longer needed any of the other Webuis, as this one was the most comprehensive and frequently updated. I deleted the other installs, uninstalled miniconda and anaconda, as this one used Python directly. When I went to launch this one a little while later, I got errors from launch.py about Torch. I could not resolve the errors, so I decided to re-install from scratch. I ran a repair on the python install to confirm it was OK. I then cleared out the original folder and cloned the latest version of the repository into a new folder. I copied in the model.cpkt, and ran webui-user.bat for the first time and received this `Creating venv in directory venv using python "C:\Users{username removed}\AppData\Local\Programs\Python\Python310\python.exe" stderr: The system cannot find the path specified.` It seems to be able to find python and happily creates the VENV folder and subfolders, and downloads at least some of the packages into the lib folder, but it fails to complete and launch the UI. I would appreciate any thoughts or suggestions so I can get back to creating with the best local installer out there. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This has been resolved. A complete uninstall of python and then a manual cleanup of all files in appdata, then a reinstall and it is all back up and running. |
Beta Was this translation helpful? Give feedback.
This has been resolved. A complete uninstall of python and then a manual cleanup of all files in appdata, then a reinstall and it is all back up and running.