Skip to content
Discussion options

You must be logged in to vote

It's aborting the download due to too many timeouts. Could be an issue with pytorch servers or your internet connection.

You could run the install command manually and use the --retries flag to increase the number of times it retries:

"D:\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install --retries -1 torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113

I think --retries -1 should tell pip to retry indefinitely. Hopefully if the download keeps getting interrupted it will pick up from where it left off.

Also, don't post screenshots of text. Use the mouse to select, right-click to copy, and paste in a code block.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Maruder2100
Comment options

Answer selected by Maruder2100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants