Spaces:
Paused
Paused
Update app_ltx.py
Browse files- app_ltx.py +1 -1
app_ltx.py
CHANGED
|
@@ -130,7 +130,7 @@ def generate(
|
|
| 130 |
|
| 131 |
call_kwargs = {
|
| 132 |
"prompt": prompt, "negative_prompt": "worst quality...",
|
| 133 |
-
"height": target_height, "width": target_width, "num_frames": num_frames,
|
| 134 |
"generator": generator, "output_type": "pt",
|
| 135 |
"conditioning_items": conditioning_items,
|
| 136 |
**PIPELINE_CONFIG_YAML
|
|
|
|
| 130 |
|
| 131 |
call_kwargs = {
|
| 132 |
"prompt": prompt, "negative_prompt": "worst quality...",
|
| 133 |
+
"height": target_height, "width": target_width, "num_frames": num_frames, "frame_rate": int(FPS),
|
| 134 |
"generator": generator, "output_type": "pt",
|
| 135 |
"conditioning_items": conditioning_items,
|
| 136 |
**PIPELINE_CONFIG_YAML
|