Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
api/ltx/ltx_aduc_pipeline.py
CHANGED
|
@@ -42,12 +42,12 @@ LTX_REPO_ID = "Lightricks/LTX-Video"
|
|
| 42 |
|
| 43 |
# --- M贸dulos da nossa Arquitetura ---
|
| 44 |
try:
|
| 45 |
-
from
|
| 46 |
-
from api.
|
| 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
|
| 49 |
-
from api.ltx_pool_manager import LatentConditioningItem
|
| 50 |
-
from
|
| 51 |
except ImportError as e:
|
| 52 |
logging.critical(f"A crucial import from the local API/architecture failed. Error: {e}", exc_info=True)
|
| 53 |
sys.exit(1)
|
|
|
|
| 42 |
|
| 43 |
# --- M贸dulos da nossa Arquitetura ---
|
| 44 |
try:
|
| 45 |
+
from manager.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
|
| 49 |
+
from api.ltx.ltx_pool_manager import LatentConditioningItem
|
| 50 |
+
from utils.debug_utils import log_function_io
|
| 51 |
except ImportError as e:
|
| 52 |
logging.critical(f"A crucial import from the local API/architecture failed. Error: {e}", exc_info=True)
|
| 53 |
sys.exit(1)
|