Update pipeline tag to any-to-any and add transformers library_name
#7
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
|
| 7 |
[δΈζζζ‘£](./README_zh_CN.md)
|
| 8 |
|
| 9 |
<div align="center">
|
|
@@ -24,7 +24,7 @@ pipeline_tag: image-to-image
|
|
| 24 |
<a href=https://hunyuan.tencent.com/image target="_blank"><img src=https://img.shields.io/badge/Official%20Site-333399.svg?logo=homepage height=22px></a>
|
| 25 |
<a href=https://huggingface.co/tencent/HunyuanImage-3.0-Instruct-Distil target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg height=22px></a>
|
| 26 |
<a href=https://github.com/Tencent-Hunyuan/HunyuanImage-3.0 target="_blank"><img src= https://img.shields.io/badge/Page-bb8a2e.svg?logo=github height=22px></a>
|
| 27 |
-
<a href=https://
|
| 28 |
<a href=https://x.com/TencentHunyuan target="_blank"><img src=https://img.shields.io/badge/Hunyuan-black.svg?logo=x height=22px></a>
|
| 29 |
<a href=https://docs.qq.com/doc/DUVVadmhCdG9qRXBU target="_blank"><img src=https://img.shields.io/badge/π-PromptHandBook-blue.svg?logo=book height=22px></a>
|
| 30 |
</div>
|
|
@@ -40,7 +40,7 @@ pipeline_tag: image-to-image
|
|
| 40 |
- **January 26, 2026**: π **[HunyuanImage-3.0-Instruct-Distil](https://huggingface.co/tencent/HunyuanImage-3.0-Instruct-Distil)** - Distilled checkpoint for efficient deployment (8 steps sampling recommended).
|
| 41 |
- **January 26, 2026**: π **[HunyuanImage-3.0-Instruct](https://huggingface.co/tencent/HunyuanImage-3.0-Instruct)** - Release of **Instruct (with reasoning)** for intelligent prompt enhancement and **Image-to-Image** generation for creative editing.
|
| 42 |
- **October 30, 2025**: π **[HunyuanImage-3.0 vLLM Acceleration](./vllm_infer/README.md)** - Significantly faster inference with vLLM support.
|
| 43 |
-
- **September 28, 2025**: π **[HunyuanImage-3.0 Technical Report](https://
|
| 44 |
- **September 28, 2025**: π **[HunyuanImage-3.0 Open Source](https://github.com/Tencent-Hunyuan/HunyuanImage-3.0)** - Inference code and model weights publicly available.
|
| 45 |
|
| 46 |
|
|
@@ -107,7 +107,7 @@ If you develop/use HunyuanImage-3.0 in your projects, welcome to let us know.
|
|
| 107 |
|
| 108 |
## π Introduction
|
| 109 |
|
| 110 |
-
**HunyuanImage-3.0** is a groundbreaking native multimodal model that unifies multimodal understanding and generation within an autoregressive framework. Our text-to-image and image-to-image model achieves performance **comparable to or surpassing** leading closed-source models.
|
| 111 |
|
| 112 |
|
| 113 |
<div align="center">
|
|
@@ -151,8 +151,8 @@ For **up to 3x faster inference**, install these optimizations:
|
|
| 151 |
# FlashInfer for optimized moe inference. v0.5.0 is tested.
|
| 152 |
pip install flashinfer-python==0.5.0
|
| 153 |
```
|
| 154 |
-
> π‘**Installation Tips:** It is critical that the CUDA version used by PyTorch matches the system's CUDA version.
|
| 155 |
-
> FlashInfer relies on this compatibility when compiling kernels at runtime.
|
| 156 |
> GCC version >=9 is recommended for compiling FlashAttention and FlashInfer.
|
| 157 |
|
| 158 |
> β‘ **Performance Tips:** These optimizations can significantly speed up your inference!
|
|
@@ -533,4 +533,4 @@ We extend our heartfelt gratitude to the following open-source projects and comm
|
|
| 533 |
[](https://github.com/Tencent-Hunyuan/HunyuanImage-3.0)
|
| 534 |
|
| 535 |
|
| 536 |
-
[](https://www.star-history.com/#Tencent-Hunyuan/HunyuanImage-3.0&Date)
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: any-to-any
|
| 5 |
---
|
| 6 |
|
|
|
|
| 7 |
[δΈζζζ‘£](./README_zh_CN.md)
|
| 8 |
|
| 9 |
<div align="center">
|
|
|
|
| 24 |
<a href=https://hunyuan.tencent.com/image target="_blank"><img src=https://img.shields.io/badge/Official%20Site-333399.svg?logo=homepage height=22px></a>
|
| 25 |
<a href=https://huggingface.co/tencent/HunyuanImage-3.0-Instruct-Distil target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Models-d96902.svg height=22px></a>
|
| 26 |
<a href=https://github.com/Tencent-Hunyuan/HunyuanImage-3.0 target="_blank"><img src= https://img.shields.io/badge/Page-bb8a2e.svg?logo=github height=22px></a>
|
| 27 |
+
<a href=https://huggingface.co/papers/2509.23951 target="_blank"><img src=https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv height=22px></a>
|
| 28 |
<a href=https://x.com/TencentHunyuan target="_blank"><img src=https://img.shields.io/badge/Hunyuan-black.svg?logo=x height=22px></a>
|
| 29 |
<a href=https://docs.qq.com/doc/DUVVadmhCdG9qRXBU target="_blank"><img src=https://img.shields.io/badge/π-PromptHandBook-blue.svg?logo=book height=22px></a>
|
| 30 |
</div>
|
|
|
|
| 40 |
- **January 26, 2026**: π **[HunyuanImage-3.0-Instruct-Distil](https://huggingface.co/tencent/HunyuanImage-3.0-Instruct-Distil)** - Distilled checkpoint for efficient deployment (8 steps sampling recommended).
|
| 41 |
- **January 26, 2026**: π **[HunyuanImage-3.0-Instruct](https://huggingface.co/tencent/HunyuanImage-3.0-Instruct)** - Release of **Instruct (with reasoning)** for intelligent prompt enhancement and **Image-to-Image** generation for creative editing.
|
| 42 |
- **October 30, 2025**: π **[HunyuanImage-3.0 vLLM Acceleration](./vllm_infer/README.md)** - Significantly faster inference with vLLM support.
|
| 43 |
+
- **September 28, 2025**: π **[HunyuanImage-3.0 Technical Report](https://huggingface.co/papers/2509.23951)** - Comprehensive technical documentation now available.
|
| 44 |
- **September 28, 2025**: π **[HunyuanImage-3.0 Open Source](https://github.com/Tencent-Hunyuan/HunyuanImage-3.0)** - Inference code and model weights publicly available.
|
| 45 |
|
| 46 |
|
|
|
|
| 107 |
|
| 108 |
## π Introduction
|
| 109 |
|
| 110 |
+
**HunyuanImage-3.0** is introduced in the [HunyuanImage 3.0 Technical Report](https://huggingface.co/papers/2509.23951). It is a groundbreaking native multimodal model that unifies multimodal understanding and generation within an autoregressive framework. Our text-to-image and image-to-image model achieves performance **comparable to or surpassing** leading closed-source models.
|
| 111 |
|
| 112 |
|
| 113 |
<div align="center">
|
|
|
|
| 151 |
# FlashInfer for optimized moe inference. v0.5.0 is tested.
|
| 152 |
pip install flashinfer-python==0.5.0
|
| 153 |
```
|
| 154 |
+
> π‘**Installation Tips:** It is critical that the CUDA version used by PyTorch matches the system's CUDA version. \
|
| 155 |
+
> FlashInfer relies on this compatibility when compiling kernels at runtime. \
|
| 156 |
> GCC version >=9 is recommended for compiling FlashAttention and FlashInfer.
|
| 157 |
|
| 158 |
> β‘ **Performance Tips:** These optimizations can significantly speed up your inference!
|
|
|
|
| 533 |
[](https://github.com/Tencent-Hunyuan/HunyuanImage-3.0)
|
| 534 |
|
| 535 |
|
| 536 |
+
[](https://www.star-history.com/#Tencent-Hunyuan/HunyuanImage-3.0&Date)
|