PSHuman / mvdiffusion
2.5 MB
Daankular's picture
Implement attention slicing: chunk SDPA calls along the batch*heads dim since torch 2.8s fused kernels reject this shape on this GPU, forcing an O(seq_len^2 * batch) math fallback that OOMs even a 96GB card
63d710a verified