Spaces:
Paused
Paused
Update api/ltx_server.py
Browse files- 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,
|
| 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 |
|