Carlex22222 commited on
Commit
c0b6f21
·
verified ·
1 Parent(s): 923f83d

Update aduc_framework/managers/ltx_manager.py

Browse files
aduc_framework/managers/ltx_manager.py CHANGED
@@ -51,7 +51,7 @@ class LtxPoolManager:
51
  def __init__(self, device_ids: List[str], ltx_config_file_name: str):
52
  logger.info(f"LTX POOL MANAGER: Criando workers para os dispositivos: {device_ids}")
53
  self._ltx_modules_loaded = False
54
- #self._setup_dependencies()
55
  self._lazy_load_ltx_modules()
56
 
57
  self.ltx_config_file = LTX_VIDEO_REPO_DIR / "configs" / ltx_config_file_name
 
51
  def __init__(self, device_ids: List[str], ltx_config_file_name: str):
52
  logger.info(f"LTX POOL MANAGER: Criando workers para os dispositivos: {device_ids}")
53
  self._ltx_modules_loaded = False
54
+ self._setup_dependencies()
55
  self._lazy_load_ltx_modules()
56
 
57
  self.ltx_config_file = LTX_VIDEO_REPO_DIR / "configs" / ltx_config_file_name