YarvixPA commited on
Commit
51d18e1
·
verified ·
1 Parent(s): b85ecf1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Wan-AI/Wan2.2-S2V-14B
5
+ library_name: gguf
6
+ pipeline_tag: text-to-video
7
+ tags:
8
+ - s2v
9
+ ---
10
+
11
+ This GGUF file is a direct conversion of [Wan-AI/Wan2.2-S2V-14B](https://huggingface.co/Wan-AI/Wan2.2-S2V-14B)
12
+
13
+ Type | Name | Location | Download
14
+ | ------------- | -------------------------------------------------- | --------------------------------- | -------------------------
15
+ | Main Model | Wan2.2-S2V-14B | `ComfyUI/models/unet` | GGUF (this repo) |
16
+ | Audio Encoder | wav2vec2_large_english | `ComfyUI/models/audio_encoders` | [Safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/tree/main/split_files/audio_encoders) |
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.1_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)