Stable Diffusion does not work with the 5080 video card

Hello. I need help.
Given: video card 5080
I run Stability Matrix to use Stable Diffusion and the programme gives an error:

RuntimeError: CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.

Am I right to understand that I can only wait for pytorch update? Or are there other options?
Thank you very much for your reply.

Install the nightly PyTorch binary with CUDA 12.8 and it’ll work.

1 Like