Camellia997 commited on
Commit
8d7075e
·
verified ·
1 Parent(s): aefac7f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. README_CN.md +3 -0
README.md CHANGED
@@ -16,6 +16,7 @@ Video generation models can both create and evaluate — we enable 14B models to
16
  <a href="https://github.com/Tencent-Hunyuan/HY-Video-PRFL"><img src="https://img.shields.io/static/v1?label=HY-Video-PRFL%20Code&message=Github&color=blue"></a> &ensp;
17
  <a href="https://hy-video-prfl.github.io/HY-VIDEO-PRFL/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Web&color=green"></a> &ensp;
18
  <a href="https://arxiv.org/pdf/2511.21541"><img src="https://img.shields.io/badge/ArXiv-2511.21541-red"></a> &ensp;
 
19
  </div>
20
 
21
  <br>
@@ -280,6 +281,7 @@ We sincerely thank the contributors to the following projects:
280
  - [FastVideo](https://github.com/hao-ai-lab/FastVideo)
281
  - [HunyuanVideo](https://github.com/Tencent/HunyuanVideo)
282
  - [Wan2.1](https://github.com/Wan-Video/Wan2.1)
 
283
  - [ImageReward](https://github.com/THUDM/ImageReward)
284
  - [Diffusers](https://github.com/huggingface/diffusers)
285
  - [HuggingFace](https://huggingface.co)
@@ -287,6 +289,7 @@ We sincerely thank the contributors to the following projects:
287
 
288
 
289
 
 
290
  ---
291
 
292
  <div align="center">
 
16
  <a href="https://github.com/Tencent-Hunyuan/HY-Video-PRFL"><img src="https://img.shields.io/static/v1?label=HY-Video-PRFL%20Code&message=Github&color=blue"></a> &ensp;
17
  <a href="https://hy-video-prfl.github.io/HY-VIDEO-PRFL/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Web&color=green"></a> &ensp;
18
  <a href="https://arxiv.org/pdf/2511.21541"><img src="https://img.shields.io/badge/ArXiv-2511.21541-red"></a> &ensp;
19
+ <a href="https://huggingface.co/tencent/HY-Video-PRFL"><img src="https://img.shields.io/badge/🤗%20HuggingFace-Model-yellow"></a>
20
  </div>
21
 
22
  <br>
 
281
  - [FastVideo](https://github.com/hao-ai-lab/FastVideo)
282
  - [HunyuanVideo](https://github.com/Tencent/HunyuanVideo)
283
  - [Wan2.1](https://github.com/Wan-Video/Wan2.1)
284
+ - [SD3](https://huggingface.co/stabilityai/stable-diffusion-3-medium)
285
  - [ImageReward](https://github.com/THUDM/ImageReward)
286
  - [Diffusers](https://github.com/huggingface/diffusers)
287
  - [HuggingFace](https://huggingface.co)
 
289
 
290
 
291
 
292
+
293
  ---
294
 
295
  <div align="center">
README_CN.md CHANGED
@@ -13,6 +13,7 @@
13
  <a href="https://github.com/Tencent-Hunyuan/HY-Video-PRFL"><img src="https://img.shields.io/static/v1?label=HY-Video-PRFL%20Code&message=Github&color=blue"></a> &ensp;
14
  <a href="https://hy-video-prfl.github.io/HY-VIDEO-PRFL/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Web&color=green"></a> &ensp;
15
  <a href="https://arxiv.org/pdf/2511.21541"><img src="https://img.shields.io/badge/ArXiv-2511.21541-red"></a> &ensp;
 
16
  </div>
17
 
18
  <br>
@@ -271,11 +272,13 @@ torchrun --nnodes=1 --nproc_per_node=8 --master_port 29500 scripts/prfl/inferenc
271
  - [FastVideo](https://github.com/hao-ai-lab/FastVideo)
272
  - [HunyuanVideo](https://github.com/Tencent/HunyuanVideo)
273
  - [Wan2.1](https://github.com/Wan-Video/Wan2.1)
 
274
  - [ImageReward](https://github.com/THUDM/ImageReward)
275
  - [Diffusers](https://github.com/huggingface/diffusers)
276
  - [HuggingFace](https://huggingface.co)
277
  - [DeepSpeed](https://github.com/deepspeedai/DeepSpeed)
278
 
 
279
  ---
280
 
281
  <div align="center">
 
13
  <a href="https://github.com/Tencent-Hunyuan/HY-Video-PRFL"><img src="https://img.shields.io/static/v1?label=HY-Video-PRFL%20Code&message=Github&color=blue"></a> &ensp;
14
  <a href="https://hy-video-prfl.github.io/HY-VIDEO-PRFL/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Web&color=green"></a> &ensp;
15
  <a href="https://arxiv.org/pdf/2511.21541"><img src="https://img.shields.io/badge/ArXiv-2511.21541-red"></a> &ensp;
16
+ <a href="https://huggingface.co/tencent/HY-Video-PRFL"><img src="https://img.shields.io/badge/🤗%20HuggingFace-Model-yellow"></a>
17
  </div>
18
 
19
  <br>
 
272
  - [FastVideo](https://github.com/hao-ai-lab/FastVideo)
273
  - [HunyuanVideo](https://github.com/Tencent/HunyuanVideo)
274
  - [Wan2.1](https://github.com/Wan-Video/Wan2.1)
275
+ - [SD3](https://huggingface.co/stabilityai/stable-diffusion-3-medium)
276
  - [ImageReward](https://github.com/THUDM/ImageReward)
277
  - [Diffusers](https://github.com/huggingface/diffusers)
278
  - [HuggingFace](https://huggingface.co)
279
  - [DeepSpeed](https://github.com/deepspeedai/DeepSpeed)
280
 
281
+
282
  ---
283
 
284
  <div align="center">