prunaai/ernie-image-turbo 🔢📝✓❓ → 🖼️
About
ERNIE-Image is an open text-to-image generation model developed by the ERNIE-Image team at Baidu
Example Output
Prompt:
"a beautiful landscape"
Output
Performance Metrics
7.54s
Prediction Time
7.56s
Total Time
All Input Parameters
{
"width": 1024,
"height": 1024,
"prompt": "a beautiful landscape",
"use_pe": true,
"num_outputs": 1,
"output_format": "jpg",
"guidance_scale": 1,
"output_quality": 80
}
Input Parameters
- seed
- Random seed. Set for reproducible generation.
- width
- Width of the generated image. Best results come from the model-card recommended sizes.
- height
- Height of the generated image. Best results come from the model-card recommended sizes.
- prompt (required)
- Text prompt for image generation
- use_pe
- Enable the prompt enhancer recommended by the model card.
- num_outputs
- Number of output images to generate.
- output_format
- Format of the output image.
- output_quality
- Quality when saving the output image, from 0 to 100.
Output Schema
Output
Example Execution Logs
Using seed: 203645817 0%| | 0/8 [00:00<?, ?it/s] 12%|█▎ | 1/8 [00:00<00:02, 2.69it/s] 25%|██▌ | 2/8 [00:00<00:01, 3.83it/s] 38%|███▊ | 3/8 [00:00<00:01, 3.75it/s] 50%|█████ | 4/8 [00:01<00:01, 3.72it/s] 62%|██████▎ | 5/8 [00:01<00:00, 3.69it/s] 75%|███████▌ | 6/8 [00:01<00:00, 3.68it/s] 88%|████████▊ | 7/8 [00:01<00:00, 3.68it/s] 100%|██████████| 8/8 [00:02<00:00, 3.67it/s] 100%|██████████| 8/8 [00:02<00:00, 3.64it/s]
Version Details
- Version ID
fb19aa909fb366cdbdc06a87be3753aea6954346780bac847cccf8f32ad2626f- Version Created
- April 14, 2026