Eueuiaa commited on
Commit
62bc76f
·
verified ·
1 Parent(s): a073a96

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. api/ltx_server.py +1 -1
api/ltx_server.py CHANGED
@@ -863,7 +863,7 @@ class VideoService:
863
  except Exception:
864
  pass
865
 
866
- latents_parts_up = self._dividir_latentes_por_tamanho(latents_cpu_up,15,1)
867
 
868
  for latents in latents_parts_up:
869
 
 
863
  except Exception:
864
  pass
865
 
866
+ latents_parts_up = self._dividir_latentes_por_tamanho(latents_cpu_up,4,1)
867
 
868
  for latents in latents_parts_up:
869