mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-30 08:41:01 +08:00
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. |
||
|---|---|---|
| .. | ||
| model.py | ||
| upsampler.py | ||
| vae_refiner.py | ||
| vae.py | ||