ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/3cpj/pose-transfer
Or

Pose Transfer

AI 姿态迁移工具 —— 给模特换姿势,保持服装和背景不变。

使用方法

python3 scripts/generate.py \
  --original "/path/to/model.jpg" \
  --poses "/path/to/pose.jpg" \
  --output "./output" \
  --keep-background

参数

参数说明
--original原图路径
--posespose 参考图(1-4张)
--output输出目录(默认./output)
--keep-background保留原图背景
--desc详细描述(提高准确度)
--expression表情(默认smiling)
--resolution分辨率 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

Metadata

Author@3cpj
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-3cpj-pose-transfer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.