Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- gdhe17/Self-Forcing
|
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: cc-by-nc-sa-4.0
|
14 |
+
---
|
15 |
+
|
16 |
+
This is a GGUF conversion of an addon of [gdhe17/Self-Forcing](https://huggingface.co/gdhe17/Self-Forcing) and [Wan-AI/Wan2.1-VACE-1.3B](https://huggingface.co/Wan-AI/Wan2.1-VACE-1.3B) scopes.
|
17 |
+
|
18 |
+
The process involved extracting VACE scopes and injecting into the target models, using scripts provided by [wsbagnsv1](https://huggingface.co/wsbagnsv1).
|
19 |
+
|
20 |
+
All quantized versions were created from the FP16 model using the conversion scripts provided by city96, available at the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF/tree/main/tools) GitHub repository.
|
21 |
+
|
22 |
+
|
23 |
+
## Usage
|
24 |
+
|
25 |
+
The model files can be used in [ComfyUI](https://github.com/comfyanonymous/ComfyUI/) with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node. Place the required model(s) in the following folders:
|
26 |
+
|
27 |
+
| Type | Name | Location | Download |
|
28 |
+
| ------------ | -------------------------------------------------- | ------------------------------ | ---------------- |
|
29 |
+
| Main Model | lym00/Wan2.1_T2V_1.3B_SelfForcing_VACE-GGUF | `ComfyUI/models/unet` | GGUF (this repo) |
|
30 |
+
| Text Encoder | umt5-xxl-encoder | `ComfyUI/models/text_encoders` | [Safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/tree/main/split_files/text_encoders) / [GGUF](https://huggingface.co/city96/umt5-xxl-encoder-gguf/tree/main) |
|
31 |
+
| VAE | Wan2_1_VAE_bf16 | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors) |
|
32 |
+
|
33 |
+
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/vace)
|
34 |
+
|
35 |
+
### Notes
|
36 |
+
|
37 |
+
*All original licenses and restrictions from the base models still apply.*
|
38 |
+
|
39 |
+
## Reference
|
40 |
+
|
41 |
+
- For an overview of quantization types, please see the [GGUF quantization types](https://huggingface.co/docs/hub/gguf#quantization-types).
|