Update README.md
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ All quantized versions were created from the base I2V FP16 model using the conve
|
|
20 |
|
21 |
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:
|
22 |
|
23 |
-
| Type | Name
|
24 |
-
| ------------ |
|
25 |
-
| Main Model |
|
26 |
-
| Text Encoder | umt5-xxl-encoder
|
27 |
-
| VAE | Wan2_1_VAE_bf16
|
28 |
|
29 |
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/wan-video#wan2-1-image-to-video-workflow)
|
30 |
|
|
|
20 |
|
21 |
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:
|
22 |
|
23 |
+
| Type | Name | Location | Download |
|
24 |
+
| ------------ | ----------------------------| ------------------------------ | ---------------- |
|
25 |
+
| Main Model | Wan2.1_I2V_14B_FusionX-GGUF | `ComfyUI/models/unet` | GGUF (this repo) |
|
26 |
+
| 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) |
|
27 |
+
| VAE | Wan2_1_VAE_bf16 | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors) |
|
28 |
|
29 |
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/wan-video#wan2-1-image-to-video-workflow)
|
30 |
|