Gadersd / stable-diffusion-xl-burn

Stable Diffusion XL ported to Rust's burn framework
MIT License
251 stars 14 forks source link

TORCH_CUDA_VERSION=cu113 fails to download #5

Closed danielclough closed 1 year ago

danielclough commented 1 year ago

Using export TORCH_CUDA_VERSION=cu113 I get an error downloading https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu113.zip.

The route is status code 403.

danielclough commented 1 year ago

I was able to fix this by:

Deleting /target

Setting export TORCH_CUDA_VERSION=cu117

Rebuilding.