You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is caused by an extension, but I believe it is caused by a bug in the webui
The issue exists in the current version of the webui
The issue has not been reported before recently
The issue has been reported before but has not been fixed yet
What happened?
Unable to launch webui
Steps to reproduce the problem
Open webui-user.bat
Check console
What should have happened?
Launch the WebUI
What browsers do you use to access the UI ?
No response
Sysinfo
Worked on same PC before just did new clean windows install
Console logs
git: 'PULL' is not a git command. See 'git --help'.
'"E:\A1111\stable-diffusion-webui\venv\Scripts\activate.bat"' is not recognized as an internal or external command,
operable program or batch file.
venv "E:\A1111\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Installing torch and torchvision
Traceback (most recent call last):
File "C:\Users\NotDuy\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\NotDuy\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\__main__.py", line 29, in<module>
from pip._internal.cli.main import main as _main
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_internal\cli\main.py", line 9, in<module>
from pip._internal.cli.autocompletion import autocomplete
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_internal\cli\autocompletion.py", line 10, in<module>
from pip._internal.cli.main_parser import create_main_parser
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_internal\cli\main_parser.py", line 8, in<module>
from pip._internal.cli import cmdoptions
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_internal\cli\cmdoptions.py", line 24, in<module>
from pip._internal.cli.parser import ConfigOptionParser
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_internal\cli\parser.py", line 12, in<module>
from pip._internal.configuration import Configuration, ConfigurationError
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_internal\configuration.py", line 20, in<module>
from pip._internal.exceptions import (
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_internal\exceptions.py", line 13, in<module>
from pip._vendor.requests.models import Request, Response
File "E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_vendor\requests\__init__.py", line 43, in<module>
from pip._vendor import urllib3
ImportError: cannot import name 'urllib3' from 'pip._vendor' (E:\A1111\stable-diffusion-webui\venv\lib\site-packages\pip\_vendor\__init__.py)
Traceback (most recent call last):
File "E:\A1111\stable-diffusion-webui\launch.py", line 48, in<module>main()
File "E:\A1111\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "E:\A1111\stable-diffusion-webui\modules\launch_utils.py", line 381, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "E:\A1111\stable-diffusion-webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.Command: "E:\A1111\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==2.1.2 torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu121Error code: 1Press any key to continue . . .
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
Unable to launch webui
Steps to reproduce the problem
What should have happened?
Launch the WebUI
What browsers do you use to access the UI ?
No response
Sysinfo
Worked on same PC before just did new clean windows install
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: