Improve README - add tags for better discoverability
Browse files
README.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2 |
tags:
|
3 |
- diffusion-single-file
|
4 |
- comfyui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
-
|
7 |
-
Examples: https://comfyanonymous.github.io/ComfyUI_examples/wan22/
|
|
|
2 |
tags:
|
3 |
- diffusion-single-file
|
4 |
- comfyui
|
5 |
+
license: apache-2.0
|
6 |
+
base_model:
|
7 |
+
- Wan-AI/Wan2.2-Animate-14B
|
8 |
+
- Wan-AI/Wan2.2-S2V-14B
|
9 |
+
- Wan-AI/Wan2.2-I2V-A14B
|
10 |
+
- alibaba-pai/Wan2.2-VACE-Fun-A14B
|
11 |
+
- Wan-AI/Wan2.2-T2V-A14B
|
12 |
+
- Wan-AI/Wan2.2-TI2V-5B
|
13 |
+
pipeline_tag: image-to-video
|
14 |
---
|
15 |
+
ComfyUI compatiable weights for [Wan2.2 models](https://huggingface.co/collections/Wan-AI/wan22-68ac4ae80a8b477e79636fc8), and [Wan2.2 Fun models](https://huggingface.co/collections/alibaba-pai/wan22-fun-68958eabec343b948f1225c5).
|
16 |
+
See Examples: https://comfyanonymous.github.io/ComfyUI_examples/wan22/
|