Wan2.1 Video

Generate videos with Alibaba's Wan2.1 model on Clore.ai GPUs

Generate high-quality videos with Alibaba's Wan2.1 text-to-video and image-to-video models on CLORE.AI GPUs.

circle-check

Why Wan2.1?

  • High quality - State-of-the-art video generation

  • Multiple modes - Text-to-video, image-to-video

  • Various sizes - 1.3B to 14B parameters

  • Long videos - Up to 81 frames

  • Open weights - Apache 2.0 license

Model Variants

Model
Parameters
VRAM
Resolution
Frames

Wan2.1-T2V-1.3B

1.3B

8GB

480p

81

Wan2.1-T2V-14B

14B

24GB

720p

81

Wan2.1-I2V-14B

14B

24GB

720p

81

Quick Deploy on CLORE.AI

Docker Image:

pytorch/pytorch:2.5.1-cuda12.4-cudnn9-devel

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.

Hardware Requirements

Model
Minimum GPU
Recommended
Optimal

1.3B T2V

RTX 3070 8GB

RTX 3090 24GB

RTX 4090

14B T2V

RTX 4090 24GB

A100 40GB

A100 80GB

14B I2V

RTX 4090 24GB

A100 40GB

A100 80GB

Installation

Text-to-Video

Basic Usage (1.3B)

High Quality (14B)

Image-to-Video

Animate an Image

Image-to-Video with Wan2.1-I2V-14B

circle-info

Wan2.1-I2V-14B animates a static image using a text prompt to guide the motion. Requires 24GB VRAM (RTX 4090 or A100 40GB recommended).

Model Details

Property
Value

Model ID

Wan-AI/Wan2.1-I2V-14B-480P

Parameters

14 Billion

VRAM Required

24GB

Max Resolution

480p (854×480) or 720p (1280×720)

Max Frames

81

License

Apache 2.0

Hardware Requirements

GPU
VRAM
Status

RTX 4090

24GB

✅ Recommended

RTX 3090

24GB

✅ Supported

A100 40GB

40GB

✅ Optimal

A100 80GB

80GB

✅ Best quality

RTX 3080

10GB

❌ Insufficient

Quick CLI Script

Save as generate_i2v.py and run:

generate_i2v.py — Full Script

Advanced I2V Pipeline (Python API)

I2V Prompt Tips

Goal
Prompt Example

Camera movement

"camera slowly zooms out from the subject"

Parallax effect

"subtle parallax motion, depth of field shift"

Character animation

"the figure turns their head and smiles"

Nature animation

"leaves rustle in a gentle breeze, light shifts"

Abstract motion

"colors swirl and blend, fluid motion"

Memory Tips for I2V (24GB GPUs)

Prompt Examples

Nature & Landscapes

Animals & Characters

Abstract & Artistic

Advanced Settings

Quality vs Speed

Resolution Options

Batch Generation

Gradio Interface

Memory Optimization

Performance

Model
Resolution
Frames
GPU
Time

1.3B

480p

49

RTX 4090

~2 min

1.3B

480p

49

A100 40GB

~1.5 min

14B

720p

49

A100 40GB

~5 min

14B

720p

81

A100 80GB

~8 min

Cost Estimate

Typical CLORE.AI marketplace rates:

GPU
Hourly Rate
~49 frame videos/hour

RTX 3090 24GB

~$0.06

~20 (1.3B)

RTX 4090 24GB

~$0.10

~30 (1.3B)

A100 40GB

~$0.17

~40 (1.3B) / ~12 (14B)

A100 80GB

~$0.25

~8 (14B high-res)

Prices vary. Check CLORE.AI Marketplacearrow-up-right for current rates.

Troubleshooting

Out of Memory

Poor Quality

  • Increase steps (75-100)

  • Write more detailed prompts

  • Use negative prompts

  • Try 14B model for better quality

Video Too Short

  • Increase num_frames (max 81)

  • Use RIFE interpolation for frame interpolation

  • Chain multiple generations

Artifacts/Flickering

  • Increase guidance scale

  • Use fixed seed for consistency

  • Post-process with video stabilization

Wan2.1 vs Others

Feature
Wan2.1
Hunyuan
SVD
CogVideoX

Quality

Excellent

Excellent

Good

Great

Speed

Fast

Medium

Fast

Slow

Max Frames

81

129

25

49

Resolution

720p

720p

576p

720p

I2V Support

Yes

Yes

Yes

Yes

License

Apache 2.0

Open

Open

Open

Use Wan2.1 when:

  • Need open-source video generation

  • Want fast generation speed

  • Apache 2.0 license required

  • Balanced quality/speed needed

Next Steps

Last updated

Was this helpful?