After I run in Windows 10:
export TORCH_CUDA_VERSION=cu113
cargo run --release --bin sample burn SDv1-4 7.5 20 "An ancient mossy stone." img
I get this error:
Compiling torch-sys v0.13.0
error: failed to run custom build command for `torch-sys v0.13.0`
Caused by:
process didn't exit successfully: `D:\dev\stable-diffusion-burn\target\release\build\torch-sys-9321d07214d78619\build-script-build` (exit code: 1)
--- stdout
cargo:rerun-if-env-changed=LIBTORCH_USE_PYTORCH
cargo:rerun-if-env-changed=LIBTORCH
cargo:rerun-if-env-changed=TORCH_CUDA_VERSION
--- stderr
Error: https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-2.0.0%2Bcu113.zip: status code 403
When I try to visit that URL, I get AccessDenied error.
After I run in Windows 10:
I get this error:
When I try to visit that URL, I get AccessDenied error.