lev1 commited on
Commit
2287e9b
1 Parent(s): 5ce9bd4

Add affiliation

Browse files
Files changed (1) hide show
  1. app.py +9 -10
app.py CHANGED
@@ -19,21 +19,20 @@ with gr.Blocks(css='style.css') as demo:
19
  <h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
20
  Text2Video-Zero
21
  </h1>
22
- <h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
23
- 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!
24
- 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.
25
- 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 encourages future research!
26
- </h2>
27
- <h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
28
  Levon Khachatryan<sup>1*</sup>, Andranik Movsisyan<sup>1*</sup>, Vahram Tadevosyan<sup>1*</sup>, Roberto Henschel<sup>1*</sup>, Zhangyang Wang<sup>1,2</sup>, Shant Navasardyan<sup>1</sup>
29
  and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a><sup>1,3,4</sup>
30
  [<a href="https://arxiv.org/abs/2303.13439" style="color:blue;">arXiv</a>]
31
  [<a href="https://github.com/Picsart-AI-Research/Text2Video-Zero" style="color:blue;">GitHub</a>]
32
- </h3>
33
-
34
- <h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
35
  <sup>1</sup>Picsart AI Resarch (PAIR), <sup>2</sup>UT Austin, <sup>3</sup>U of Oregon, <sup>4</sup>UIUC
36
- </h3>
 
 
 
 
 
37
  </div>
38
  """)
39
 
 
19
  <h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
20
  Text2Video-Zero
21
  </h1>
22
+ <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
 
 
 
 
 
23
  Levon Khachatryan<sup>1*</sup>, Andranik Movsisyan<sup>1*</sup>, Vahram Tadevosyan<sup>1*</sup>, Roberto Henschel<sup>1*</sup>, Zhangyang Wang<sup>1,2</sup>, Shant Navasardyan<sup>1</sup>
24
  and <a href="https://www.humphreyshi.com/home">Humphrey Shi</a><sup>1,3,4</sup>
25
  [<a href="https://arxiv.org/abs/2303.13439" style="color:blue;">arXiv</a>]
26
  [<a href="https://github.com/Picsart-AI-Research/Text2Video-Zero" style="color:blue;">GitHub</a>]
27
+ </h2>
28
+ <h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
 
29
  <sup>1</sup>Picsart AI Resarch (PAIR), <sup>2</sup>UT Austin, <sup>3</sup>U of Oregon, <sup>4</sup>UIUC
30
+ </h2>
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 encourages future research!
35
+ </h2>
36
  </div>
37
  """)
38