Spaces:
Running
Running
improvements
Browse files- app.py +1 -1
- app_pix2pix_video.py +1 -1
app.py
CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
31 |
<h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
32 |
We built <b>Text2Video-Zero</b>, a first zero-shot text-to-video synthesis diffusion framework, that enables low cost yet high-quality and consistent video generation with only pre-trained text-to-image diffusion models without any training on videos or optimization!
|
33 |
Text2Video-Zero also naturally supports cool derivative works of pre-trained text-to-image models such as Instruct Pix2Pix, ControlNet and DreamBooth, and based on which we present Video Instruct Pix2Pix, Pose Conditional, Edge Conditional and, Edge Conditional and DreamBooth Specialized applications.
|
34 |
-
We hope our Text2Video-Zero will further democratize AI and empower creativity of everyone by unleashing the zero-shot video generation and editing capacity of the amazing text-to-image models and
|
35 |
</h2>
|
36 |
</div>
|
37 |
""")
|
|
|
31 |
<h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
32 |
We built <b>Text2Video-Zero</b>, a first zero-shot text-to-video synthesis diffusion framework, that enables low cost yet high-quality and consistent video generation with only pre-trained text-to-image diffusion models without any training on videos or optimization!
|
33 |
Text2Video-Zero also naturally supports cool derivative works of pre-trained text-to-image models such as Instruct Pix2Pix, ControlNet and DreamBooth, and based on which we present Video Instruct Pix2Pix, Pose Conditional, Edge Conditional and, Edge Conditional and DreamBooth Specialized applications.
|
34 |
+
We hope our Text2Video-Zero will further democratize AI and empower the creativity of everyone by unleashing the zero-shot video generation and editing capacity of the amazing text-to-image models and encourage future research!
|
35 |
</h2>
|
36 |
</div>
|
37 |
""")
|
app_pix2pix_video.py
CHANGED
@@ -18,7 +18,7 @@ def create_demo(model: Model):
|
|
18 |
gr.HTML(
|
19 |
"""
|
20 |
<div style="text-align: left; max-width: 1200px; margin: 20px auto;">
|
21 |
-
<
|
22 |
Description: Our current preview release supports videos no longer than 10 second.
|
23 |
For performance purposes the video is scaled down before processing. For faster inference you can choose lower output frames per seconds from Advanced Options.
|
24 |
</h3>
|
|
|
18 |
gr.HTML(
|
19 |
"""
|
20 |
<div style="text-align: left; max-width: 1200px; margin: 20px auto;">
|
21 |
+
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
22 |
Description: Our current preview release supports videos no longer than 10 second.
|
23 |
For performance purposes the video is scaled down before processing. For faster inference you can choose lower output frames per seconds from Advanced Options.
|
24 |
</h3>
|