Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- vrgamedevgirl84/Wan14BT2VFusioniX
|
4 |
+
base_model_relation: quantized
|
5 |
+
library_name: gguf
|
6 |
+
quantized_by: lym00
|
7 |
+
tags:
|
8 |
+
- image-to-video
|
9 |
+
- quantized
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
license: apache-2.0
|
13 |
+
---
|
14 |
+
|
15 |
+
This is a GGUF conversion of [Wan14Bi2vFusioniX_fp16.safetensors](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX/blob/main/Wan14Bi2vFusioniX_fp16.safetensors) by [@vrgamedevgirl84](https://huggingface.co/vrgamedevgirl84).
|
16 |
+
|
17 |
+
All quantized versions were created from the base I2V FP16 model using the conversion scripts provided by city96, available at the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF/tree/main/tools) GitHub repository.
|
18 |
+
|
19 |
+
## Usage
|
20 |
+
|
21 |
+
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:
|
22 |
+
|
23 |
+
| Type | Name | Location | Download |
|
24 |
+
| ------------ | ----------------------------- | ------------------------------ | ---------------- |
|
25 |
+
| Main Model | Wan2.1-14B-T2V-FusionX-GGUF | `ComfyUI/models/unet` | GGUF (this repo) |
|
26 |
+
| 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) |
|
27 |
+
| VAE | Wan2_1_VAE_bf16 | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors) |
|
28 |
+
|
29 |
+
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/wan-video#wan2-1-text-to-video-workflow)
|
30 |
+
|
31 |
+
### Notes
|
32 |
+
|
33 |
+
*All original licenses and restrictions from the base models still apply.*
|
34 |
+
|
35 |
+
## Reference
|
36 |
+
|
37 |
+
- For an overview of quantization types, please see the [GGUF quantization types](https://huggingface.co/docs/hub/gguf#quantization-types).
|