replicate-flux-mcp
by awkoy
Verified
generate_image_variants
Generate multiple variants of the same image from a single prompt
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aspect_ratio | No | Aspect ratio for the generated image | 1:1 |
disable_safety_checker | No | Disable safety checker for generated images. | |
go_fast | No | Run faster predictions with model optimized for speed (currently fp8 quantized); disable to run in original bf16 | |
megapixels | No | Approximate number of megapixels for generated image | 1 |
num_inference_steps | No | Number of denoising steps. 4 is recommended, and lower number of steps produce lower quality outputs, faster. | |
num_variants | No | Number of image variants to generate (2-10) | |
output_format | No | Format of the output images | webp |
output_quality | No | Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs | |
prompt | Yes | Text description for the image to generate variants of | |
prompt_variations | No | Optional list of prompt modifiers to apply to variants (e.g., ['in watercolor style', 'in oil painting style']). If provided, these will be used instead of random seeds. | |
seed | No | Base random seed. Each variant will use seed+variant_index for reproducibility | |
support_image_mcp_response_type | No | Support image MCP response type on client side | |
variation_mode | No | How to apply prompt variations: 'append' adds to the base prompt, 'replace' uses variations as standalone prompts | append |