Skills pose-transfer
AI-powered fashion model pose transfer tool. Generate pose variations of a model/product image using reference pose images while keeping clothing and background consistent.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/3cpj/pose-transfer" ~/.claude/skills/clawdbot-skills-pose-transfer && rm -rf "$T"
manifest:
skills/3cpj/pose-transfer/SKILL.mdsource content
Pose Transfer
AI 姿态迁移工具 —— 给模特换姿势,保持服装和背景不变。
使用方法
python3 scripts/generate.py \ --original "/path/to/model.jpg" \ --poses "/path/to/pose.jpg" \ --output "./output" \ --keep-background
参数
| 参数 | 说明 |
|---|---|
| 原图路径 |
| pose 参考图(1-4张) |
| 输出目录(默认./output) |
| 保留原图背景 |
| 详细描述(提高准确度) |
| 表情(默认smiling) |
| 分辨率 1K/2K/4K |
前置要求
export FAL_KEY="your-fal-api-key" pip install fal-client
获取 API Key: https://www.fal.ai/dashboard/keys
费用
- $0.15/张图
- 模型: fal-ai/nano-banana-pro/edit