image-generation

star 8

Generate images from text prompts using Ollama.

ggozad By ggozad schedule Updated 3/23/2026

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

  1. Craft a detailed prompt describing the desired image.
  2. Call generate_image with the prompt and optional dimensions.
  3. The tool returns a file path. Display it to the user as ![description](path).

Guidelines

  • Use descriptive, detailed prompts for better results.
  • Specify dimensions only when the user requests a non-default size.
Install via CLI
npx skills add https://github.com/ggozad/haiku.skills --skill image-generation
Repository Details
star Stars 8
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator