返回顶部
a

ai-video-generationAI视频生成

Generate AI videos with Google Veo, Seedance, Wan, Grok and 40+ models via inference.sh CLI. Models: Veo 3.1, Veo 3, Seedance 1.5 Pro, Wan 2.5, Grok Imagine Video, OmniHuman, Fabric, HunyuanVideo. Capabilities: text-to-video, image-to-video, lipsync, avatar animation, video upscaling, foley sound. Use for: social media videos, marketing content, explainer videos, product demos, AI avatars. Triggers: video generation, ai video, text to video, image to video, veo, animate image, video from image,

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.5
安全检测
已通过
1,903
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

ai-video-generation

AI视频生成

通过inference.sh命令行界面,使用40多种AI模型生成视频。

AI视频生成

快速开始

bash

安装命令行工具


curl -fsSL https://cli.inference.sh | sh && infsh login

使用Veo生成视频

infsh app run google/veo-3-1-fast --input {prompt: 无人机飞越森林的航拍镜头}

安装说明: 安装脚本仅检测您的操作系统/架构,从dist.inference.sh下载匹配的二进制文件,并验证其SHA-256校验和。无需提升权限或后台进程。提供手动安装与验证方式。

可用模型

文本转视频

模型应用ID适用场景
Veo 3.1 Fastgoogle/veo-3-1-fast快速生成,可选音频
Veo 3.1
google/veo-3-1 | 最佳质量,帧插值 | | Veo 3 | google/veo-3 | 高质量带音频 | | Veo 3 Fast | google/veo-3-fast | 快速生成带音频 | | Veo 2 | google/veo-2 | 逼真视频 | | Grok Video | xai/grok-imagine-video | xAI,可配置时长 | | Seedance 1.5 Pro | bytedance/seedance-1-5-pro | 支持首帧控制 | | Seedance 1.0 Pro | bytedance/seedance-1-0-pro | 最高1080p |

图片转视频

模型应用ID适用场景
Wan 2.5falai/wan-2-5动画化任意图片
Wan 2.5 I2V
falai/wan-2-5-i2v | 高质量图片转视频 | | Seedance Lite | bytedance/seedance-1-0-lite | 轻量级720p |

虚拟形象/口型同步

模型应用ID适用场景
OmniHuman 1.5bytedance/omnihuman-1-5多角色
OmniHuman 1.0
bytedance/omnihuman-1-0 | 单角色 | | Fabric 1.0 | falai/fabric-1-0 | 图片说话带口型同步 | | PixVerse Lipsync | falai/pixverse-lipsync | 逼真口型同步 |

实用工具

工具应用ID描述
HunyuanVideo Foleyinfsh/hunyuanvideo-foley为视频添加音效
Topaz Upscaler
falai/topaz-video-upscaler | 提升视频画质 | | Media Merger | infsh/media-merger | 合并视频并添加转场效果 |

浏览所有视频应用

bash
infsh app list --category video

示例

使用Veo进行文本转视频

bash
infsh app run google/veo-3-1-fast --input {
prompt: 花园中花朵绽放的延时摄影
}

Grok视频

bash
infsh app run xai/grok-imagine-video --input {
prompt: 日落时分海浪拍打沙滩,
duration: 5
}

使用Wan 2.5进行图片转视频

bash
infsh app run falai/wan-2-5 --input {
image_url: https://your-image.jpg
}

AI虚拟形象/说话头像

bash
infsh app run bytedance/omnihuman-1-5 --input {
image_url: https://portrait.jpg,
audio_url: https://speech.mp3
}

Fabric口型同步

bash
infsh app run falai/fabric-1-0 --input {
image_url: https://face.jpg,
audio_url: https://audio.mp3
}

PixVerse口型同步

bash
infsh app run falai/pixverse-lipsync --input {
image_url: https://portrait.jpg,
audio_url: https://speech.mp3
}

视频画质提升

bash
infsh app run falai/topaz-video-upscaler --input {video_url: https://...}

添加音效(Foley)

bash
infsh app run infsh/hunyuanvideo-foley --input {
video_url: https://silent-video.mp4,
prompt: 碎石上的脚步声,鸟鸣声
}

合并视频

bash
infsh app run infsh/media-merger --input {
videos: [https://clip1.mp4, https://clip2.mp4],
transition: fade
}

相关技能

bash

完整平台技能(150+应用)


npx skills add inference-sh/skills@inference-sh

Google Veo专用

npx skills add inference-sh/skills@google-veo

AI虚拟形象与口型同步

npx skills add inference-sh/skills@ai-avatar-video

文本转语音(用于视频旁白)

npx skills add inference-sh/skills@text-to-speech

图片生成(用于图片转视频)

npx skills add inference-sh/skills@ai-image-generation

Twitter(发布视频)

npx skills add inference-sh/skills@twitter-automation

浏览所有应用:infsh app list

文档

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ai-video-generation-1776419937 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ai-video-generation-1776419937 技能

通过命令行安装

skillhub install ai-video-generation-1776419937

下载

⬇ 下载 ai-video-generation v0.1.5(免费)

文件大小: 2.64 KB | 发布时间: 2026-4-17 19:45

v0.1.5 最新 2026-4-17 19:45
- Major documentation update: Added a detailed SKILL.md with full usage instructions, model list, examples, and related skills.
- Expanded model and capability descriptions, covering text-to-video, image-to-video, avatar animation, lipsync, upscaling, and foley sound.
- Included quick start guide and install notes for inference.sh CLI usage.
- Added example commands for all major workflows and tools.
- Listed related skills and provided links to official documentation for further learning.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部