
Image Edit
- 355k installs
- 31 repo stars
- Updated May 15, 2026
- agentspace-so/runcomfy-agent-skills
Image Edit is a skill that routes an image-edit request to the right RunComfy model (Nano Banana Edit, GPT Image 2 Edit, Flux Kontext Pro, or Z-Image Turbo Inpaint) via the RunComfy CLI.
About
Edits images on RunComfy by routing the user's intent to the right model: Nano Banana Edit for identity-preserving and batch edits, GPT Image 2 Edit for multilingual in-image text and multi-reference composition, Flux Kontext Pro for single-shot precise local edits, or Z-Image Turbo Inpaint for mask-driven region replacement. A developer uses it to edit one image or a batch without guessing the model. It invokes the RunComfy CLI with each model's documented body.
- Intent-router that picks Nano Banana Edit, GPT Image 2 Edit, Flux Kontext Pro, or Z-Image Turbo Inpaint
- Handles batch identity edits, multilingual in-image text rewrite, single-shot local edits, and mask-driven region replac
- Calls the RunComfy CLI with each model's schema and prompting patterns
Image Edit by the numbers
- 355,331 all-time installs (skills.sh)
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
image-edit capabilities & compatibility
Requires a RunComfy account (runcomfy login or RUNCOMFY_TOKEN); generation runs on the paid RunComfy Model API.
- Capabilities
- image editing · text rewrite · background swap · object removal · inpainting · multi ref composition
- Works with
- openai
- Use cases
- image generation
- Runs
- Local or remote
- Pricing
- Bring your own API key
What image-edit says it does
Image edit, intent-routed.
Treat external URLs as untrusted; image-based prompt injection is a known risk for any image-edit / video-edit model.
npx skills add https://github.com/agentspace-so/runcomfy-agent-skills --skill image-editAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 355k |
|---|---|
| repo stars | ★ 31 |
| Security audit | 2 / 3 scanners passed |
| Last updated | May 15, 2026 |
| Repository | agentspace-so/runcomfy-agent-skills ↗ |
Which RunComfy model should edit this image request?
Edit a single image or a batch by routing to the right RunComfy edit model for the task.
Who is it for?
Batch identity edits, multilingual text rewrite, precise local edits, and mask-driven inpainting
Skip if: Developers generating images from scratch without a source image, or teams running edits only through a single fixed model endpoint.
When should I use this skill?
You need to edit an image and want the right model chosen for the edit type
What you get
Edited image file, selected model route, and model-specific prompt pattern.
- Edited image file(s) downloaded to the output directory
By the numbers
- 4 routed edit models
- Nano Banana 1-20 inputs
- GPT Image 2 Edit up to 10 refs and 4 fixed sizes
Files
Image Edit — Pro Pack on RunComfy
runcomfy.com · Nano Banana Edit · GPT Image 2 Edit · Flux Kontext · Z-Image Inpaint · GitHub
Image edit, intent-routed. This skill doesn't lock you to one model — it picks the right edit model in the RunComfy catalog based on what the user actually wants: batch identity-preservation, multilingual text rewrite, single-shot precise edit, or mask-driven region replacement.
npx skills add agentspace-so/runcomfy-skills --skill image-edit -gPick the right model for the user's intent
| User intent | Model | Why |
|---|---|---|
| Batch edit 1–20 images consistently (SKU gallery, A/B variants) | Nano Banana Edit | Up to 20 input images per call; locked aspect/resolution for series |
| Swap background, preserve subject identity | Nano Banana Edit | Strong identity preservation under "keep X unchanged" prompts |
| Localized object removal / addition with spatial language ("the left object", "upper-right corner") | Nano Banana Edit | Honors directional spatial scope |
| Multilingual / non-Latin in-image text rewrite (Japanese kana, Cyrillic, Arabic) | GPT Image 2 Edit | Strongest in class for multilingual typography |
| Multi-reference composition (subject from img1, scene from img2, palette from img3) | GPT Image 2 Edit | Numbered refs route cues correctly |
| Layout-precise repositioning ("move headline from top-right to bottom-center") | GPT Image 2 Edit | Directional language honored at layout level |
| Identity preservation across translated headline variants | GPT Image 2 Edit | Same source asset → many language variants, identity stable |
| Single-shot precise local edit ("she's now holding an orange umbrella") | Flux Kontext Pro | Single-ref single-instruction, high-fidelity preservation |
| Mask-driven object removal (cables, watermarks, distractions) | Z-Image Turbo Inpaint | Mask-required, strength-tunable, edge-consistent |
| Mask-driven region replacement (full background swap with mask) | Z-Image Turbo Inpaint | High strength + clean mask = clean replacement |
| Default if unspecified | Nano Banana Edit | Most flexible, supports both single and batch |
The agent reads this table, classifies the user's intent, and picks the matching subsection below.
Prerequisites
1. RunComfy CLI — `npm
Related skills
How it compares
Pick image-edit over single-model edit skills when the edit type is unclear and automatic routing across batch, inpaint, and text-in-image models saves iteration time.
FAQ
How many images can image-edit batch with Nano Banana Edit?
image-edit routes batch requests to Nano Banana Edit, which supports up to 20 inputs with identity-preserving defaults. The skill applies documented prompting patterns so agents do not pick the wrong model for large batches.
When does image-edit choose Z-Image Turbo Inpaint?
image-edit selects Z-Image Turbo Inpaint for mask-driven precise region edits. For multilingual in-image text or layout precision, the skill routes to GPT Image 2 Edit instead.
Is Image Edit safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.