generate_image
Create images for web projects using EverArt Models. Specify prompts, formats, and storage paths. Supports React, Vue, HTML, and Next.js, with options for SVG, PNG, JPG, and WebP outputs.
Instructions
Generate images using EverArt Models, optimized for web development. Supports web project paths, responsive formats, and inline preview. Available models:
5000:FLUX1.1: Standard quality
9000:FLUX1.1-ultra: Ultra high quality
6000:SD3.5: Stable Diffusion 3.5
7000:Recraft-Real: Photorealistic style
8000:Recraft-Vector: Vector art style (SVG format)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset_path | No | Optional subdirectory within the web project's asset structure for storing generated images. | |
format | No | Output format (svg, png, jpg, webp). Note: Vector format (svg) is only available with Recraft-Vector (8000) model. | svg |
image_count | No | Number of images to generate | |
model | No | Model ID (5000:FLUX1.1, 9000:FLUX1.1-ultra, 6000:SD3.5, 7000:Recraft-Real, 8000:Recraft-Vector) | 5000 |
output_path | No | Optional: Custom output path for the generated image. If not provided, image will be saved in the default storage directory. | |
project_type | No | Web project type to determine appropriate asset directory structure (e.g., 'react', 'vue', 'html', 'next'). | |
prompt | Yes | Text description of desired image | |
web_project_path | No | Path to web project root folder for storing images in appropriate asset directories. |