Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,24 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- ZuluVision/MoviiGen1.1
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- ZuluVision/MoviiGen1.1
|
5 |
+
tags:
|
6 |
+
- video
|
7 |
+
- video-generation
|
8 |
+
pipeline_tag: text-to-video
|
9 |
---
|
10 |
|
11 |
+
[**Example workflow**](https://huggingface.co/QuantStack/Wan2.1-VACE-14B-GGUF/blob/main/vace_v2v_example_workflow.json) - based on the [Comfyui example workflow](https://docs.comfy.org/tutorials/video/wan/vace)
|
12 |
+
|
13 |
+
This is an experimental GGUF conversion of [ZuluVision/MoviiGen1.1](https://huggingface.co/ZuluVision/MoviiGen1.1) with integrated VACE addon.
|
14 |
+
|
15 |
+
All quants are created from the FP32 base file, though I only uploaded the Q8_0 and less, if you want the F16 or BF16 one I would upload it per request.
|
16 |
+
|
17 |
+
The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node.
|
18 |
+
|
19 |
+
Place model files in `ComfyUI/models/unet` - see the GitHub readme for further install instructions.
|
20 |
+
|
21 |
+
The VAE can be downloaded from [this repository by Kijai](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors)
|
22 |
+
|
23 |
+
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.
|
24 |
+
|
25 |
+
For conversion I used the conversion scripts from [city96](https://huggingface.co/city96)
|