stable-diffusion
stable-diffusion copied to clipboard
Stable diffusion installing problem
so i've tried to install stable diffusion using a tutorial but i keep getting this error and since im a moron i need some help.
Creating venv in directory venv using python "C:\Users\Kuba\AppData\Local\Programs\Python\Python311\python.exe"
venv "C:\Users\Kuba\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)]
Commit hash: 3246a2d6b898da6a98fe9df4dc67944635a41bd3
Installing torch and torchvision
Traceback (most recent call last):
File "C:\Users\Kuba\stable-diffusion-webui\launch.py", line 306, in
stderr: ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: none) ERROR: No matching distribution found for torch==1.12.1+cu113
so what tutorial you use?
most tutorial use conda
to creating Virtual Environment not use venv
.