Wan2.1-VACE-1.3B

1.3K
119
1.3B
2 languages
BF16
license:apache-2.0
by
Wan-AI
Image Model
OTHER
1.3B params
New
1K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
3GB+ RAM
Mobile
Laptop
Server
Quick Summary

πŸ’œ Wan &nbsp&nbsp | &nbsp&nbsp πŸ–₯️ GitHub &nbsp&nbsp | &nbsp&nbspπŸ€— Hugging Face &nbsp&nbsp | &nbsp&nbspπŸ€– ModelScope &nbsp&nbsp | &nbsp&nbsp πŸ“‘ Technical Repor...

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
2GB+ RAM

Code Examples

Quickstartbash
git clone https://github.com/Wan-Video/Wan2.1.git
cd Wan2.1
Quickstartbash
# Ensure torch >= 2.4.0
pip install -r requirements.txt
text
Download models using modelscope-cli:
text
#### Run Text-to-Video Generation

This repository supports two Text-to-Video models (1.3B and 14B) and two resolutions (480P and 720P). The parameters and configurations for these models are as follows:

<table>
    <thead>
        <tr>
            <th rowspan="2">Task</th>
            <th colspan="2">Resolution</th>
            <th rowspan="2">Model</th>
        </tr>
        <tr>
            <th>480P</th>
            <th>720P</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>t2v-14B</td>
            <td style="color: green;">βœ”οΈ</td>
            <td style="color: green;">βœ”οΈ</td>
            <td>Wan2.1-T2V-14B</td>
        </tr>
        <tr>
            <td>t2v-1.3B</td>
            <td style="color: green;">βœ”οΈ</td>
            <td style="color: red;">❌</td>
            <td>Wan2.1-T2V-1.3B</td>
        </tr>
    </tbody>
</table>


##### (1) Without Prompt Extension

To facilitate implementation, we will start with a basic version of the inference process that skips the [prompt extension](#2-using-prompt-extention) step.

- Single-GPU inference

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.