hysts commited on
Commit
bd2d290
1 Parent(s): 610dd11

Update layout of the model card

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -14,15 +14,15 @@ inference: false
14
 
15
  # Tune-A-Video - a-man-is-surfing
16
 
17
- Base model: [CompVis/stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4).
18
-
19
- ### Model Description
20
-
21
- [Tune-A-Video](https://arxiv.org/abs/2212.11565): One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation
22
- [Stable-Diffusion](https://arxiv.org/abs/2112.10752): High-Resolution Image Synthesis with Latent Diffusion Models
23
-
24
- Training prompt: A man is surfing
25
 
 
26
  Test prompt: A panda is surfing
 
27
  ![sample-300](samples/sample-300.gif)
28
 
 
 
 
14
 
15
  # Tune-A-Video - a-man-is-surfing
16
 
17
+ ## Model description
18
+ - Base model: [CompVis/stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4)
19
+ - Training prompt: A man is surfing
 
 
 
 
 
20
 
21
+ ## Samples
22
  Test prompt: A panda is surfing
23
+
24
  ![sample-300](samples/sample-300.gif)
25
 
26
+ ## Related papers:
27
+ - [Tune-A-Video](https://arxiv.org/abs/2212.11565): One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation
28
+ - [Stable-Diffusion](https://arxiv.org/abs/2112.10752): High-Resolution Image Synthesis with Latent Diffusion Models