← 返回
未分类 Key

ClawCut

Generate AI-powered short videos from a topic or reference video using Google Gemini + Veo 3.1 on Vertex AI. Use when the user wants to create short-form vid...
基于 Google Gemini + Veo 3.1(Vertex AI),从主题或参考视频自动生成 AI 短视频。用于快速创建短视频内容。
jiafar jiafar 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 269
下载
💾 0
安装
1
版本
#latest

概述

ClawCut 🦞✂️

AI short video generator: topic → script → video with native voice.

Pipeline

  1. Script generation — Gemini 3 Pro generates 9-scene screenplay (Chinese narration + English visual descriptions)
  2. Nine-grid image — Gemini 3 Pro Image creates character consistency reference (supports up to 14 input images)
  3. Video generation — Veo 3.1 generates 9 video clips concurrently with native Chinese speech
  4. Post-processing — Silence trimming + ffmpeg concat into final video

Prerequisites

  • Google Cloud project with Vertex AI enabled
  • Service account JSON with Vertex AI User role
  • ffmpeg binary installed
  • Python 3.11+

Setup

# Create project from skill scripts
mkdir -p clawcut && cp scripts/*.py scripts/requirements.txt clawcut/
cp assets/.env.example clawcut/.env
cd clawcut

# Create venv and install deps
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

# Configure environment
# Edit .env with your values:
#   GOOGLE_APPLICATION_CREDENTIALS=path/to/service-account.json
#   VERTEX_PROJECT=your-gcp-project-id
#   VERTEX_LOCATION=us-central1
#   FFMPEG_PATH=/usr/local/bin/ffmpeg

Usage

Gradio UI

source venv/bin/activate
python3 app.py
# Opens at http://localhost:7860

Modes

  • Topic mode — Enter a topic, generate full video from scratch
  • Video imitation — Upload reference video, analyze style and generate matching content
  • Multi-image reference — Upload up to 14 images for character consistency

Models (all Vertex AI paid)

  • Script: gemini-3-pro-preview
  • Image: gemini-3-pro-image-preview
  • Video: veo-3.1-generate-001

Key Features

  • 9-way concurrent video generation (~3 min total)
  • Checkpoint/resume (skips existing files)
  • Silence trimming (ffmpeg silencedetect)
  • Video style imitation from reference
  • Up to 14 reference images for character consistency
  • All credentials via environment variables (zero hardcoded secrets)

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-12 05:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 435 📥 117,845
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 227 📥 48,822
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,668