Spaces:
Paused
Paused
Julian Bilcke
commited on
Commit
·
55565fe
1
Parent(s):
ed51b56
pop
Browse files
app.py
CHANGED
|
@@ -643,7 +643,7 @@ with gr.Blocks(title="OmniAvatar - Lipsynced Avatar Video Generation") as app:
|
|
| 643 |
Generate videos with lipsynced avatars using a reference image and audio file.
|
| 644 |
Based on Wan2.1 with OmniAvatar enhancements for audio-driven avatar animation.
|
| 645 |
Note: this Gradio Space demo uses Wan2.1 1.3B and not Wan 14B.
|
| 646 |
-
It takes about
|
| 647 |
""")
|
| 648 |
|
| 649 |
with gr.Row():
|
|
@@ -695,7 +695,7 @@ with gr.Blocks(title="OmniAvatar - Lipsynced Avatar Video Generation") as app:
|
|
| 695 |
minimum=10,
|
| 696 |
maximum=50,
|
| 697 |
step=1,
|
| 698 |
-
value=
|
| 699 |
)
|
| 700 |
|
| 701 |
guidance_scale = gr.Slider(
|
|
@@ -712,7 +712,7 @@ with gr.Blocks(title="OmniAvatar - Lipsynced Avatar Video Generation") as app:
|
|
| 712 |
minimum=0.0,
|
| 713 |
maximum=10.0,
|
| 714 |
step=0.5,
|
| 715 |
-
value=
|
| 716 |
)
|
| 717 |
|
| 718 |
overlap_frames = gr.Slider(
|
|
|
|
| 643 |
Generate videos with lipsynced avatars using a reference image and audio file.
|
| 644 |
Based on Wan2.1 with OmniAvatar enhancements for audio-driven avatar animation.
|
| 645 |
Note: this Gradio Space demo uses Wan2.1 1.3B and not Wan 14B.
|
| 646 |
+
It takes about 4 minutes to generate a 4s long video (like in the examples), so we recommend you to duplicate this space.
|
| 647 |
""")
|
| 648 |
|
| 649 |
with gr.Row():
|
|
|
|
| 695 |
minimum=10,
|
| 696 |
maximum=50,
|
| 697 |
step=1,
|
| 698 |
+
value=15
|
| 699 |
)
|
| 700 |
|
| 701 |
guidance_scale = gr.Slider(
|
|
|
|
| 712 |
minimum=0.0,
|
| 713 |
maximum=10.0,
|
| 714 |
step=0.5,
|
| 715 |
+
value=3.0
|
| 716 |
)
|
| 717 |
|
| 718 |
overlap_frames = gr.Slider(
|