ComfyUI/comfy/ldm/lightricks/vocoders
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
..
vocoder.py VocoderWithBWE: use autocast(enabled=False) instead of dtype=float32. 2026-03-29 12:23:43 +00:00