Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
|
@@ -10,7 +21,7 @@ license: apache-2.0
|
|
| 10 |
|
| 11 |
---
|
| 12 |
|
| 13 |
-
This is a GGUF conversion of an addon
|
| 14 |
|
| 15 |
The process involved extracting VACE scopes and injecting into the target models, using scripts provided by [wsbagnsv1](https://huggingface.co/wsbagnsv1).
|
| 16 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill
|
| 4 |
+
base_model_relation: quantized
|
| 5 |
+
library_name: gguf
|
| 6 |
+
tags:
|
| 7 |
+
- text-to-video
|
| 8 |
+
- image-to-video
|
| 9 |
+
- video-to-video
|
| 10 |
+
- quantized
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
license: apache-2.0
|
| 14 |
---
|
| 15 |
|
|
|
|
| 21 |
|
| 22 |
---
|
| 23 |
|
| 24 |
+
This is a GGUF conversion of an addon of [lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill](https://huggingface.co/lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill) and [Wan-AI/Wan2.1-VACE-14B](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B) scopes.
|
| 25 |
|
| 26 |
The process involved extracting VACE scopes and injecting into the target models, using scripts provided by [wsbagnsv1](https://huggingface.co/wsbagnsv1).
|
| 27 |
|