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
..
2025-11-24 10:40:09 -08:00