ERNIE-Image is an open text-to-image generation model developed by the ERNIE-Image team at Baidu. It is built on a single-stream Diffusion Transformer (DiT) and paired with a lightweight Prompt Enhancer that expands brief user inputs into richer structured descriptions. With only 8B DiT parameters, it reaches state-of-the-art performance among open-weight text-to-image models. The model is designed not only for strong visual quality, but also for controllability in practical generation scenarios where accurate content realization matters as much as aesthetics. In particular, ERNIE-Image performs strongly on complex instruction following, text rendering, and structured image generation, making it well suited for commercial posters, comics, multi-panel layouts, and other content creation tasks that require both visual quality and precise control. It also supports a broad range of visual styles, including realistic photography, design-oriented imagery, and more stylized aesthetic outputs.
Highlights:
Compact but strong
: Despite its compact 8B scale, ERNIE-Image remains highly competitive with substantially larger open-weight models across a range of benchmarks.
Text rendering
: ERNIE-Image performs particularly well on dense, long-form, and layout-sensitive text, making it a strong choice for posters, infographics, UI-like images, and other text-heavy visual content.
Instruction following
: The model is able to follow complex prompts involving multiple objects, detailed relationships, and knowledge-intensive descriptions with strong reliability.
Structured generation
: ERNIE-Image is especially effective for structured visual tasks such as posters, comics, storyboards, and multi-panel compositions, where layout and organization are critical.
Style coverage
: In addition to clean and readable design-oriented outputs, the model also supports realistic photography and distinctive stylized aesthetics, including softer and more cinematic visual tones.
Practical deployment
: Thanks to its compact size, ERNIE-Image can run on consumer GPUs with 24G VRAM, which lowers the barrier for research, downstream use, and model adaptation.
Released Versions
ERNIE-Image
: Our
SFT model
, delivers stronger general-purpose capability and instruction fidelity in typically
50 inference steps
.
ERNIE-Image-Turbo
: Our
Turbo model
, optimized by
DMD and RL
, achieves faster speed and higher aesthetics in only
8 inference steps
.
import torch
from diffusers import ErnieImagePipeline
pipe = ErnieImagePipeline.from_pretrained(
"Baidu/ERNIE-Image",
torch_dtype=torch.bfloat16,
).to("cuda")
image = pipe(
prompt="This is a photograph depicting an urban street scene. Shot at eye level, it shows a covered pedestrian or commercial street. Slightly below the center of the frame, a cyclist rides away from the camera toward the background, appearing as a dark silhouette against backlighting with indistinct details. The ground is paved with regular square tiles, bisected by a prominent tactile paving strip running through the scene, whose raised textures are clearly visible under the light. Light streams in diagonally from the right side of the frame, creating a strong backlight effect with a distinct Tyndall effect—visible light beams illuminating dust or vapor in the air and casting long shadows across the street. Several pedestrians appear on the left side and in the distance, some with their backs to the camera and others walking sideways, all rendered as silhouettes or semi-silhouettes. The overall color palette is warm, dominated by golden yellows and dark browns, evoking the atmosphere of dusk or early morning.",
height=1264,
width=848,
num_inference_steps=50,
guidance_scale=4.0,
use_pe=True# use prompt enhancer
).images[0]
image.save("output.png")
curl -X POST http://localhost:30000/generate \
-H "Content-Type: application/json" \
-d '{ "prompt": "This is a photograph depicting an urban street scene. Shot at eye level, it shows a covered pedestrian or commercial street. Slightly below the center of the frame, a cyclist rides away from the camera toward the background, appearing as a dark silhouette against backlighting with indistinct details. The ground is paved with regular square tiles, bisected by a prominent tactile paving strip running through the scene, whose raised textures are clearly visible under the light. Light streams in diagonally from the right side of the frame, creating a strong backlight effect with a distinct Tyndall effect—visible light beams illuminating dust or vapor in the air and casting long shadows across the street. Several pedestrians appear on the left side and in the distance, some with their backs to the camera and others walking sideways, all rendered as silhouettes or semi-silhouettes. The overall color palette is warm, dominated by golden yellows and dark browns, evoking the atmosphere of dusk or early morning.", "height": 1264, "width": 848, "num_inference_steps": 50, "guidance_scale": 4.0, "use_pe": true }' \
--output output.png
Runs of baidu ERNIE-Image on huggingface.co
1.3K
Total runs
0
24-hour runs
-41
3-day runs
-190
7-day runs
-520
30-day runs
More Information About ERNIE-Image huggingface.co Model
ERNIE-Image huggingface.co is an AI model on huggingface.co that provides ERNIE-Image's model effect (), which can be used instantly with this baidu ERNIE-Image model. huggingface.co supports a free trial of the ERNIE-Image model, and also provides paid use of the ERNIE-Image. Support call ERNIE-Image model through api, including Node.js, Python, http.
ERNIE-Image huggingface.co is an online trial and call api platform, which integrates ERNIE-Image's modeling effects, including api services, and provides a free online trial of ERNIE-Image, you can try ERNIE-Image online for free by clicking the link below.
baidu ERNIE-Image online free url in huggingface.co:
ERNIE-Image is an open source model from GitHub that offers a free installation service, and any user can find ERNIE-Image on GitHub to install. At the same time, huggingface.co provides the effect of ERNIE-Image install, users can directly use ERNIE-Image installed effect in huggingface.co for debugging and trial. It also supports api for free installation.