nielsr HF staff commited on
Commit
076ac7b
·
verified ·
1 Parent(s): fdfe7bb

Add pipeline tag, library name and link to paper

Browse files

This PR improves the model card by adding the `library_name`, `pipeline_tag` and link to the paper.
This makes sure that the model is found at https://huggingface.co/models?pipeline_tag=image-to-image as well as links the model to the respective Arxiv page.

Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -1,8 +1,12 @@
1
- ---
2
- license: openrail
3
- ---
4
-
5
- # The checkpoints of LatentSync
6
-
7
- This repo not only stores the pretrained U-Net and SyncNet checkpoints of LatentSync, but also stores the whisper checkpoints, auxiliary checkpoints for detecting face, calculating syncnet confidence score and so on. They have covered all you need for both inference and training of LatentSync
8
-
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ library_name: diffusers
4
+ pipeline_tag: image-to-image
5
+ ---
6
+
7
+ # The checkpoints of LatentSync
8
+
9
+ This repo not only stores the pretrained U-Net and SyncNet checkpoints of LatentSync, but also stores the whisper checkpoints, auxiliary checkpoints for detecting face, calculating syncnet confidence score and so on. They have covered all you need for both inference and training of LatentSync
10
+
11
+ The model was presented in the paper [LatentSync: Audio Conditioned Latent Diffusion Models for Lip Sync](https://arxiv.org/abs/2412.09262).
12
+ Code: https://github.com/chunyu-li/LatentSync