Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
base_model:
|
5 |
+
- tencent/HunyuanVideo
|
6 |
+
pipeline_tag: text-to-video
|
7 |
+
library_name: diffusers
|
8 |
+
tags:
|
9 |
+
- HunyuanVideo
|
10 |
+
- Tencent
|
11 |
+
- Video
|
12 |
+
license: other
|
13 |
+
license_name: tencent-hunyuan-community
|
14 |
+
license_link: LICENSE
|
15 |
+
---
|
16 |
+
|
17 |
+
This model is [HunyuanVideo](https://huggingface.co/tencent/HunyuanVideo) adapted to run on the Hugging Face Inference Endpoints.
|
18 |
+
|