Open SeaN0X opened 1 year ago
Try installing PyTorch directly, pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
the download script in launch.py
should be
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --index-url https://download.pytorch.org/whl/cu117
I don't known what's wrong, according to manaual of pip
command, both --extra-index-url
and --index-url
should work.
But now only --index-url
works in script launch.py
.
我也遇到了这个问题 我无法安装
Try installing PyTorch directly,
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
I got the same error.
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117 ERROR: Could not find a version that satisfies the requirement torch==1.13.1+cu117 (from versions: none) ERROR: No matching distribution found for torch==1.13.1+cu117
请问这个提示是安装成功了吗 下一步我应该怎么做 我执行webui.bat 启动时又会自动装一次 然后触发同样的报错
使用了最新版本安装 出现了新的报错
Hi, I have the same problem as you, did you find a solution ?
I also ran into this error. I found that switching to Python 3.10.11 solved the issue. I was previously using Python 3.11.3 which is the latest at the time of this post. Although OP used version 3.10.6 so it seams highly specific. (For note I'm using pip version 23.0.1)
https://github.com/TotalDay/Intel_ARC_GPU_WSL_Stable_Diffusion_WEBUI
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117#pip install torch==1.13.0a0 torchvision==0.14.1a0 intel_extension_for_pytorch==1.13.10+xpu -f https://developer.intel.com/ipex-whl-stable-xpu#g
you need python 3.9.xx
I also ran into this error. I found that switching to Python 3.10.11 solved the issue. I was previously using Python 3.11.3 which is the latest at the time of this post. Although OP used version 3.10.6 so it seams highly specific. (For note I'm using pip version 23.0.1)
This solved things for me. I was also using a mingw distro of Python that named the venv dirs according to linux etc standards (/bin instead of /Scripts).
Is there an existing issue for this?
What happened?
This bug happens when i try to launch webui-user.bat
Steps to reproduce the problem
What should have happened?
The program should install torch, load the model and then start the web server.
Commit where the problem happens
22bcc7be428c94e9408f589966c2040187245d81
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
No
Console logs
Additional information
I've currently installed python 3.10.6 and i tried to delete venv folder and then launch again, but i still get this error.
i've ran "py -0p" and as it seems, i do not have any other python versions on my system other than 3.10.6.