From b38ee2eeb7d27c6c411286de589dc1b421691050 Mon Sep 17 00:00:00 2001 From: Lym Date: Sun, 8 Jun 2025 19:04:57 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 690d4db..343a545 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ The process involved extracting VACE scopes and injecting into the target models 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: -| Type | Name | Location | Download | -| ------------ | ----------------------------- | --------------------------------- | ---------------- | -| Main Model | Wan-14B-T2V-FusionX-VACE | `ComfyUI/models/diffusion_models` | GGUF (this repo) | +| Type | Name | Location | Download | +| ------------ | ----------------------------- | --------------------------------- | ----------------------- | +| Main Model | Wan-14B-T2V-FusionX-VACE | `ComfyUI/models/diffusion_models` | Safetensors (this repo) | | 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) | | VAE | Wan2_1_VAE_bf16 | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors) |