qwen-wan-video

直接调用通义万相2.6视频生成模型(Qwen Wan 2.6),支持文生视频和图生视频,无需中间API代理。适用于需要直接对接阿里云大模型的视频创作场景。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "qwen-wan-video" with this command: npx skills add wuchhao/qwen-wan-video

通义万相视频生成技能

直接集成阿里云通义万相2.6(Qwen Wan 2.6)视频生成模型,通过DashScope API实现高质量视频生成。

功能特性

  • 文生视频(Text-to-Video):根据文本描述生成5秒短视频
  • 图生视频(Image-to-Video):基于参考图像生成动态视频
  • 电影级参数:支持景深、镜头运动、分辨率等专业控制
  • 异步任务:自动处理长时任务轮询和结果获取

环境配置

# 设置阿里云API密钥(需在阿里云控制台申请)
export DASHSCOPE_API_KEY="your-dashscope-api-key"

使用示例

1. 文生视频

from scripts.qwen_wan_client import generate_video_t2v

video_url = generate_video_t2v(
    prompt="电影感特写镜头,缓慢推进,浅景深,风吹动头发",
    duration=5,
    resolution="720P"
)

2. 图生视频

from scripts.qwen_wan_client import generate_video_i2v

video_url = generate_video_i2v(
    prompt="镜头缓慢旋转,展示产品细节",
    image_url="https://example.com/product.jpg",
    duration=4
)

技术细节

  • 模型版本:wan2.6-t2v
  • 最大时长:5秒
  • 支持分辨率:720P/1080P
  • 异步处理:自动轮询任务状态(最多10分钟超时)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Video Script Creator

Short video script generator. 短视频脚本生成器、视频脚本、抖音文案、抖音脚本、快手脚本、口播稿、视频拍摄脚本、YouTube脚本、YouTube Shorts脚本、B站脚本、bilibili脚本、分镜脚本、视频大纲、视频文案、短视频创作、Reels脚本、TikTok脚本、vlog脚本...

Registry SourceRecently Updated
4501Profile unavailable
General

NemoVideo - AI Video Editor & Creator

Video editor, video creator, video editing tool powered by AI. Edit videos, create videos, make videos from text — all through chat, no GUI needed. Full vide...

Registry SourceRecently Updated
590Profile unavailable
General

豆包 AI 视频水印去除

智能识别并自动去除豆包 AI 生成视频水印,支持用户自定义水印区域和批量高质量处理,保留原始音频。

Registry SourceRecently Updated
490Profile unavailable
General

Vidu

调用vwu.ai平台上的vidu系列模型,支持7种型号,兼容OpenAI API格式,需配置vwu.ai API密钥使用。

Registry SourceRecently Updated
330Profile unavailable