For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stable Video Diffusion

Generate videos from images with Stable Video Diffusion on Clore.ai

Newer alternatives available! Consider FramePack (only 6GB VRAM!), Wan2.1 (higher quality), or LTX-2 (video with native audio).

Generate videos from images using Stability AI's SVD model.

What is Stable Video Diffusion?

SVD (Stable Video Diffusion) generates short video clips from a single image:

  • 14 or 25 frame outputs

  • 576x1024 resolution

  • Smooth motion generation

  • Open source weights

Resources

Hardware Requirements

Model
VRAM
Recommended GPU

SVD (14 frames)

16GB

RTX 4090

SVD-XT (25 frames)

24GB

RTX 4090 / A100

Quick Deploy

Docker Image:

Ports:

Command:

Accessing Your Service

After deployment, find your http_pub URL in My Orders:

  1. Go to My Orders page

  2. Click on your order

  3. Find the http_pub URL (e.g., abc123.clorecloud.net)

Use https://YOUR_HTTP_PUB_URL instead of localhost in examples below.

Installation

Basic Usage

SVD vs SVD-XT

Feature
SVD
SVD-XT

Frames

14

25

Duration

~2 sec

~3.5 sec

VRAM

16GB

24GB

Quality

Good

Better

Memory Optimization

Batch Processing

ComfyUI Integration

SVD works great in ComfyUI:

  1. Install ComfyUI

  2. Download SVD model to models/checkpoints/

  3. Use SVD nodes for img2vid workflow

Troubleshooting

  • Use enable_model_cpu_offload()

  • Reduce num_frames to 14

  • Use fp16 variant

Video too short

  • Use SVD-XT (25 frames) instead of SVD (14 frames)

  • Interpolate with RIFE for smoother result

Poor motion quality

  • Use high-quality input images

  • Ensure image is 1024x576 (or 576x1024)

  • Try different seeds

CUDA errors

  • Update PyTorch and diffusers

  • Check CUDA version compatibility

Cost Estimate

Typical CLORE.AI marketplace rates (as of 2024):

GPU
Hourly Rate
Daily Rate
4-Hour Session

RTX 3060

~$0.03

~$0.70

~$0.12

RTX 3090

~$0.06

~$1.50

~$0.25

RTX 4090

~$0.10

~$2.30

~$0.40

A100 40GB

~$0.17

~$4.00

~$0.70

A100 80GB

~$0.25

~$6.00

~$1.00

Prices vary by provider. Check CLORE.AI Marketplace for current rates.

Next Steps

Last updated

Was this helpful?