fal-image
Installation
SKILL.md
Fal Image
Generate AI images using Fal.ai Flux models. Use when you need to: (1) create images from text prompts, (2) transform existing images with AI, or (3) generate photorealistic or artistic images quickly.
Input
Provide input as JSON:
{
"prompt": "Text description of the image you want to generate (e.g., 'a serene mountain landscape at sunset with vibrant colors')",
"reference_image": "<file-id>",
"image_size": "Image dimensions (e.g., 'square', 'landscape_16_9', 'portrait_9_16', or custom like '1024x768')",
"num_images": "Number of images to generate (1-4)"
}