← 返回
未分类 Key 中文

Nano Banana Veo

Generate images with Nano Banana (Gemini 3 Pro Image) and animate them into videos with Veo 3.1. Use when creating AI-generated visual assets for websites, l...
使用 Nano Banana(Gemini 3 Pro Image)生成图像,并使用 Veo 3.1 将其动画化为视频。适用于为网站、徽标等创建 AI 生成的视觉资源。
bermyboystechsolutions bermyboystechsolutions 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 379
下载
💾 0
安装
1
版本
#latest

概述

Nano Banana + Veo Workflow

Generate premium images and animate them into cinematic videos using Google's Gemini API.

Quick Start

# Generate just an image
uv run {baseDir}/scripts/generate.py \
  --image-prompt "iPhone floating against dark background, premium product photography" \
  --output-image hero.png

# Generate image + video
uv run {baseDir}/scripts/generate.py \
  --image-prompt "iPhone floating against dark background, premium product photography" \
  --video-prompt "iPhone gently rotating and floating, smooth seamless motion, cinematic lighting" \
  --output-image hero.png \
  --output-video hero.mp4 \
  --video-duration 4

Parameters

ParameterRequiredDefaultDescription
-------------------------------------------
--image-prompt-Prompt for image generation
--video-promptimage-promptPrompt for video animation
--output-image-Output path for image (.png/.jpg)
--output-video-Output path for video (.mp4)
--resolution1KImage resolution: 1K, 2K, 4K
--video-duration4Video seconds (4-8, Veo requirement)
--video-resolution720pVideo quality: 720p, 1080p, 4k

Prerequisites

  • GEMINI_API_KEY environment variable set
  • google-genai and requests Python packages

Installation

# Install dependencies
pip install google-genai requests

# Or with uv
uv pip install google-genai requests

Workflow Examples

Hero Section Asset

uv run {baseDir}/scripts/generate.py \
  --image-prompt "Sleek iPhone 15 Pro showing Islamic prayer app interface, dark green and gold accents, floating against pure black background, dramatic studio lighting, premium product photography, 8K quality" \
  --video-prompt "iPhone floating and gently rotating in space, subtle purple glow, smooth seamless boomerang motion, premium cinematic lighting, dark background" \
  --output-image namazlock-hero.png \
  --output-video namazlock-hero.mp4 \
  --video-duration 4

Feature Showcase

uv run {baseDir}/scripts/generate.py \
  --image-prompt "Minimalist smartphone displaying prayer time interface, clean UI, dark mode with gold accents, studio lighting" \
  --output-image feature.png \
  --resolution 2K

Output

  • Images are saved in PNG format
  • Videos are saved in MP4 format (H.264 encoded)
  • Veo generation takes ~30-60 seconds (async polling handled automatically)

Notes

  • Veo 3.1 requires 4-8 second duration (enforced by API)
  • Video generation is asynchronous — script handles polling automatically
  • Use {baseDir} placeholder in paths — it resolves to the skill directory

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

UI/UX Pro Max

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

Nano Banana Pro

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

Video Frames

steipete
使用 ffmpeg 从视频中提取帧或短片。
★ 137 📥 53,239