Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_manager.py
Browse files
api/ltx/ltx_aduc_manager.py
CHANGED
|
@@ -144,7 +144,7 @@ class LTXAducManager:
|
|
| 144 |
main_device = gpu_manager.get_ltx_device()
|
| 145 |
vae_device = gpu_manager.get_ltx_vae_device()
|
| 146 |
# Em uma arquitetura futura, poderíamos ter múltiplos workers. Por enquanto, temos um.
|
| 147 |
-
self.worker = LTXWorker(str(main_device), str(vae_device),
|
| 148 |
|
| 149 |
def load_config(self) -> Dict:
|
| 150 |
"""Loads the YAML configuration file."""
|
|
|
|
| 144 |
main_device = gpu_manager.get_ltx_device()
|
| 145 |
vae_device = gpu_manager.get_ltx_vae_device()
|
| 146 |
# Em uma arquitetura futura, poderíamos ter múltiplos workers. Por enquanto, temos um.
|
| 147 |
+
self.worker = LTXWorker(str(main_device), str(vae_device), load_config())
|
| 148 |
|
| 149 |
def load_config(self) -> Dict:
|
| 150 |
"""Loads the YAML configuration file."""
|