mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-14 20:09:24 +08:00
- 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 |
||
|---|---|---|
| .. | ||
| audio_vae.py | ||
| causal_audio_autoencoder.py | ||
| causal_conv3d.py | ||
| causal_video_autoencoder.py | ||
| conv_nd_factory.py | ||
| dual_conv3d.py | ||
| pixel_norm.py | ||