image-gen

Generate local images from text prompts using Ollama models on macOS.

3|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/scaryrawr/scarypilot --skill image-gen-scaryrawr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-gen
Source: https://github.com/scaryrawr/scarypilot/tree/main/plugins/ollama/skills/image-gen
Command: npx skills add https://github.com/scaryrawr/scarypilot --skill image-gen-scaryrawr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ollama, curl, jq, and includes scripts (resource) components.

What problem does it solve?

This tool enables generating images locally using Ollama models from simple text prompts, avoiding cloud dependencies and enabling offline experimentation.

Core Features & Use Cases

  • Local image generation from text prompts using Ollama models, with both CLI and REST backends.
  • Model selection and size control for photorealistic renders, UI mockups, and stylized art.
  • Use Case: Create concept visuals for product ideas, mockups, or art references directly on macOS.

Quick Start

Run the generate-image.sh script with a text prompt to produce a local Ollama-generated image.

Frequently Asked Questions about image-gen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images locally from text prompts using Ollama?

To generate images locally, run the generate-image.sh script with a text prompt to produce an Ollama-generated image. The script works on macOS, auto-detects your CLI or REST backend, and saves the output image to a specified path.

Can I choose different Ollama models for local image generation on macOS?

Yes, local image generation supports model selection and image size control. You can pull and switch between Ollama models to create photorealistic renders, UI mockups, or stylized art depending on your creative workflow needs.

Do I need curl and jq installed to generate images with Ollama models?

Yes, you need curl and jq installed as dependencies alongside Ollama to generate images. These tools handle data transfer and JSON parsing required to communicate with the Ollama models via the REST backend.

What is the best way to generate offline concept visuals without cloud dependencies?

The best way to generate offline concept visuals is using local Ollama models from simple text prompts. This avoids cloud dependencies entirely, enabling offline experimentation for product ideas, mockups, and art references directly on macOS.

Does this local image generation tool support switching between CLI and REST backends?

Yes, local image generation supports backend switching between CLI auto-detect and REST. This allows flexible execution of your text-to-image workflow depending on your system configuration and how you interact with Ollama models.