claudiom4sir commited on
Commit
92ed033
·
verified ·
1 Parent(s): ec819df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -5,4 +5,21 @@ base_model: stabilityai/stable-diffusion-x4-upscaler
5
  library_name: diffusers
6
  pipeline_tag: image-to-image
7
  ---
8
- This model card focuses on the models associated with StableVSR, available [here](https://github.com/claudiom4sir/StableVSR).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  library_name: diffusers
6
  pipeline_tag: image-to-image
7
  ---
8
+
9
+ # StableVSR Model Card
10
+ This model card focuses on the models associated with StableVSR, available [here](https://github.com/claudiom4sir/StableVSR).
11
+
12
+ ## Model Details
13
+ - **Developed by:** Claudio Rota
14
+ - **Model type:** Diffusion-based video super-resolution model
15
+ - **Model Description:** This is the model used in [Paper](https://arxiv.org/abs/2311.15908).
16
+ - **Resources for more information:** [GitHub Repository](https://github.com/claudiom4sir/StableVSR).
17
+ - **Cite:**
18
+ ```
19
+ @article{rota2023enhancing,
20
+ title={Enhancing Perceptual Quality in Video Super-Resolution through Temporally-Consistent Detail Synthesis using Diffusion Models},
21
+ author={Rota, Claudio and Buzzelli, Marco and van de Weijer, Joost},
22
+ journal={arXiv preprint arXiv:2311.15908},
23
+ year={2023}
24
+ }
25
+ ```