Design 37,514 installs

ai-image-generation

by doany-ai/skills

Generate and edit images on RunComfy via the `runcomfy` CLI - a smart router across the full image-model catalog: FLUX 2 (Klein 9B/4B, Pro, Dev, Flash, Turbo,…

Skill content

AI Image Generation

Generate and edit images with 11+ AI models via the RunComfy CLI - text-to-image and image-to-image, one auth, one command. This skill picks the right model for the user's intent and ships the documented prompt patterns + the exact runcomfy run invoke for each.

runcomfy.com · Browse all models · CLI docs

Powered by the RunComfy CLI

# 1. Install (one of - see runcomfy-cli skill for details)
npm i -g @runcomfy/cli                              # global install
npx -y @runcomfy/cli --version                      # zero-install

# 2. Sign in (interactive - opens browser)
runcomfy login
# or in CI / containers:
export RUNCOMFY_TOKEN=<token-from-runcomfy.com/profile>