eeuuia commited on
Commit
bf5e057
·
verified ·
1 Parent(s): 719920d

Update api/ltx/ltx_pool_manager.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_pool_manager.py +2 -2
api/ltx/ltx_pool_manager.py CHANGED
@@ -91,7 +91,7 @@ class LTXWorker:
91
  logging.info(f"[LTXWorker-{self.main_device}] ✅ Pipeline 'quente', corrigido e pronto.")
92
 
93
 
94
- class LTXPoolManager:
95
  # (Padrão Singleton, similar ao VincePoolManager)
96
  # ...
97
 
@@ -107,4 +107,4 @@ class LTXPoolManager:
107
  return self.worker.pipeline
108
 
109
  # Instância Singleton
110
- ltx_pool_manager = LTXPoolManager()
 
91
  logging.info(f"[LTXWorker-{self.main_device}] ✅ Pipeline 'quente', corrigido e pronto.")
92
 
93
 
94
+ class LTXAducManager:
95
  # (Padrão Singleton, similar ao VincePoolManager)
96
  # ...
97
 
 
107
  return self.worker.pipeline
108
 
109
  # Instância Singleton
110
+ ltx_aduc_manager = LTXAducManager()