update README (batch 1/1)

This commit is contained in:
Cherrytest
2025-11-26 16:35:40 +00:00
parent ebfe5270e8
commit 0e16554a21
2 changed files with 22 additions and 12 deletions

View File

@ -40,7 +40,7 @@ HunyuanVideo-1.5 is a video generation model that delivers top-tier quality with
<a href="https://hunyuan.tencent.com/video/zh?tabIndex=0" target="_blank"><img src=https://img.shields.io/badge/Official%20Site-333399.svg?logo=homepage height=22px></a>
<a href=https://huggingface.co/tencent/HunyuanVideo-1.5 target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg height=22px></a>
<a href=https://github.com/Tencent-Hunyuan/HunyuanVideo-1.5 target="_blank"><img src= https://img.shields.io/badge/Page-bb8a2e.svg?logo=github height=22px></a>
<a href="https://github.com/Tencent-Hunyuan/HunyuanVideo-1.5/blob/report/HunyuanVideo_1_5.pdf" target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>
<a href="https://arxiv.org/pdf/2511.18870" target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>
<a href=https://x.com/TencentHunyuan target="_blank"><img src=https://img.shields.io/badge/Hunyuan-black.svg?logo=x height=22px></a>
<a href="https://github.com/Tencent-Hunyuan/HunyuanVideo-1.5/blob/main/assets/HunyuanVideo_1_5_Prompt_Handbook_EN.md" target="_blank"><img src=https://img.shields.io/badge/📚-PromptHandBook-blue.svg?logo=book height=22px></a> <br/>
<a href="./ComfyUI/README.md" target="_blank"><img src=https://img.shields.io/badge/ComfyUI-blue.svg?logo=book height=22px></a>
@ -57,7 +57,7 @@ HunyuanVideo-1.5 is a video generation model that delivers top-tier quality with
</p>
## 🔥🔥🔥 News
* 🚀 Nov 24, 2025: We now support cache inference, achieving approximately 2x speedup! Pull the latest code to try it.
* 🚀 Nov 24, 2025: We now support cache inference, achieving approximately 2x speedup! Pull the latest code to try it. 🔥🔥🔥🆕
* 👋 Nov 20, 2025: We release the inference code and model weights of HunyuanVideo-1.5.
@ -76,6 +76,9 @@ If you develop/use HunyuanVideo-1.5 in your projects, welcome to let us know.
- **LightX2V** - [LightX2V](https://github.com/ModelTC/LightX2V): A lightweight and efficient video generation framework that integrates HunyuanVideo-1.5, supporting multiple engineering acceleration techniques for fast inference.
- **Wan2GP v9.62** - [Wan2GP](https://github.com/deepbeepmeep/Wan2GP): WanGP is a very low VRAM app (as low 6 GB of VRAM for Hunyuan Video 1.5) supports Lora Accelerator for a 8 steps generation and offers tools to facilitate Video Generation.
## 📑 Open-source Plan
- HunyuanVideo-1.5 (T2V/I2V)
- [x] Inference Code and checkpoints
@ -400,12 +403,14 @@ We report the total inference time for 50 diffusion steps for HunyuanVideo 1.5 b
## 📚 Citation
```bibtex
@misc{hunyuanvideo2025
title={HunyuanVideo 1.5 Technical Report},
@misc{hunyuanvideo2025,
title={HunyuanVideo 1.5 Technical Report},
author={Tencent Hunyuan Foundation Model Team},
year={2025},
publisher = {GitHub},
howpublished = {\url{https://github.com/Tencent-Hunyuan/HunyuanVideo-1.5}},
eprint={2511.18870},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2511.18870},
}
```