linoyts HF Staff commited on
Commit
a14f8d3
·
verified ·
1 Parent(s): 671828a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -338,10 +338,9 @@ with block:
338
  gr.Markdown('# FramePack-F1')
339
  gr.Markdown(f"""### Video diffusion, but feels like image diffusion
340
  *FramePack F1 - a FramePack model that only predicts future frames from history frames*
341
- adapted from the officical code repo [FramePack](https://github.com/lllyasviel/FramePack) by lllyasviel and [FramePack Studio](https://github.com/colinurbs/FramePack-Studio)
 
342
  """)
343
- gr.Markdown('*demo FramePack F1 - a FramePack model that only predicts future frames from history frames*')
344
- gr.Markdown('adapted from the officical code repo [FramePack](https://github.com/lllyasviel/FramePack) by lllyasviel and [FramePack Studio](https://github.com/colinurbs/FramePack-Studio)')
345
  with gr.Row():
346
  with gr.Column():
347
  input_image = gr.Image(sources='upload', type="numpy", label="Image", height=320)
 
338
  gr.Markdown('# FramePack-F1')
339
  gr.Markdown(f"""### Video diffusion, but feels like image diffusion
340
  *FramePack F1 - a FramePack model that only predicts future frames from history frames*
341
+
342
+ adapted from the officical code repo [FramePack](https://github.com/lllyasviel/FramePack) by [lllyasviel](lllyasviel/FramePack_F1_I2V_HY_20250503) and [FramePack Studio](https://github.com/colinurbs/FramePack-Studio) 🙌🏻
343
  """)
 
 
344
  with gr.Row():
345
  with gr.Column():
346
  input_image = gr.Image(sources='upload', type="numpy", label="Image", height=320)