name: image-generation description: Generate images from text prompts using Ollama.
Image Generation
Use the generate_image tool to create images from text descriptions.
The tool accepts width and height parameters (default 1024x1024) and returns the file path of the generated image.
Workflow
- Craft a detailed prompt describing the desired image.
- Call
generate_imagewith the prompt and optional dimensions. - The tool returns a file path. Display it to the user as
.
Guidelines
- Use descriptive, detailed prompts for better results.
- Specify dimensions only when the user requests a non-default size.