Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: openrail++
|
3 |
-
library_name:
|
4 |
-
tags:
|
5 |
-
- lipsync
|
6 |
-
- video-editing
|
7 |
-
---
|
8 |
-
|
9 |
-
Paper: https://arxiv.org/abs/2412.09262
|
10 |
-
|
11 |
-
Code: https://github.com/bytedance/LatentSync
|
12 |
-
|
13 |
-
# LatentSync 1.6
|
14 |
-
|
15 |
-
Many people have reported that the teeth and lips generated by LatentSync 1.5 are blurry. To address this issue, we trained LatentSync 1.6 on 512 x 512 resolution videos.
|
16 |
-
|
17 |
-
Notably, we did not make any changes to the model structure or training strategy; the only modification was upgrading the training dataset to 512 x 512 videos. Therefore, the current code is compatible with both LatentSync 1.5 and 1.6. To switch between versions, you only need to load the corresponding checkpoint and modify the `resolution` parameter in the U-Net config file.
|
18 |
-
|
19 |
You can view the [demo](https://github.com/bytedance/LatentSync/blob/main/docs/changelog_v1.6.md) in LatentSync's official GitHub repo.
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
library_name: torchgeo
|
4 |
+
tags:
|
5 |
+
- lipsync
|
6 |
+
- video-editing
|
7 |
+
---
|
8 |
+
|
9 |
+
Paper: https://arxiv.org/abs/2412.09262
|
10 |
+
|
11 |
+
Code: https://github.com/bytedance/LatentSync
|
12 |
+
|
13 |
+
# LatentSync 1.6
|
14 |
+
|
15 |
+
Many people have reported that the teeth and lips generated by LatentSync 1.5 are blurry. To address this issue, we trained LatentSync 1.6 on 512 x 512 resolution videos.
|
16 |
+
|
17 |
+
Notably, we did not make any changes to the model structure or training strategy; the only modification was upgrading the training dataset to 512 x 512 videos. Therefore, the current code is compatible with both LatentSync 1.5 and 1.6. To switch between versions, you only need to load the corresponding checkpoint and modify the `resolution` parameter in the U-Net config file.
|
18 |
+
|
19 |
You can view the [demo](https://github.com/bytedance/LatentSync/blob/main/docs/changelog_v1.6.md) in LatentSync's official GitHub repo.
|