Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,8 +97,7 @@ def run_generate_low(prompt, neg_prompt, start_img, height, width, duration, cfg
|
|
| 97 |
)
|
| 98 |
item = LTXVideoPipeline._resize_conditioning_item(item, height, width)
|
| 99 |
conditioning_items.append(item)
|
| 100 |
-
|
| 101 |
-
|
| 102 |
|
| 103 |
used_seed = None if randomize_seed else seed
|
| 104 |
|
|
|
|
| 97 |
)
|
| 98 |
item = LTXVideoPipeline._resize_conditioning_item(item, height, width)
|
| 99 |
conditioning_items.append(item)
|
| 100 |
+
|
|
|
|
| 101 |
|
| 102 |
used_seed = None if randomize_seed else seed
|
| 103 |
|