Image Generation Models
The Flux playground is focused on image generation and customization. You can:
- Create Images from Text: Generate images based on text descriptions or prompts.
- Set Generation Parameters: Configure steps, image size, seed, and other parameters to refine the image generation process.
- Apply Custom Models: Optionally use LoRA weights from the Simplismart Training Suite to customize outputs.
- Review and Download Results: View the generated images, assess their quality, and export them as needed.
Settings Explained
prompt: The text description guiding the image generation, crucial for defining the desired outcome.
height & width: Dimensions of the generated image, available in various aspect ratios:
Image Dimensions | Aspect Ratio | Resolution |
---|---|---|
Square | 1:1 | 1024x1024 |
Portrait | 2:3 | 768x1152 |
Landscape | 4:3 | 1152x768 |
Widescreen | 16:9 | 1024x576 |
Vertical Widescreen | 9:16 | 576x1024 |
Cinematic | 2:1 | 1024x512 |
Vertical Cinematic | 1:2 | 1024x512 |
Portrait | 4:5 | 816x1024 |
seed: Initial input for the random generator, ensuring reproducibility of generated images.
num_inference_steps: Number of iterations the model performs during generation; more steps improve quality at the cost of processing time. (recommended: 28)
num_images_per_prompt: Number of images to be generated for a single prompt.
guidance_scale: Controls how closely the model follows the input prompt. Higher values increase adherence to the prompt while lower values allow more creative freedom. (recommended: 3)
lora_weights (optional): URL pointing to custom LoRA weights from the Simplismart Training Suite.
lora_scale (optional): Determines the impact of LoRA weights on the generation process. (default: 1)
Access the Flux model API documentation here for endpoints, parameters, and code examples.