Madbat1

Results 4 comments of Madbat1

I'm in Poland. did it and here is the error. C:\Users\User>pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121 Looking in indexes: https://download.pytorch.org/whl/cu121 Collecting torch==2.1.2 Downloading https://download.pytorch.org/whl/cu121/torch-2.1.2%2Bcu121-cp310-cp310-win_amd64.whl (2473.9 MB) ---------------------------------- ----- 2.2/2.5...

> The same error happened here. But when I read the installation page again I realized that my version of python is newer than the one supported by pytorch: python...

> The python version is 3.10.6 as pointed by README file. > > I've created with conda: > > `conda create -n stable-diffusion-webui python=3.10.6` > > After this, activate the...

> maybe you can try `--timeout ` param in pip to prevent timeout issues by setting sec to a large value, reference this: https://stackoverflow.com/questions/59796680/disable-pip-install-timeout-for-slow-connections try it and it stopped at...