stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Install instructions not working. Nvidia GPU
Describe the bug When launching webui-user.bat the cmd opens and immediately closes. After some troubleshooting and inputting stops in webui.bat, I've found it pauses until I put the pause after the chunk starting with %PYTHON%. The program works when run through .py, not .bat.
To Reproduce Steps to reproduce the behavior:
- Have Windows (I have Windows 11)
- Use Nvidia RTX 2070 SUPER
- Try to follow the install instructions
- See error
Expected behavior Program launches when using webui-user.bat
Screenshots None since it immediately closes and pausing it at no point gives a cmd screen.
Desktop (please complete the following information):
- OS: Windows
- Browser Chrome
- Commit revision Running 'git rev-parse HEAD' on CMD said that it is not a git repository. (webui.bat does the same that webui-user.bat does.)
[looks like this: e68484500f76a33ba477d5a99340ab30451e557b; can be seen when launching webui.bat, or obtained manually by running
git rev-parse HEAD
]
Additional context I likely messed something up but am completely lost at how to fix it and have been trying for a few hours. I have installed Python to PATH and can use the CMD to check it's version, so it's not Python's path. Running launch.py, and webui.py does something, even downloading and installing some files and ends with that it's hosting locally. Running it through the .py scripts works, but the .bats do not.
Did you start the batch file as a administrator? You shouldnt run it as admin
I did not.
I had the same problem. I running webui-user in a hard drive different than the main (D:), but when I change it to the C: hard drive the cmd didn't close.