vfontech commited on
Commit
fff4599
·
verified ·
1 Parent(s): f82b414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -10
README.md CHANGED
@@ -1,16 +1,22 @@
1
- ---
2
- tags:
3
- - video-frame-interpolation
4
- - diffusion-model
5
- - animation
6
- - uncertainty-estimation
7
- ---
 
 
 
 
 
 
8
 
9
  # 🤖 Multi‑Input ResShift Diffusion VFI
10
 
11
- <div align="left">
12
  <a href='https://arxiv.org/pdf/2504.05402'><img src='https://img.shields.io/badge/arXiv-2405.17933-b31b1b.svg'></a>
13
- <a href='https://doubiiu.github.io/projects/ToonCrafter/'><img src='https://img.shields.io/badge/Repo-Code-blue'></a> &nbsp;
14
  <a href='https://colab.research.google.com/drive/1MGYycbNMW6Mxu5MUqw_RW_xxiVeHK5Aa#scrollTo=EKaYCioiP3tQ'><img src='https://img.shields.io/badge/Colab-Demo-Green'></a>
15
  </div>
16
 
@@ -70,4 +76,4 @@ plt.imshow(denorm(img1, mean=[0.5, 0.5, 0.5], std=[0.5, 0.5, 0.5]).squeeze().per
70
  plt.subplot(1, 3, 3)
71
  plt.imshow(denorm(img2, mean=[0.5, 0.5, 0.5], std=[0.5, 0.5, 0.5]).squeeze().permute(1, 2, 0).cpu().numpy())
72
  plt.show()
73
- ```
 
1
+ ---
2
+ tags:
3
+ - video-frame-interpolation
4
+ - diffusion-model
5
+ - animation
6
+ - uncertainty-estimation
7
+ license: mit
8
+ language:
9
+ - en
10
+ base_model:
11
+ - vfontech/Multiple-Input-Resshift-VFI
12
+ pipeline_tag: image-to-image
13
+ ---
14
 
15
  # 🤖 Multi‑Input ResShift Diffusion VFI
16
 
17
+ <div align="left" style="display: flex; flex-direction: row; gap: 15px">
18
  <a href='https://arxiv.org/pdf/2504.05402'><img src='https://img.shields.io/badge/arXiv-2405.17933-b31b1b.svg'></a>
19
+ <a href='https://doubiiu.github.io/projects/ToonCrafter/'><img src='https://img.shields.io/badge/Repo-Code-blue'></a>
20
  <a href='https://colab.research.google.com/drive/1MGYycbNMW6Mxu5MUqw_RW_xxiVeHK5Aa#scrollTo=EKaYCioiP3tQ'><img src='https://img.shields.io/badge/Colab-Demo-Green'></a>
21
  </div>
22
 
 
76
  plt.subplot(1, 3, 3)
77
  plt.imshow(denorm(img2, mean=[0.5, 0.5, 0.5], std=[0.5, 0.5, 0.5]).squeeze().permute(1, 2, 0).cpu().numpy())
78
  plt.show()
79
+ ```