Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,18 @@ This is a merge of [Wan-AI/Wan2.1-VACE-14B](https://huggingface.co/Wan-AI/Wan2.1
|
|
17 |
|
18 |
The process involved extracting VACE scopes and injecting into the target models.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
### Notes
|
21 |
|
22 |
*All original licenses and restrictions from the base models still apply.*
|
|
|
17 |
|
18 |
The process involved extracting VACE scopes and injecting into the target models.
|
19 |
|
20 |
+
## Usage
|
21 |
+
|
22 |
+
The model files can be used in [ComfyUI](https://github.com/comfyanonymous/ComfyUI/) with the WanVaceToVideo node. Place the required model(s) in the following folders:
|
23 |
+
|
24 |
+
| Type | Name | Location | Download |
|
25 |
+
| ------------ | ----------------------------- | --------------------------------- | ---------------- |
|
26 |
+
| Main Model | Wan-14B-T2V-FusionX-VACE | `ComfyUI/models/diffusion_models` | GGUF (this repo) |
|
27 |
+
| 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) |
|
28 |
+
| VAE | Wan2_1_VAE_bf16 | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors) |
|
29 |
+
|
30 |
+
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/vace)
|
31 |
+
|
32 |
### Notes
|
33 |
|
34 |
*All original licenses and restrictions from the base models still apply.*
|