Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def run_generate_low(prompt, neg_prompt, start_img, height, width, duration, cfg
|
|
| 42 |
conditioning_items = video_generation_service.prepare_condition_items(items_list, height, width, num_frames_estimate)
|
| 43 |
|
| 44 |
used_seed = None if randomize_seed else seed
|
| 45 |
-
video_path, tensor_path, final_seed = video_generation_service.
|
| 46 |
prompt=prompt, negative_prompt=neg_prompt,
|
| 47 |
height=height, width=width, duration=duration,
|
| 48 |
guidance_scale=cfg, seed=used_seed,
|
|
|
|
| 42 |
conditioning_items = video_generation_service.prepare_condition_items(items_list, height, width, num_frames_estimate)
|
| 43 |
|
| 44 |
used_seed = None if randomize_seed else seed
|
| 45 |
+
video_path, tensor_path, final_seed = video_generation_service.generate_low_resolution(
|
| 46 |
prompt=prompt, negative_prompt=neg_prompt,
|
| 47 |
height=height, width=width, duration=duration,
|
| 48 |
guidance_scale=cfg, seed=used_seed,
|