Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -23,7 +23,7 @@ import traceback
|
|
| 23 |
|
| 24 |
# Singletons do projeto para VAE e Encoder
|
| 25 |
from tools.video_encode_tool import video_encode_tool_singleton
|
| 26 |
-
from
|
| 27 |
|
| 28 |
# --- 2. GERENCIAMENTO DE DEPENDÊNCIAS E SETUP ---
|
| 29 |
def _query_gpu_processes_via_nvml(device_index: int) -> List[Dict]:
|
|
|
|
| 23 |
|
| 24 |
# Singletons do projeto para VAE e Encoder
|
| 25 |
from tools.video_encode_tool import video_encode_tool_singleton
|
| 26 |
+
from managers.vae_manager import vae_manager_singleton
|
| 27 |
|
| 28 |
# --- 2. GERENCIAMENTO DE DEPENDÊNCIAS E SETUP ---
|
| 29 |
def _query_gpu_processes_via_nvml(device_index: int) -> List[Dict]:
|