Spaces:
Runtime error
Runtime error
Commit ·
ad26208
1
Parent(s): 9232b74
update app
Browse files
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.
|
| 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 |
|