Fabrice-TIERCELIN commited on
Commit
6774fdd
·
verified ·
1 Parent(s): 15a4421

More a guidance than the exact end frame

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1772,7 +1772,7 @@ with block:
1772
  input_image = gr.Image(sources='upload', type="numpy", label="Image", height=320)
1773
  image_position = gr.Slider(label="Image position", minimum=0, maximum=100, value=0, step=1, info='0=Video start; 100=Video end (lower quality)')
1774
  input_video = gr.Video(sources='upload', label="Input Video", height=320)
1775
- end_image = gr.Image(sources='upload', type="numpy", label="End Frame (optional)", height=320)
1776
  timeless_prompt = gr.Textbox(label="Timeless prompt", info='Used on the whole duration of the generation', value='', placeholder="The creature starts to move, fast motion, fixed camera, focus motion, consistent arm, consistent position, mute colors, insanely detailed")
1777
  prompt_number = gr.Slider(label="Timed prompt number", minimum=0, maximum=1000, value=0, step=1, info='Prompts will automatically appear')
1778
 
 
1772
  input_image = gr.Image(sources='upload', type="numpy", label="Image", height=320)
1773
  image_position = gr.Slider(label="Image position", minimum=0, maximum=100, value=0, step=1, info='0=Video start; 100=Video end (lower quality)')
1774
  input_video = gr.Video(sources='upload', label="Input Video", height=320)
1775
+ end_image = gr.Image(sources='upload', type="numpy", label="End Frame (optional; more a guidance than the exact end frame)", height=320)
1776
  timeless_prompt = gr.Textbox(label="Timeless prompt", info='Used on the whole duration of the generation', value='', placeholder="The creature starts to move, fast motion, fixed camera, focus motion, consistent arm, consistent position, mute colors, insanely detailed")
1777
  prompt_number = gr.Slider(label="Timed prompt number", minimum=0, maximum=1000, value=0, step=1, info='Prompts will automatically appear')
1778