Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-to-video
|
6 |
+
library_name: diffusers
|
7 |
+
tags:
|
8 |
+
- video
|
9 |
+
- video-generation
|
10 |
+
base_model:
|
11 |
+
- Wan-AI/Wan2.1-VACE-1.3B
|
12 |
+
---
|
13 |
+
|
14 |
+
|
15 |
+
```
|
16 |
+
________ ______ ____ ___ ___ _______ ______ _______ ____ ______ ______ _______ _______ _______ _______
|
17 |
+
| | | |.---.-.-----.|__ | |_ | ______| | | _ | | ___|_____|_ | |__ | __ \______| __| __| | | ___|
|
18 |
+
| | | || _ | || __|__ _| ||______| | | | ---| ___|______|| |_ __|__ | __ <______| | | | | | | ___|
|
19 |
+
|________||___._|__|__||______|__|______| \_____/|___|___|______|_______| |______|__|______|______/ |_______|_______|_______|___|
|
20 |
+
|
21 |
+
```
|
22 |
+
|
23 |
+
# Wan-2.1-VACE-1.3B-GGUF
|
24 |
+
## Direct GGUF Conversion of Wan2.1-VACE-1.3B
|
25 |
+
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.
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
## Table of Contents π
|
30 |
+
1. βΆ [Usage](#usage)
|
31 |
+
2. π [License](#license)
|
32 |
+
3. π [Acknowledgements](#acknowledgements)
|
33 |
+
|
34 |
+
<a name="usage"/>
|
35 |
+
|
36 |
+
## βΆ Usage
|
37 |
+
Download models using `huggingface-cli`:
|
38 |
+
```
|
39 |
+
pip install "huggingface_hub[cli]"
|
40 |
+
huggingface-cli download samuelchristlie/Wan2.1-VACE-1.3B-GGUF --local-dir ./Wan2.1-VACE-1.3B-GGUF
|
41 |
+
```
|
42 |
+
|
43 |
+
You can also download directly from [this page](https://huggingface.co/samuelchristlie/Wan2.1-VACE-1.3B-GGUF/tree/main).
|
44 |
+
|
45 |
+
<a name="license"/>
|
46 |
+
|
47 |
+
## π License
|
48 |
+
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.
|
49 |
+
|
50 |
+
<a name="acknowledgements"/>
|
51 |
+
|
52 |
+
## π Acknowledgements
|
53 |
+
Thanks to Patrick Gillespie for creating the ASCII text art tool used in this project
|
54 |
+
https://patorjk.com/software/taag/
|
55 |
+
|
56 |
+
Wan-AI for the Wan model
|
57 |
+
https://huggingface.co/Wan-AI/Wan2.1-VACE-1.3B
|
58 |
+
|
59 |
+
https://huggingface.co/city96
|
60 |
+
|
61 |
+
</div>
|