Spaces:
Paused
Paused
Update api/ltx_server_refactored.py
Browse files
api/ltx_server_refactored.py
CHANGED
|
@@ -385,9 +385,9 @@ class VideoService:
|
|
| 385 |
)
|
| 386 |
|
| 387 |
video_path, tensor_path, final_seed = video_generation_service.generate_single_low(
|
| 388 |
-
prompt=prompt_x, negative_prompt=
|
| 389 |
-
seed=
|
| 390 |
-
ltx_configs_override=
|
| 391 |
)
|
| 392 |
|
| 393 |
#log_tensor_info(latentes_chunk, f"latentes_chunk")
|
|
|
|
| 385 |
)
|
| 386 |
|
| 387 |
video_path, tensor_path, final_seed = video_generation_service.generate_single_low(
|
| 388 |
+
prompt=prompt_x, negative_prompt=negative_prompt, height=height, width=width, duration=duration,
|
| 389 |
+
seed=seed, initial_image_conditions=initial_image_conditions,
|
| 390 |
+
ltx_configs_override=ltx_configs_override,
|
| 391 |
)
|
| 392 |
|
| 393 |
#log_tensor_info(latentes_chunk, f"latentes_chunk")
|