sneakyfree commited on
Commit
8c080a1
·
verified ·
1 Parent(s): 5499960

add repo README

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: apache-2.0
4
+ tags:
5
+ - text-to-video
6
+ - image-to-video
7
+ - wan-2.2
8
+ - character-consistency
9
+ - bf16
10
+ - diffusion-model
11
+ - comfyui
12
+ ---
13
+
14
+ # Wan 2.2 Animate 14B BF16 — character-ID-preserving weights mirror
15
+
16
+ **Organization:** [WindstormLabs](https://huggingface.co/WindstormLabs)
17
+ **Used by:** [SceneMachine](https://huggingface.co/SceneMachine)
18
+
19
+ SceneMachine is a sub-project of Windstorm Labs. This repo hosts shared AI/ML infrastructure used by SceneMachine and reusable by future Windstorm Labs sub-projects.
20
+
21
+ ## What this is
22
+
23
+ Mirror of the Wan 2.2 Animate 14B BF16 weights. SceneMachine's character-consistency mode: reference image of a character + text prompt produces video preserving the character's identity. Validated 1.7 min/shot on a 32 GB-VRAM card with the Lightx2v 4-step LoRA from `wan22-loras` (8.3× speedup over baseline). REQUIRES `clip_vision_h.safetensors` from `wan22-encoders` (SigLIP won't work — LayerNorm shape mismatch).
24
+
25
+ ## Upstream source
26
+
27
+ Primary distribution: https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged
28
+
29
+ This repo is a **mirror**. License terms of the upstream apply unchanged.
30
+
31
+ **Primary license owner(s):** Alibaba (Wan 2.2 release)
32
+
33
+ ## Files
34
+
35
+ | Filename | Size |
36
+ |---|---|
37
+ | `wan2.2_animate_14B_bf16.safetensors` | 34.55 GB |
38
+
39
+ **Total: 34.55 GB**
40
+
41
+ ## Related repos
42
+
43
+ - The full SceneMachine model stack: search the [SceneMachine HF collection](https://huggingface.co/SceneMachine).
44
+ - Shared encoders and Wan VAE: [`WindstormLabs/wan22-encoders`](https://huggingface.co/WindstormLabs/wan22-encoders).
45
+ - Speed LoRAs: [`WindstormLabs/wan22-loras`](https://huggingface.co/WindstormLabs/wan22-loras).
46
+
47
+ ## Provenance
48
+
49
+ Mirror created 2026-05-13 from local working copy on the SceneMachine development rig. Hashes preserved via HF's content-addressed storage.
50
+
51
+ 🤖 Repo and README generated by [Claude Code](https://claude.com/claude-code) during a SceneMachine CTO session.