TianxingWu commited on
Commit
ad26208
1 Parent(s): 9232b74

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,7 +371,7 @@ def ui():
371
  gr.Markdown(
372
  """
373
  Official Gradio Demo for ***FreeInit: Bridging Initialization Gap in Video Diffusion Models***.
374
- FreeInit improves time consistency of diffusion-based video generation at inference time. In this demo, we apply FreeInit on [AnimateDiff v1](https://github.com/guoyww/AnimateDiff) as an example. Takes around 80s per prompt.<br>
375
  """
376
  )
377
 
 
371
  gr.Markdown(
372
  """
373
  Official Gradio Demo for ***FreeInit: Bridging Initialization Gap in Video Diffusion Models***.
374
+ FreeInit improves time consistency of diffusion-based video generation at inference time. In this demo, we apply FreeInit on [AnimateDiff v1](https://github.com/guoyww/AnimateDiff) as an example. Sampling time: ~ 80s.<br>
375
  """
376
  )
377