Loading...
Loading...
Generate videos based on images and prompts. Use this skill when you need to convert images to videos or create dynamic content.
npx skill4agent add talesofai/neta-skills make-videoNETA_TOKENnpm run neta -- make-video --image-source "https://example.com/image.jpg" --prompt "Animate the image" --model "model_s"| Parameter | Required | Default Value | Description |
|---|---|---|---|
| --image-source, -i | Yes | - | Source image URL |
| --prompt, -p | Yes | - | Prompt for video description |
| --model, -m | No | model_s | Model selection (model_s: fast, model_w: high quality) |