image-inpainting

安装量: 47.1K
排名: #275

安装

npx skills add https://github.com/agentspace-so/runcomfy-agent-skills --skill image-inpainting

Image Inpainting Mask-driven region edits — remove objects, fill gaps, replace masked areas — on RunComfy via the runcomfy CLI. This skill routes to Z-Image Turbo Inpainting when a mask is available, and to instruction-driven edit models when the region must be described in prose. runcomfy.com · Z-Image Inpainting · CLI docs Powered by the RunComfy CLI

1. Install (see runcomfy-cli skill for details)

npm i -g @runcomfy/cli

or: npx -y @runcomfy/cli --version

2. Sign in

runcomfy login

or in CI: export RUNCOMFY_TOKEN=

3. Inpaint

runcomfy run tongyi-mai/z-image/turbo/inpainting \ --input '{"image": "...", "mask_image": "...", "prompt": "..."}' \ --output-dir ./out Show more

返回排行榜