ComfyUI/comfy/ldm/modules/diffusionmodules
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
..
__init__.py Initial commit. 2023-01-16 22:37:14 -05:00
mmdit.py Support Lumina 2 model. 2025-02-04 04:16:30 -05:00
model.py Update model.py 2025-08-02 16:38:43 +03:00
openaimodel.py Lint unused import (#5973) 2024-12-09 15:24:39 -05:00
upscaling.py Lint unused import (#5973) 2024-12-09 15:24:39 -05:00
util.py Replace print with logging (#6138) 2024-12-20 16:24:55 -05:00