Add pipeline tag, library name, link to paper
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=video-to-video. It also adds the
`library_name` and adds a link to the paper.
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
license_link: https://github.com/microsoft/VidTok/blob/main/LICENSE
|
4 |
|
5 |
tags:
|
@@ -27,8 +29,8 @@ VidTok, trained on a large-scale video dataset, outperforms previous models acro
|
|
27 |
Resources and technical documentation:
|
28 |
|
29 |
+ [GitHub](https://github.com/microsoft/VidTok)
|
30 |
-
+ [arXiv](https://arxiv.org/
|
31 |
-
|
32 |
|
33 |
## Model Performance
|
34 |
|
@@ -103,4 +105,27 @@ The model is released under the [MIT license](https://github.com/microsoft/VidTo
|
|
103 |
|
104 |
## Contact
|
105 |
|
106 |
-
We welcome feedback and collaboration from our audience. If you have suggestions, questions, or observe unexpected/offensive behavior in our technology, please contact us at [email protected].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: video-to-video
|
5 |
license_link: https://github.com/microsoft/VidTok/blob/main/LICENSE
|
6 |
|
7 |
tags:
|
|
|
29 |
Resources and technical documentation:
|
30 |
|
31 |
+ [GitHub](https://github.com/microsoft/VidTok)
|
32 |
+
+ [arXiv](https://arxiv.org/abs/2412.13061)
|
33 |
+
+ [paper](https://huggingface.co/papers/2412.17726)
|
34 |
|
35 |
## Model Performance
|
36 |
|
|
|
105 |
|
106 |
## Contact
|
107 |
|
108 |
+
We welcome feedback and collaboration from our audience. If you have suggestions, questions, or observe unexpected/offensive behavior in our technology, please contact us at [email protected].
|
109 |
+
|
110 |
+
## Contributing
|
111 |
+
|
112 |
+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
113 |
+
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
114 |
+
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
|
115 |
+
|
116 |
+
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
|
117 |
+
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
|
118 |
+
provided by the bot. You will only need to do this once across all repos using our CLA.
|
119 |
+
|
120 |
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
121 |
+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
122 |
+
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
|
123 |
+
|
124 |
+
|
125 |
+
## Trademarks
|
126 |
+
|
127 |
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
|
128 |
+
trademarks or logos is subject to and must follow
|
129 |
+
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
130 |
+
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
131 |
+
Any use of third-party trademarks or logos are subject to those third-party's policies.
|