Files
comfyui-serverless/workflows
Debian 1e60401679
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Fix RTX 5090 crash: use sdpa attention instead of sageattn
SageAttention was only compiled for A100 (sm80) and H100 (sm90).
RTX 5090 (Blackwell sm120) has no compatible kernel, causing ComfyUI
to crash during generation with "Connection reset by peer".

Switch to PyTorch's native SDPA which works on all architectures.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 03:10:06 +00:00
..