lym00 commited on
Commit
625dad7
·
verified ·
1 Parent(s): eb54383

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - vrgamedevgirl84/Wan14BT2VFusioniX
4
+ library_name: gguf
5
+ quantized_by: lym00
6
+ tags:
7
+ - text-to-video
8
+ - image-to-video
9
+ - video-to-video
10
+ language:
11
+ - en
12
+ license: apache-2.0
13
+ ---
14
+
15
+ This is a GGUF conversion of [vrgamedevgirl84/Wan14BT2VFusionX](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX) with additional VACE functionality.
16
+
17
+ 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:
18
+
19
+ | Type | Name | Location | Download |
20
+ | ------------ | ----------------------------- | ------------------------------ | ---------------- |
21
+ | Main Model | Wan-14B-T2V-FusionX-VACE-GGUF | `ComfyUI/models/unet` | GGUF (this repo) |
22
+ | 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) |
23
+ | VAE | Wan2_1_VAE_bf16 | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors) |
24
+
25
+ [**Comfyui example workflow**](https://docs.comfy.org/tutorials/video/wan/vace)
26
+
27
+ ### Notes
28
+
29
+ *As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.*