nielsr HF Staff commited on
Commit
1376f95
·
verified ·
1 Parent(s): 51b381e

Correct pipeline tag and add contributors section

Browse files

This PR corrects the `pipeline_tag` to `text-to-video`, reflecting the model's functionality of generating videos from text descriptions and adds the contributors section.

Files changed (1) hide show
  1. README.md +17 -8
README.md CHANGED
@@ -1,19 +1,20 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- pipeline_tag: image-to-video
6
- datasets:
7
- - BestWishYsh/ConsisID-preview-Data
8
  base_model:
9
  - THUDM/CogVideoX-5b
10
  - THUDM/CogVideoX1.5-5B-I2V
11
- base_model_relation: finetune
 
 
 
12
  library_name: diffusers
 
 
13
  tags:
14
  - IPT2V
 
15
  ---
16
 
 
17
  <div align=center>
18
  <img src="https://github.com/PKU-YuanGroup/ConsisID/blob/main/asserts/ConsisID_logo.png?raw=true" width="150px">
19
  </div>
@@ -28,7 +29,7 @@ tags:
28
  <a href="https://huggingface.co/datasets/BestWishYsh/ConsisID-preview-Data">🐳 Dataset</a>
29
  </p>
30
  <p align="center">
31
- <h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h2>
32
 
33
 
34
  ## 😍 Gallery
@@ -150,4 +151,12 @@ If you find our paper and code useful in your research, please consider giving a
150
  journal={arXiv preprint arXiv:2411.17440},
151
  year={2024}
152
  }
 
 
 
 
 
 
 
 
153
  ```
 
1
  ---
 
 
 
 
 
 
2
  base_model:
3
  - THUDM/CogVideoX-5b
4
  - THUDM/CogVideoX1.5-5B-I2V
5
+ datasets:
6
+ - BestWishYsh/ConsisID-preview-Data
7
+ language:
8
+ - en
9
  library_name: diffusers
10
+ license: apache-2.0
11
+ pipeline_tag: text-to-video
12
  tags:
13
  - IPT2V
14
+ base_model_relation: finetune
15
  ---
16
 
17
+ ```markdown
18
  <div align=center>
19
  <img src="https://github.com/PKU-YuanGroup/ConsisID/blob/main/asserts/ConsisID_logo.png?raw=true" width="150px">
20
  </div>
 
29
  <a href="https://huggingface.co/datasets/BestWishYsh/ConsisID-preview-Data">🐳 Dataset</a>
30
  </p>
31
  <p align="center">
32
+ <h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h5>
33
 
34
 
35
  ## 😍 Gallery
 
151
  journal={arXiv preprint arXiv:2411.17440},
152
  year={2024}
153
  }
154
+ ```
155
+
156
+ ## 🤝 Contributors
157
+
158
+ <a href="https://github.com/PKU-YuanGroup/ConsisID/graphs/contributors">
159
+ <img src="https://contrib.rocks/image?repo=PKU-YuanGroup/ConsisID&anon=true" />
160
+
161
+ </a>
162
  ```