ComfyUI/comfy/ldm/hunyuan_video
Apophis3158 fb8bdb7590
Fix duplicate model_management initialization in hunyuan_video upsampler.py
Current behavior:
comfy/ldm/hunyuan_video/upsampler.py imports model_management directly as top-level modules. Double initialization and log spamming.

Fix:
Changed imports to absolute imports (from comfy import ...) to align with the rest of the codebase and ensure the singleton instances are used correctly.
2025-12-08 07:09:44 +08:00
..
model.py block info (#10844) 2025-11-24 10:40:09 -08:00
upsampler.py Fix duplicate model_management initialization in hunyuan_video upsampler.py 2025-12-08 07:09:44 +08:00
vae_refiner.py Implement temporal rolling VAE (Major VRAM reductions in Hunyuan and Kandinsky) (#10995) 2025-12-02 22:49:29 -05:00
vae.py Fix lowvram issue with hunyuan image vae. (#9794) 2025-09-10 02:15:34 -04:00