CCP6 commited on
Commit
1c917c6
·
verified ·
1 Parent(s): acbc7dd

Update README.md

Browse files

After a number of days chatting w/ various LLMs, extracting/merging blocks, and generating over 50 33gb checkpoints w/ various combinations of minor alterations here's my best attempt at getting Vace 2.1 to work w/ Wan2.2. I'm not an expert at testing so no promises on quality or performance, but I figured after the time I played around w/ this I might as well toss it out for review and discussion rather than just sitting on it.

Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -1,14 +1,14 @@
1
- ---
2
- license: apache-2.0
3
- base_model:
4
- - Wan-AI/Wan2.2-T2V-A14B
5
- - Wan-AI/Wan2.1-VACE-14B
6
- pipeline_tag: text-to-video
7
- tags:
8
- - Wan
9
- - VACE
10
- - Wan2.2
11
- - Comfyui
12
- language:
13
- - en
14
  ---
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Wan-AI/Wan2.2-T2V-A14B
5
+ - Wan-AI/Wan2.1-VACE-14B
6
+ pipeline_tag: image-to-video
7
+ tags:
8
+ - Wan
9
+ - VACE
10
+ - Wan2.2
11
+ - Comfyui
12
+ language:
13
+ - en
14
  ---