Update README.md
Browse files
README.md
CHANGED
@@ -30,4 +30,13 @@ widget:
|
|
30 |
output:
|
31 |
url: samples\ComfyUI_00001_.webp
|
32 |
---
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
output:
|
31 |
url: samples\ComfyUI_00001_.webp
|
32 |
---
|
33 |
+
# **gguf quantized version of wan2.1 t2v 1.3b**
|
34 |
+
- drag **gguf** to > `./ComfyUI/models/diffusion_models`
|
35 |
+
- drag **t5xxl-um** to > `./ComfyUI/models/text_encoders`
|
36 |
+
- drag **vae** to > `./ComfyUI/models/vae`
|
37 |
+
<Gallery />
|
38 |
+
### **reference**
|
39 |
+
- base model from [wan-ai](https://huggingface.co/Wan-AI/Wan2.1-T2V-14B)
|
40 |
+
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
|
41 |
+
- pig architecture from [connector](https://huggingface.co/connector)
|
42 |
+
- gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
|