anchor
commited on
Commit
•
bc6a4db
1
Parent(s):
c665d5a
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ tags:
|
|
13 |
---
|
14 |
|
15 |
|
16 |
-
<font size=5>**MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Parallel Denoising**</font>
|
17 |
</br>
|
18 |
Zhiqiang Xia <sup>\*</sup>,
|
19 |
Zhaokang Chen<sup>\*</sup>,
|
@@ -345,7 +345,7 @@ MuseV builds on `TuneAVideo`, `diffusers`. Thanks for open-sourcing!
|
|
345 |
# Citation
|
346 |
```bib
|
347 |
@article{musev,
|
348 |
-
title={MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Parallel Denoising},
|
349 |
author={Xia, Zhiqiang and Chen, Zhaokang and Wu, Bin and Li, Chao and Hung, Kwok-Wai and Zhan, Chao and Zhou, Wenjiang},
|
350 |
journal={arxiv},
|
351 |
year={2024}
|
@@ -355,4 +355,5 @@ MuseV builds on `TuneAVideo`, `diffusers`. Thanks for open-sourcing!
|
|
355 |
1. `code`: The code of MuseV is released under the MIT License. There is no limitation for both academic and commercial usage.
|
356 |
1. `model`: The trained model are available for non-commercial research purposes only.
|
357 |
1. `other opensource model`: Other open-source models used must comply with their license, such as `insightface`, `IP-Adapter`, `ft-mse-vae`, etc.
|
|
|
358 |
1. `AIGC`: This project strives to impact the domain of AI-driven video generation positively. Users are granted the freedom to create videos using this tool, but they are expected to comply with local laws and utilize it responsibly. The developers do not assume any responsibility for potential misuse by users.
|
|
|
13 |
---
|
14 |
|
15 |
|
16 |
+
<font size=5>**MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising**</font>
|
17 |
</br>
|
18 |
Zhiqiang Xia <sup>\*</sup>,
|
19 |
Zhaokang Chen<sup>\*</sup>,
|
|
|
345 |
# Citation
|
346 |
```bib
|
347 |
@article{musev,
|
348 |
+
title={MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising},
|
349 |
author={Xia, Zhiqiang and Chen, Zhaokang and Wu, Bin and Li, Chao and Hung, Kwok-Wai and Zhan, Chao and Zhou, Wenjiang},
|
350 |
journal={arxiv},
|
351 |
year={2024}
|
|
|
355 |
1. `code`: The code of MuseV is released under the MIT License. There is no limitation for both academic and commercial usage.
|
356 |
1. `model`: The trained model are available for non-commercial research purposes only.
|
357 |
1. `other opensource model`: Other open-source models used must comply with their license, such as `insightface`, `IP-Adapter`, `ft-mse-vae`, etc.
|
358 |
+
1. The testdata are collected from internet, which are available for non-commercial research purposes only.
|
359 |
1. `AIGC`: This project strives to impact the domain of AI-driven video generation positively. Users are granted the freedom to create videos using this tool, but they are expected to comply with local laws and utilize it responsibly. The developers do not assume any responsibility for potential misuse by users.
|