AI/EXPLORER
ToolsCategoriesSitesLLMsCompareAI QuizAlternativesPremium
—AI Tools
—Sites & Blogs
—LLMs & Models
—Categories
AI Explorer

Find and compare the best artificial intelligence tools for your projects.

Made within France

Explore

  • ›All tools
  • ›Sites & Blogs
  • ›LLMs & Models
  • ›Compare
  • ›Chatbots
  • ›AI Images
  • ›Code & Dev

Company

  • ›Premium
  • ›About
  • ›Contact
  • ›Blog

Legal

  • ›Legal notice
  • ›Privacy
  • ›Terms

© 2026 AI Explorer·All rights reserved.

HomeLLMsHunyuanDiT v1.1 Diffusers Distilled

HunyuanDiT v1.1 Diffusers Distilled

by Tencent-Hunyuan

Open source · 202k downloads · 15 likes

1.5
(15 reviews)ImageAPI & Local
About

HunyuanDiT v1.1 is an AI image-generation model optimized for accurately understanding and interpreting Chinese. It converts text descriptions into realistic images in just 25 steps, striking a balance between speed and quality. Its capabilities include a nuanced grasp of Chinese cultural elements and efficient handling of long-form text, making it particularly well-suited for creative and professional needs in Asia. What sets it apart is its superior performance in text-to-image coherence and subject clarity, outperforming several open-source models while remaining accessible. Ideal for artists, businesses, or developers looking to generate visuals from Chinese prompts.

Documentation

Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding

混元-DiT: 具有细粒度中文理解的多分辨率Diffusion Transformer

[Arxiv] [project page] [github]

This repo contains the distilled Hunyuan-DiT in 🤗 Diffusers format.

It supports 25-step text-to-image generation.

Dependency

Please install PyTorch first, following the instruction in https://pytorch.org

Install the latest version of transformers with pip:

CSS
pip install --upgrade transformers

Then install the latest github version of 🤗 Diffusers with pip:

Arduino
pip install git+https://github.com/huggingface/diffusers.git

Example Usage with 🤗 Diffusers

Py
import torch
from diffusers import HunyuanDiTPipeline

pipe = HunyuanDiTPipeline.from_pretrained("Tencent-Hunyuan/HunyuanDiT-v1.1-Diffusers-Distilled", torch_dtype=torch.float16)
pipe.to("cuda")

# You may also use English prompt as HunyuanDiT supports both English and Chinese
# prompt = "An astronaut riding a horse"
prompt = "一个宇航员在骑马"
image = pipe(prompt).images[0]

image/png

📈 Comparisons

In order to comprehensively compare the generation capabilities of HunyuanDiT and other models, we constructed a 4-dimensional test set, including Text-Image Consistency, Excluding AI Artifacts, Subject Clarity, Aesthetic. More than 50 professional evaluators performs the evaluation.

ModelOpen SourceText-Image Consistency (%)Excluding AI Artifacts (%)Subject Clarity (%)Aesthetics (%)Overall (%)
SDXL ✔ 64.360.691.176.342.7
PixArt-α ✔68.360.993.277.545.5
Playground 2.5✔71.970.894.983.354.3
SD 3✘77.169.394.682.556.7
MidJourney v6✘73.580.293.587.263.3
DALL-E 3✘83.980.396.589.471.0
Hunyuan-DiT✔74.274.395.486.659.0

🎥 Visualization

  • Chinese Elements

  • Long Text Input

🔥🔥🔥 Tencent Hunyuan Bot

Welcome to Tencent Hunyuan Bot, where you can explore our innovative products in multi-round conversation!

Capabilities & Tags
diffuserssafetensorsen
Links & Resources
Specifications
CategoryImage
AccessAPI & Local
LicenseOpen Source
PricingOpen Source
Rating
1.5

Try HunyuanDiT v1.1 Diffusers Distilled

Access the model directly