Spaces:
Paused
Paused
Update api/ltx/ltx_pool_manager.py
Browse files
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
|
| 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 |
-
|
|
|
|
| 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()
|