YarvixPA commited on
Commit
ca14c20
·
verified ·
1 Parent(s): 153eb8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ license: apache-2.0
6
+ base_model:
7
+ - alibaba-pai/Wan2.2-Fun-5B-Control
8
+ library_name: gguf
9
+ pipeline_tag: text-to-video
10
+ ---
11
+
12
+ This GGUF file is a direct conversion of [alibaba-pai/Wan2.2-Fun-5B-Control](https://huggingface.co/alibaba-pai/Wan2.2-Fun-5B-Control)
13
+
14
+ Type | Name | Location | Download
15
+ | ------------ | -------------------------------------------------- | --------------------------------- | -------------------------
16
+ | Main Model | Wan2.2-Fun-5B-Control | `ComfyUI/models/unet` | GGUF (this repo)
17
+ | 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) |
18
+ | VAE | Wan2.2_VAE.safetensors | `ComfyUI/models/vae` | Safetensors (this repo) |
19
+
20
+ Since this is a quantized model, all original licensing terms and usage restrictions remain in effect.
21
+
22
+ **Usage**
23
+
24
+ The model can be used with the ComfyUI custom node [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)