eeuuia commited on
Commit
b3b14bc
·
verified ·
1 Parent(s): ca855df

Update api/ltx/ltx_aduc_manager.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_manager.py +1 -1
api/ltx/ltx_aduc_manager.py CHANGED
@@ -20,7 +20,7 @@ from diffusers.utils.torch_utils import randn_tensor
20
  from huggingface_hub import hf_hub_download
21
 
22
  # --- Importações da nossa arquitetura ---
23
- from api.managers.gpu_manager import gpu_manager
24
  from api.ltx.ltx_utils import build_ltx_pipeline_on_cpu
25
 
26
  LTX_VIDEO_REPO_DIR = Path("/data/LTX-Video")
 
20
  from huggingface_hub import hf_hub_download
21
 
22
  # --- Importações da nossa arquitetura ---
23
+ from managers.gpu_manager import gpu_manager
24
  from api.ltx.ltx_utils import build_ltx_pipeline_on_cpu
25
 
26
  LTX_VIDEO_REPO_DIR = Path("/data/LTX-Video")