ComfyUI/comfy/ldm/modules
Angel Tsvetkov 1e8a9cef85
Update model.py
Why print twice the same VAE?

Before:
Using pytorch attention in VAE
Using pytorch attention in VAE

After:
Using pytorch attention in VAE encoder (1/2) - Model: ae.safetensors
Using pytorch attention in VAE decoder (2/2) - Model: ae.safetensors
2025-08-02 16:38:43 +03:00
..
diffusionmodules Update model.py 2025-08-02 16:38:43 +03:00
distributions Small optimizations. 2024-12-18 18:23:28 -05:00
encoders Make unclip more deterministic. 2024-01-14 17:28:31 -05:00
attention.py LoRA Trainer: LoRA training node in weight adapter scheme (#8446) 2025-06-13 19:25:59 -04:00
ema.py Initial commit. 2023-01-16 22:37:14 -05:00
sub_quadratic_attention.py Fix pytorch warning. (#8593) 2025-06-19 11:04:52 -04:00
temporal_ae.py Basic Hunyuan Video model support. 2024-12-16 19:35:40 -05:00