prunaai/flux-2-fast 🔢📝❓🖼️ → 🖼️
About
A step-distilled version of flux 2 down to 1s.
Example Output
Prompt:
"a cat"
Output
Performance Metrics
1.72s
Prediction Time
1.73s
Total Time
All Input Parameters
{
"width": 1024,
"height": 768,
"prompt": "a cat",
"num_outputs": 1,
"output_format": "jpg",
"output_quality": 80,
"num_inference_steps": 4
}
Input Parameters
- seed
- Random seed. Set for reproducible generation
- width
- Width of the output image. Only used when aspect_ratio=custom.
- height
- Height of the output image. Only used when aspect_ratio=custom.
- prompt (required)
- Text prompt for image generation or editing
- num_outputs
- Number of outputs to generate
- aspect_ratio
- Aspect ratio for the generated image. Use 'match_input_image' to match the first input image's aspect ratio.
- input_images
- List of input images for image editing. If provided, the model will perform image editing instead of text-to-image generation. Maximum 5 images.
- output_format
- Format of the output images
- output_quality
- Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs
Output Schema
Output
Example Execution Logs
0%| | 0/4 [00:00<?, ?it/s] 25%|██▌ | 1/4 [00:00<00:01, 2.64it/s] 50%|█████ | 2/4 [00:00<00:00, 2.62it/s] 75%|███████▌ | 3/4 [00:01<00:00, 2.55it/s] 100%|██████████| 4/4 [00:01<00:00, 2.58it/s] 100%|██████████| 4/4 [00:01<00:00, 2.58it/s]
Version Details
- Version ID
7fbd6197df31149fd65a673011a4d9f70f67e0a96149ab522b2040b0b31cd154- Version Created
- December 22, 2025