mirror of
https://hf-mirror.com/QuantStack/Wan2.1_T2V_14B_FusionX_VACE
synced 2026-04-02 19:12:56 +08:00
39 lines
2.0 KiB
Markdown
39 lines
2.0 KiB
Markdown
---
|
|
base_model:
|
|
- Wan-AI/Wan2.1-VACE-14B
|
|
- vrgamedevgirl84/Wan14BT2VFusioniX
|
|
base_model_relation: merge
|
|
tags:
|
|
- text-to-video
|
|
- image-to-video
|
|
- video-to-video
|
|
- merge
|
|
language:
|
|
- en
|
|
license: apache-2.0
|
|
---
|
|
|
|
This is a merge of [Wan-AI/Wan2.1-VACE-14B](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B) and [vrgamedevgirl84/Wan14BT2VFusionX](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX) to provide additional VACE compatibility.
|
|
|
|
The process involved extracting VACE scopes and injecting into the target models.
|
|
|
|
## Usage
|
|
|
|
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` | 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) |
|
|
|
|
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/vace)
|
|
|
|
### Notes
|
|
|
|
*All original licenses and restrictions from the base models still apply.*
|
|
|
|
## Reference
|
|
|
|
- For more information about the GGUF-quantized versions, refer to [QuantStack/Wan-14B-T2V-FusionX-VACE-GGUF](https://huggingface.co/QuantStack/Wan-14B-T2V-FusionX-VACE-GGUF), where the quantization process is explained.
|
|
- For an overview of Safetensors format, please see the [Safetensors](https://huggingface.co/docs/safetensors/index). |