Update README.md

This commit is contained in:
Cherrytest
2025-09-21 12:05:15 +00:00
parent 00a32beee8
commit 3d7223bd25
2 changed files with 22 additions and 1 deletions

View File

@ -1,7 +1,27 @@
---
language:
- en
- zh
license: apache-2.0
base_model:
- Wan-AI/Wan2.2-Animate-14B
library_name: gguf
pipeline_tag: video-to-video
---
The quants work now, example workflow will follow
This GGUF file is a direct conversion of [Wan-AI/Wan2.2-Animate-14B](https://huggingface.co/Wan-AI/Wan2.2-Animate-14B)
[**Example workflow**](https://huggingface.co/QuantStack/Wan2.2-Animate-14B-GGUF/resolve/main/example_workflow/wan%20animate%20native.json) (Thanks to verolelb on discord for publishing this workflow ❤)
Type | Name | Location | Download
| ------------ | ---------------------------------------------------------- | --------------------------------- | -------------------------
| Main Model | Wan2.2-Animate-14B | `ComfyUI/models/unet` | GGUF (this repo)
| Text Encoder | Umt5-xxl | `ComfyUI/models/text_encoders` | [Safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/tree/main/split_files/text_encoders) / [GGUF](https://huggingface.co/city96/umt5-xxl-encoder-gguf/tree/main) |
| VAE | Wan2.1_VAE.safetensors | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/tree/main/split_files/vae) |
Since this is a quantized model, all original licensing terms and usage restrictions remain in effect.
**Usage**
The model can be used with the ComfyUI custom node [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)