Update README.md
Browse files
README.md
CHANGED
@@ -16,17 +16,17 @@ license: apache-2.0
|
|
16 |
|
17 |
This is a GGUF conversion of [QuantStack/Wan2.1-14B-T2V-FusionX-VACE](https://huggingface.co/QuantStack/Wan2.1-14B-T2V-FusionX-VACE).
|
18 |
|
19 |
-
All quantized versions were created from the base FP16 model
|
20 |
|
21 |
## Usage
|
22 |
|
23 |
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:
|
24 |
|
25 |
-
| Type | Name
|
26 |
-
| ------------ |
|
27 |
-
| Main Model |
|
28 |
-
| Text Encoder | umt5-xxl-encoder
|
29 |
-
| VAE | Wan2_1_VAE_bf16
|
30 |
|
31 |
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/vace)
|
32 |
|
|
|
16 |
|
17 |
This is a GGUF conversion of [QuantStack/Wan2.1-14B-T2V-FusionX-VACE](https://huggingface.co/QuantStack/Wan2.1-14B-T2V-FusionX-VACE).
|
18 |
|
19 |
+
All quantized versions were created from the base 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.
|
20 |
|
21 |
## Usage
|
22 |
|
23 |
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:
|
24 |
|
25 |
+
| Type | Name | Location | Download |
|
26 |
+
| ------------ | -------------------------------- | ------------------------------ | ---------------- |
|
27 |
+
| Main Model | Wan2.1-14B-T2V-FusionX-VACE-GGUF | `ComfyUI/models/unet` | GGUF (this repo) |
|
28 |
+
| 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) |
|
29 |
+
| VAE | Wan2_1_VAE_bf16 | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors) |
|
30 |
|
31 |
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/vace)
|
32 |
|