- Base
- Lora
Endpoint:
POST https://fal.run/fal-ai/z-image/base
Endpoint ID: fal-ai/z-image/baseTry it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
The prompt to generate an image from.
The size of the generated image. Default value:
landscape_4_3Possible values: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9The number of inference steps to perform. Default value:
28Range: 1 to 50The same seed and the same prompt given to the same version of the model
will output the same image every time.
If
True, the media will be returned as a data URI and the output data won’t be available in the request history.The number of images to generate. Default value:
1Range: 1 to 4If set to true, the safety checker will be enabled. Default value:
trueThe format of the generated image. Default value:
"png"Possible values: jpeg, png, webpThe acceleration level to use. Default value:
"regular"Possible values: none, regular, highThe guidance scale to use for the image generation. Default value:
4Range: 1 to 20The negative prompt to use for the image generation. Default value:
""Output Schema
The generated image files info.
The timings of the generation process.
Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
Whether the generated images contain NSFW concepts.
The prompt used for generating the image.
Input Example
Output Example
Related
- Z-Image Turbo — Image Generation
- Z Image Base (LoRA) — Image Generation
- Z-Image Turbo Seamless Tiling — Image Generation
- Z Image Base — Image Generation
Limitations
image_sizerestricted to:square_hd,square,portrait_4_3,portrait_16_9,landscape_4_3,landscape_16_9num_inference_stepsrange: 1 to 50num_imagesrange: 1 to 4output_formatrestricted to:jpeg,png,webpaccelerationrestricted to:none,regular,highguidance_scalerange: 1 to 20- Content moderation via safety checker