eeuuia commited on
Commit
fdf33ba
·
verified ·
1 Parent(s): 34b1caf

Update api/ltx/ltx_aduc_pipeline.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_pipeline.py +2 -2
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 VideoService:
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
- video_generation_service = VideoService()
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)