Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
api/ltx/ltx_aduc_pipeline.py
CHANGED
|
@@ -56,7 +56,7 @@ except ImportError as e:
|
|
| 56 |
# --- CLASSE DE SERVIÇO (O ORQUESTRADOR) ---
|
| 57 |
# ==============================================================================
|
| 58 |
|
| 59 |
-
class
|
| 60 |
"""
|
| 61 |
Orchestrates the high-level logic of video generation, with internalized
|
| 62 |
conditioning item preparation.
|
|
@@ -281,7 +281,7 @@ class VideoService:
|
|
| 281 |
# --- INSTANCIAÇÃO SINGLETON ---
|
| 282 |
# ==============================================================================
|
| 283 |
try:
|
| 284 |
-
|
| 285 |
logging.info("Global VideoService orchestrator instance created successfully.")
|
| 286 |
except Exception as e:
|
| 287 |
logging.critical(f"Failed to initialize VideoService: {e}", exc_info=True)
|
|
|
|
| 56 |
# --- CLASSE DE SERVIÇO (O ORQUESTRADOR) ---
|
| 57 |
# ==============================================================================
|
| 58 |
|
| 59 |
+
class LtxAducPipeline:
|
| 60 |
"""
|
| 61 |
Orchestrates the high-level logic of video generation, with internalized
|
| 62 |
conditioning item preparation.
|
|
|
|
| 281 |
# --- INSTANCIAÇÃO SINGLETON ---
|
| 282 |
# ==============================================================================
|
| 283 |
try:
|
| 284 |
+
Ltx_Aduc_Pipeline = LtxAducPipeline()
|
| 285 |
logging.info("Global VideoService orchestrator instance created successfully.")
|
| 286 |
except Exception as e:
|
| 287 |
logging.critical(f"Failed to initialize VideoService: {e}", exc_info=True)
|