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-10-05 15:41:19 -04:00
2025-11-25 10:50:19 -05:00
2025-11-24 10:38:38 -08:00
2025-04-14 18:00:33 -04:00