Video T2i

Use when user needs to generate images from text prompts. Independent text-to-image command for creating single images outside of video creation workflow.

T0UGH Updated

File contents

video-t2i - 文生图

Overview

Generate images from text prompts. Independent command that does not require project context.

Usage

注意:如果是首次使用,确保已安装 videoclaw:uvx videoclaw --help

# Generate image
videoclaw t2i -p "九宫格角色图:正面、侧面、背面..." -o output.png

# Specify provider
videoclaw t2i -p "描述" -o output.png --provider volcengine

# Specify model
videoclaw t2i -p "描述" -o output.png --provider gemini --model gemini-3-pro-image-preview

Parameters

  • --prompt, -p: Text prompt (required)
  • --output, -o: Output file path (required)
  • --provider: Model provider (optional, default: volcengine)
  • --model: Model name (optional)

Supported Providers

  • volcengine - Volcano Engine Seedream (default)
  • dashscope - Alibaba Wan2.6
  • gemini - Google Gemini
  • mock - For testing

Examples

Claude Code: videoclaw t2i -p "一个可爱的小黄人角色,正面视图" -o character.png

T0UGH/videoclaw/tree/main/skills/video-t2i commit 4a8c49b38a

Frequently asked questions

npx skillmds@latest add t0ugh/video-t2i