File size: 2,452 Bytes
839f67a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
---
license: apache-2.0
language:
- en
pipeline_tag: text-to-video
library_name: diffusers
tags:
- video
- video-generation
base_model:
- Wan-AI/Wan2.1-VACE-1.3B
---
```
________ ______ ____ ___ ___ _______ ______ _______ ____ ______ ______ _______ _______ _______ _______
| | | |.---.-.-----.|__ | |_ | ______| | | _ | | ___|_____|_ | |__ | __ \______| __| __| | | ___|
| | | || _ | || __|__ _| ||______| | | | ---| ___|______|| |_ __|__ | __ <______| | | | | | | ___|
|________||___._|__|__||______|__|______| \_____/|___|___|______|_______| |______|__|______|______/ |_______|_______|_______|___|
```
# Wan-2.1-VACE-1.3B-GGUF
## Direct GGUF Conversion of Wan2.1-VACE-1.3B
Wan2.1 is an open-source suite of video foundation models, compatible with consumer-grade GPUs, that excels in various video generation tasks like text-to-video, image-to-video, and video editing, even supporting visual text generation.
## Table of Contents π
1. βΆ [Usage](#usage)
2. π [License](#license)
3. π [Acknowledgements](#acknowledgements)
<a name="usage"/>
## βΆ Usage
Download models using `huggingface-cli`:
```
pip install "huggingface_hub[cli]"
huggingface-cli download samuelchristlie/Wan2.1-VACE-1.3B-GGUF --local-dir ./Wan2.1-VACE-1.3B-GGUF
```
You can also download directly from [this page](https://huggingface.co/samuelchristlie/Wan2.1-VACE-1.3B-GGUF/tree/main).
<a name="license"/>
## π License
This model is a derivative work of the original model licensed under the Apache 2.0 License, and is therefore distributed under the terms of the same license.
<a name="acknowledgements"/>
## π Acknowledgements
Thanks to Patrick Gillespie for creating the ASCII text art tool used in this project
https://patorjk.com/software/taag/
Wan-AI for the Wan model
https://huggingface.co/Wan-AI/Wan2.1-VACE-1.3B
https://huggingface.co/city96
</div> |