nielsr HF Staff commited on
Commit
cf0f062
·
verified ·
1 Parent(s): 92c5d91

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card metadata. The `pipeline_tag` is set to `image-to-video` to accurately reflect
the model's functionality. The `library_name` is set to `ppdiffusers` based on the provided usage examples.

Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
- - THUDM/CogVideoX-5b
5
  language:
6
- - en
 
7
  tags:
8
- - video-generation
9
- - paddlemix
 
 
10
  ---
11
 
12
  Englishh | [简体中文](README_zh.md)
@@ -15,7 +17,7 @@ Englishh | [简体中文](README_zh.md)
15
  <p align="center">
16
  <a href="https://huggingface.co/PaddleMIX">🤗 Huggingface Space</a> |
17
  <a href="https://github.com/PaddlePaddle/PaddleMIX/tree/develop/ppdiffusers/examples/ppvctrl">🌐 Github </a> |
18
- <a href="">📜 arxiv </a> |
19
  <a href="https://pp-vctrl.github.io/">📷 Project </a>
20
  </p>
21
 
 
1
  ---
 
2
  base_model:
3
+ - THUDM/CogVideoX-5b
4
  language:
5
+ - en
6
+ license: apache-2.0
7
  tags:
8
+ - video-generation
9
+ - paddlemix
10
+ pipeline_tag: image-to-video
11
+ library_name: ppdiffusers
12
  ---
13
 
14
  Englishh | [简体中文](README_zh.md)
 
17
  <p align="center">
18
  <a href="https://huggingface.co/PaddleMIX">🤗 Huggingface Space</a> |
19
  <a href="https://github.com/PaddlePaddle/PaddleMIX/tree/develop/ppdiffusers/examples/ppvctrl">🌐 Github </a> |
20
+ <a href="https://huggingface.co/papers/2503.16983">📜 arxiv </a> |
21
  <a href="https://pp-vctrl.github.io/">📷 Project </a>
22
  </p>
23