ComfyUI/comfy/ldm/lightricks/vae
Andy Goodwill 83bff209d6 fix: Add JSON error handling for config parsing
- Added try-except in AudioVAEComponentConfig.from_metadata() for JSON parsing
- Added try-except in model_detection.py for transformer config parsing
- Changed bare json.loads() calls to properly handle JSONDecodeError
- Provides clear error messages instead of crashing
- Added unit tests for the fixes

Fixes potential crashes when config contains invalid JSON
2026-02-14 19:35:04 +08:00
..
audio_vae.py fix: Add JSON error handling for config parsing 2026-02-14 19:35:04 +08:00
causal_audio_autoencoder.py Support the LTXV 2 model. (#11632) 2026-01-05 01:58:59 -05:00
causal_conv3d.py Reduce LTX2 VAE VRAM consumption (#12028) 2026-01-22 16:54:18 -05:00
causal_video_autoencoder.py Reduce LTX2 VAE VRAM consumption (#12028) 2026-01-22 16:54:18 -05:00
conv_nd_factory.py Support LTXV 0.9.5. 2025-03-05 00:13:49 -05:00
dual_conv3d.py Support LTXV 0.9.5. 2025-03-05 00:13:49 -05:00
pixel_norm.py Support Lightricks LTX-Video model. 2024-11-22 08:46:39 -05:00