ProConfig Tutorial
  • Overview & Setup
  • Tutorial Structure
  • Tutorial
    • Hello World with Pro Config
    • Building Workflow
    • Transitions
    • Expressions and Variables
    • An Advanced Example
    • Function Calling Example
    • Random Routing Example
  • API Reference
    • Widgets
      • Bark TTS
      • Champ
      • CoinGecko
      • ControlNet with Civitai
      • Crawler
      • Crypto News
      • Data Visualizer
      • Email Sender
      • Google Flight Search
      • Google Hotel Search
      • Google Image Search
      • Google Map Search
      • Google News Search
      • Google Scholar Search
      • Google Search
      • GroundedSAM
      • Image Text Fuser
      • Information Extractor - OpenAI Schema Generator
      • Information Extractor
      • Instagram Search
      • JSON to Table
      • LinkedIn
      • MS Word to Markdown
      • Markdown to MS Word
      • Markdown to PDF
      • Mindmap Generator
      • Notion Database
      • OCR
      • Pdf to Markdown
      • RMBG
      • Stabel-Video-Diffusion
      • Stable Diffusion Inpaint
      • Stable Diffusion Recommend
      • Stable Diffusion Transform
      • Stable Diffusion Upscale
      • Stable Diffusion with 6 fixed category
      • Stable Diffusion with Civitai
      • Storydiffusion
      • Suno Lyrics Generator
      • Suno Music Generator
      • Table to Markdown
      • TripAdvisor
      • Twitter Search
      • UDOP: Document Question Answering
      • Weather forecasting
      • Whisper large-v3
      • Wikipedia
      • Wolfram Alpha Search
      • Yelp Search
      • YouTube Downloader
      • YouTube Transcriber
      • Youtube Search
  • Tools
    • AutoConfig Bot
    • Cache Mode
Powered by GitBook
On this page
  • Try it in the Widget Center
  • Usage
  • Detailed Guidelines
  1. API Reference
  2. Widgets

Stabel-Video-Diffusion

Stable-video-diffusion takes an input image and other adjustment parameters to generate a dynamic video based on a static image.

PreviousRMBGNextStable Diffusion Inpaint

Last updated 1 year ago

Try it in the Widget Center

Click this to try this widget and copy the Pro Config template.

Usage

<TODO: enter description here, and remove useless inputs>

Input Parameters

Name
Type
Description
Default
Required

image

string

HTTP url. Input image for stable-video-diffusion.

seed

integer

Random seed for generation process. -1 means random seed

-1

decode_chunk_size

integer

Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.

5

fps

integer

Number of frames per second

7

motion_bucket_id

integer

overall motion, default to 127

127

noise_aug_strength

number

Noice augmentation strength to condition

0.02

Output Parameters

Name
Type
Description
File Type

url

string

The video that was generated has been saved as an online URL. This link is temporary, so please save it for your own use

video

Output Example

{ // input https://image.myshell.ai/image/chat/embed_obj/40295/20240423/8555c664f6934cdeb2ef497ba4bf5d88.jpg
   "url": "https://cdn.myshell.ai/video/chat/embed_obj/40295/20240423/556e7792f1d143d0aa1379f8c5c85348.mp4"
}
{
   "results": "<the example results of this widget>"
}

Detailed Guidelines

url