ComfyUI/comfy/ldm/lightricks
btalesnik 7d2b6f74bf VocoderWithBWE: use autocast(enabled=False) instead of dtype=float32.
torch.autocast does not support float32 as a target dtype. Use
enabled=False to disable autocast for the block, relying on the
explicit .float() cast on the input.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 12:23:43 +00:00
..
vae ltx: vae: Fix missing init variable (#13074) 2026-03-19 22:34:58 -04:00
vocoders VocoderWithBWE: use autocast(enabled=False) instead of dtype=float32. 2026-03-29 12:23:43 +00:00
av_model.py feat: LTX2: Support reference audio (ID-LoRA) (#13111) 2026-03-23 18:22:24 -04:00
embeddings_connector.py Support the LTXAV 2.3 model. (#12773) 2026-03-04 20:06:20 -05:00
latent_upsampler.py Support the LTXV 2 model. (#11632) 2026-01-05 01:58:59 -05:00
model.py Support the LTXAV 2.3 model. (#12773) 2026-03-04 20:06:20 -05:00
symmetric_patchifier.py Support the LTXV 2 model. (#11632) 2026-01-05 01:58:59 -05:00