ComfyUI/comfy/ldm/lightricks
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
..
vae fix: Add JSON error handling for config parsing 2026-02-14 19:35:04 +08:00
vocoders Support the LTXV 2 model. (#11632) 2026-01-05 01:58:59 -05:00
av_model.py LTX2: Refactor forward function for better VRAM efficiency and fix spatial inpainting (#12046) 2026-01-23 15:26:38 -05:00
embeddings_connector.py Fix lowvram issue with ltxv2 text encoder. (#11675) 2026-01-06 17:33:03 -05:00
latent_upsampler.py Support the LTXV 2 model. (#11632) 2026-01-05 01:58:59 -05:00
model.py Support the LTXV 2 model. (#11632) 2026-01-05 01:58:59 -05:00
symmetric_patchifier.py Support the LTXV 2 model. (#11632) 2026-01-05 01:58:59 -05:00