chunyu-li commited on
Commit
71510a3
·
verified ·
1 Parent(s): 9d5294e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,5 +9,6 @@ tags:
9
 
10
  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
11
 
12
- The model was presented in the paper [LatentSync: Audio Conditioned Latent Diffusion Models for Lip Sync](https://arxiv.org/abs/2412.09262).
13
- Code: https://github.com/chunyu-li/LatentSync
 
 
9
 
10
  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
11
 
12
+ Paper: https://arxiv.org/abs/2412.09262
13
+
14
+ Code: https://github.com/bytedance/LatentSync