Summary
When running FramePack on an RTX 5080 (Blackwell architecture, CUDA capability sm_120), the pipeline crashes with:
RuntimeError: CUDA error: no kernel image is available for execution on the device
This happens inside hunyuan.py, specifically on this line:
llama_attention_length = int(llama_attention_mask.sum())
Additionally, PyTorch emits the following warning:
UserWarning: NVIDIA GeForce RTX 5080 with CUDA capability sm_120 is not compatible with the current PyTorch installation.
Environment
- GPU: NVIDIA GeForce RTX 5080
- Driver: Studio 577.00 (latest)
- CUDA Version: 12.6+
- Torch Version: 2.6.0+cu126
- Operating System: Windows 11
- FramePack Version: framepack_cu126_torch26 one-click package
Output of torch.cuda.get_device_capability(0)
Summary
When running FramePack on an RTX 5080 (Blackwell architecture, CUDA capability
sm_120), the pipeline crashes with:This happens inside
hunyuan.py, specifically on this line:Additionally, PyTorch emits the following warning:
Environment
Output of
torch.cuda.get_device_capability(0)