Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
api/ltx/ltx_aduc_pipeline.py
CHANGED
|
@@ -42,7 +42,7 @@ LTX_REPO_ID = "Lightricks/LTX-Video"
|
|
| 42 |
|
| 43 |
# --- M贸dulos da nossa Arquitetura ---
|
| 44 |
try:
|
| 45 |
-
from
|
| 46 |
from api.ltx.vae_aduc_pipeline import vae_ltx_aduc_pipeline
|
| 47 |
from tools.video_encode_tool import video_encode_tool_singleton
|
| 48 |
from api.ltx.ltx_utils import build_ltx_pipeline_on_cpu, seed_everything
|
|
|
|
| 42 |
|
| 43 |
# --- M贸dulos da nossa Arquitetura ---
|
| 44 |
try:
|
| 45 |
+
from managers.gpu_manager import gpu_manager
|
| 46 |
from api.ltx.vae_aduc_pipeline import vae_ltx_aduc_pipeline
|
| 47 |
from tools.video_encode_tool import video_encode_tool_singleton
|
| 48 |
from api.ltx.ltx_utils import build_ltx_pipeline_on_cpu, seed_everything
|