6tizer

avatar-gen

by @6tizer in Tools
0
0
# Install this skill:
npx skills add 6tizer/alpha-senses --skill "avatar-gen"

Install specific skill from multi-skill repository

# Description

将人物图片转换为动态 Avatar 视频,支持自定义动作参考

# SKILL.md


name: avatar-gen
description: 将人物图片转换为动态 Avatar 视频,支持自定义动作参考
license: MIT
metadata:
version: 1.0.0
author: 6tizer
category: video-generation
updated: 2026-02-21


AvatarGen

将人物图片转换为动态 Avatar 视频,支持自定义动作参考

环境变量

  • FAL_KEY:fal.ai API Key

安装

pip install -r requirements.txt

使用

python run.py --image <人物图片> [--motion <动作视频>] [--output ./avatar.mp4] [--duration 5]

示例

python run.py --image ./portrait.png
python run.py --image ./portrait.png --motion ./dance.mp4 --duration 10
python run.py --image "https://example.com/photo.jpg" --output ./myavatar.mp4

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.