generate_image
Create custom images from text prompts using the Flux model, specifying dimensions, aspect ratio, and saving location, hosted on the Cloudflare-based MCP server.
Instructions
Generate an image from a text prompt using Flux model
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aspect_ratio | No | Aspect ratio for the generated image | 1:1 |
file_name | No | Name of the file to save the image | |
height | No | Height of the generated image | |
num_inference_steps | No | Number of denoising steps. 4 is recommended, and lower number of steps produce lower quality outputs, faster. | |
prompt | Yes | Prompt for generated image | |
save_folder | No | Folder path to save the image | ./output |
width | No | Width of the generated image |