Loading...
Loading...
Create talking head videos, lip sync audio to video, and animate portraits with expressions. Use when the user requests "Talking head", "Lip sync", "Make this person talk", "Animate portrait", "Live portrait", "Avatar video".
npx skill4agent add fal-ai-community/skills fal-lip-sync| Script | Purpose |
|---|---|
| Generate a talking head video from an image + audio/text |
| Sync lips in an existing video to new audio |
./scripts/talking-head.sh --image-url "https://example.com/portrait.jpg" --audio-url "https://example.com/speech.mp3" --model veed/fabric-1.0./scripts/talking-head.sh --image-url "https://example.com/portrait.jpg" --text "Hello, welcome to our presentation" --model fal-ai/creatify/aurora./scripts/lip-sync.sh --video-url "https://example.com/video.mp4" --audio-url "https://example.com/new-speech.mp3"| Argument | Description | Required |
|---|---|---|
| URL of portrait/face image | Yes |
| URL of audio to sync | Yes (or --text) |
| Text to speak (auto TTS) | Yes (or --audio-url) |
| Model endpoint | No (default: veed/fabric-1.0) |
| TTS model for --text mode | No (default: fal-ai/minimax/speech-2.6-turbo) |
| Wait for completion | No (default: true) |
| Return request ID immediately | No |
| Argument | Description | Required |
|---|---|---|
| URL of video to lip sync | Yes |
| URL of audio to sync to | Yes |
| Model endpoint | No (default: fal-ai/sync-lipsync/v2) |
# Search for talking head models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "talking head"
# Search for lip sync models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "lip sync"
# Search for live portrait / expression transfer
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "live portrait"search_models{
"video": {
"url": "https://fal.media/files/...",
"content_type": "video/mp4"
}
}