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.

Flux

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 DimensionsAspect RatioResolution
Square1:11024x1024
Portrait2:3768x1152
Landscape4:31152x768
Widescreen16:91024x576
Vertical Widescreen9:16576x1024
Cinematic2:11024x512
Vertical Cinematic1:21024x512
Portrait4:5816x1024
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.