Fabrice-TIERCELIN commited on
Commit
a245ddf
·
verified ·
1 Parent(s): 1fef536

Fix param

Browse files
Files changed (1) hide show
  1. app_endframe.py +18 -17
app_endframe.py CHANGED
@@ -792,24 +792,25 @@ with block:
792
  gr.Examples(
793
  examples = [
794
  [
795
- "./img_examples/Example1.mp4",
796
- None,
797
- 0.0,
798
  "View of the sea as far as the eye can see, from the seaside, a piece of land is barely visible on the horizon at the middle, the sky is radiant, reflections of the sun in the water, photorealistic, realistic, intricate details, 8k, insanely detailed",
799
- "",
800
- 42,
801
- 1,
802
- 640,
803
- 9,
804
- 1,
805
- 1.0,
806
- 3.0,
807
- 0.0,
808
- 6,
809
- False,
810
- False,
811
- 16,
812
- 5,
 
813
  default_vae
814
  ],
815
  ],
 
792
  gr.Examples(
793
  examples = [
794
  [
795
+ "./img_examples/Example1.mp4", # input_video
796
+ None, # end_frame
797
+ 0.0, # end_frame_weight
798
  "View of the sea as far as the eye can see, from the seaside, a piece of land is barely visible on the horizon at the middle, the sky is radiant, reflections of the sun in the water, photorealistic, realistic, intricate details, 8k, insanely detailed",
799
+ "", # n_prompt
800
+ 42, # seed
801
+ 1, # batch
802
+ 640, # resolution
803
+ 1, # total_second_length
804
+ 9, # latent_window_size
805
+ 25, # steps
806
+ 1.0, # cfg
807
+ 3.0, # gs
808
+ 0.0, # rs
809
+ 6, # gpu_memory_preservation
810
+ False, # use_teacache
811
+ False, # no_resize
812
+ 16, # mp4_crf
813
+ 5, # num_clean_frames
814
  default_vae
815
  ],
816
  ],