eeuuia commited on
Commit
75d0666
·
verified ·
1 Parent(s): d2c57c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.generate_low(
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,