clanker.net
DEVELOPMENT inf-sh/skills

ai-avatar-video

Create AI avatar and talking head videos with OmniHuman, Fabric, PixVerse via inference.sh CLI. Models: OmniHuman 1.5, OmniHuman 1.0, Fabric 1.0, PixVerse Lipsync. Capabilities: audio-driven avatars, lipsync videos, talking head generation, virtual presenters. Use for: AI presenters, explainer videos, virtual influencers, dubbing, marketing videos. Triggers: ai avatar, talking head, lipsync, avatar video, virtual presenter, ai spokesperson, audio driven video, heygen alternative, synthesia alternative, talking avatar, lip sync, video avatar, ai presenter, digital human

DEVELOPMENT
USE THIS SKILL

DOWNLOAD THE APP TO INSTALL AND USE /ai-avatar-video ON YOUR DEVICE

Scan to open on your device
QR code for ai-avatar-video Opens skill content in Expo Go
COMMAND
/ai-avatar-video
CATEGORY
Development
REPOSITORY
inf-sh/skills
COMMIT

SKILL PROMPT

--- name: ai-avatar-video description: "Create AI avatar and talking head videos with OmniHuman, Fabric, PixVerse via inference.sh CLI. Models: OmniHuman 1.5, OmniHuman 1.0, Fabric 1.0, PixVerse Lipsync. Capabilities: audio-driven avatars, lipsync videos, talking head generation, virtual presenters. Use for: AI presenters, explainer videos, virtual influencers, dubbing, marketing videos. Triggers: ai avatar, talking head, lipsync, avatar video, virtual presenter, ai spokesperson, audio driven video, heygen alternative, synthesia alternative, talking avatar, lip sync, video avatar, ai presenter, digital human" allowed-tools: Bash(infsh *) --- # AI Avatar & Talking Head Videos Create AI avatars and talking head videos via [inference.sh](https://inference.sh) CLI. ![AI Avatar & Talking Head Videos](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kg0tszs96s0n8z5gy8y5mbg7.jpeg) ## Quick Start > Requires inference.sh CLI (`infsh`). Get installation instructions: `npx skills add inference-sh/skills@agent-tools` ```bash infsh login # Create avatar video from image + audio infsh app run bytedance/omnihuman-1-5 --input '{ "image_url": "https://portrait.jpg", "audio_url": "https://speech.mp3" }' ``` ## Available Models | Model | App ID | Best For | |-------|--------|----------| | OmniHuman 1.5 | `bytedance/omnihuman-1-5` | Multi-character, best quality | | OmniHuman 1.0 | `bytedance/omnihuman-1-0` | Single character | | Fabric 1.0 | `falai/fabric-1-0` | Image talks with lipsync | | PixVerse Lipsync | `falai/pixverse-lipsync` | Highly realistic | ## Search Avatar Apps ```bash infsh app list --search "omnihuman" infsh app list --search "lipsync" infsh app list --search "fabric" ``` ## Examples ### OmniHuman 1.5 (Multi-Character) ```bash infsh app run bytedance/omnihuman-1-5 --input '{ "image_url": "https://portrait.jpg", "audio_url": "https://speech.mp3" }' ``` Supports specifying which character to drive in multi-person images. ### F [... prompt truncated for preview ...]