Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Wan-AI/Wan2.1-FLF2V-14B-720P
|
| 3 |
+
library_name: gguf
|
| 4 |
+
quantized_by: city96
|
| 5 |
+
tags:
|
| 6 |
+
- video
|
| 7 |
+
- video-generation
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
pipeline_tag: image-to-video
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
- zh
|
| 13 |
+
---
|
| 14 |
+
This is a direct GGUF conversion of [Wan-AI/Wan2.1-FLF2V-14B-720P](https://huggingface.co/Wan-AI/Wan2.1-FLF2V-14B-720P)
|
| 15 |
+
|
| 16 |
+
All quants are created from the FP32 base file, though I only uploaded FP16 due to it exceeding the 50GB max file limit and gguf-split loading not currently being supported in ComfyUI-GGUF.
|
| 17 |
+
|
| 18 |
+
The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node.
|
| 19 |
+
|
| 20 |
+
Place model files in `ComfyUI/models/unet` - see the GitHub readme for further install instructions.
|
| 21 |
+
|
| 22 |
+
The other files required can be downloaded from [this repository by Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/tree/main/split_files)
|
| 23 |
+
|
| 24 |
+
Please refer to [this chart](https://github.com/ggerganov/llama.cpp/blob/master/examples/perplexity/README.md#llama-3-8b-scoreboard) for a basic overview of quantization types.
|