eeuuia commited on
Commit
24af70a
·
verified ·
1 Parent(s): ece26e1

Update api/ltx/ltx_aduc_manager.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_manager.py +1 -1
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), self.load_config())
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."""