euiiiia commited on
Commit
014ad5e
·
verified ·
1 Parent(s): a97521c

Update api/ltx_server_refactored.py

Browse files
Files changed (1) hide show
  1. api/ltx_server_refactored.py +1 -1
api/ltx_server_refactored.py CHANGED
@@ -589,7 +589,7 @@ class VideoService:
589
  with open(config_path, "r") as file:
590
  return yaml.safe_load(file)
591
 
592
- def _load_models_from_hub(self) -> Tuple[LTXMultiScalePipeline, Optional[torch.nn.Module]]:
593
  """Baixa e cria as instâncias da pipeline e do upsampler."""
594
  t0 = time.perf_counter()
595
  LTX_REPO = "Lightricks/LTX-Video"
 
589
  with open(config_path, "r") as file:
590
  return yaml.safe_load(file)
591
 
592
+ def _load_models_from_hub(self):
593
  """Baixa e cria as instâncias da pipeline e do upsampler."""
594
  t0 = time.perf_counter()
595
  LTX_REPO = "Lightricks/LTX-Video"