Commit Graph

5 Commits

Author SHA1 Message Date
Kivylius
43b0dab91e fix: Hunyuan3D 2.1 batch size crashes in attention and forward pass
- CrossAttention.forward: hardcoded `1` in kv.view() replaced with actual batch size `b`
- Attention.forward: hardcoded `1` in qkv_combined.view() replaced with actual batch size `B`
- HunYuanDiTPlain.forward: context.chunk(2) and output.chunk(2) now guarded with
  shape[0] >= 2 check to avoid crash when running without negative conditioning

Fixes Comfy-Org/ComfyUI#10142
2026-05-04 13:11:26 +01:00
Paulo Muggler Moreira
8cc746a864
fix: disable SageAttention for Hunyuan3D v2.1 DiT (#12772) 2026-03-16 22:27:27 -04:00
comfyanonymous
5c33872e2f
Fix issue on old torch. (#9791) 2025-09-10 00:23:47 -04:00
comfyanonymous
2ee7879a0b
Fix lowvram issues with hunyuan3d 2.1 (#9735) 2025-09-05 14:57:35 -04:00
Yousef R. Gamaleldin
261421e218
Add Hunyuan 3D 2.1 Support (#8714) 2025-09-04 20:36:20 -04:00