Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_manager.py
Browse files
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
|
| 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")
|