IceClear commited on
Commit
1957115
·
1 Parent(s): 8567740
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ def generation_step(runner, text_embeds_dict, cond_latents):
225
  @spaces.GPU()
226
  def generation_loop(video_path='./test_videos', seed=666, fps_out=12, batch_size=1, cfg_scale=1.0, cfg_rescale=0.0, sample_steps=1, res_h=1280, res_w=720, sp_size=1):
227
  runner = configure_runner(1)
228
- output_dir = 'output/' + uuid.uuid4() + '.mp4'
229
  def _build_pos_and_neg_prompt():
230
  # read positive prompt
231
  positive_text = "Cinematic, High Contrast, highly detailed, taken using a Canon EOS R camera, \
 
225
  @spaces.GPU()
226
  def generation_loop(video_path='./test_videos', seed=666, fps_out=12, batch_size=1, cfg_scale=1.0, cfg_rescale=0.0, sample_steps=1, res_h=1280, res_w=720, sp_size=1):
227
  runner = configure_runner(1)
228
+ output_dir = 'output/' + str(uuid.uuid4()) + '.mp4'
229
  def _build_pos_and_neg_prompt():
230
  # read positive prompt
231
  positive_text = "Cinematic, High Contrast, highly detailed, taken using a Canon EOS R camera, \