add repo README
Browse files
README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- text-encoder
|
| 6 |
+
- vae
|
| 7 |
+
- clip-vision
|
| 8 |
+
- wan-2.2
|
| 9 |
+
- comfyui
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Wan 2.2 shared encoders — VAE + UMT5 + CLIP-vision
|
| 13 |
+
|
| 14 |
+
**Organization:** [WindstormLabs](https://huggingface.co/WindstormLabs)
|
| 15 |
+
**Used by:** [SceneMachine](https://huggingface.co/SceneMachine)
|
| 16 |
+
|
| 17 |
+
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.
|
| 18 |
+
|
| 19 |
+
## What this is
|
| 20 |
+
|
| 21 |
+
Shared encoder weights used across the Wan 2.2 T2V / I2V / Animate stacks. Wan 2.1 VAE (still used by 2.2), UMT5-xxl text encoder, SigLIP vision-patch14-384 (for I2V), and CLIP-ViT-H (REQUIRED by Animate's face_adapter — SigLIP triggers a LayerNorm shape mismatch).
|
| 22 |
+
|
| 23 |
+
## Upstream source
|
| 24 |
+
|
| 25 |
+
Primary distribution: https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged + https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged (CLIP-ViT-H)
|
| 26 |
+
|
| 27 |
+
This repo is a **mirror**. License terms of the upstream apply unchanged.
|
| 28 |
+
|
| 29 |
+
**Primary license owner(s):** Alibaba / Google T5 / Google SigLIP / OpenCLIP-laion
|
| 30 |
+
|
| 31 |
+
## Files
|
| 32 |
+
|
| 33 |
+
| Filename | Size |
|
| 34 |
+
|---|---|
|
| 35 |
+
| `umt5_xxl_bf16_from_pth.safetensors` | 11.36 GB |
|
| 36 |
+
| `clip_vision_h.safetensors` | 1.26 GB |
|
| 37 |
+
| `sigclip_vision_patch14_384.safetensors` | 0.86 GB |
|
| 38 |
+
| `wan_2.1_vae.safetensors` | 0.25 GB |
|
| 39 |
+
|
| 40 |
+
**Total: 13.74 GB**
|
| 41 |
+
|
| 42 |
+
## Related repos
|
| 43 |
+
|
| 44 |
+
- The full SceneMachine model stack: search the [SceneMachine HF collection](https://huggingface.co/SceneMachine).
|
| 45 |
+
- Shared encoders and Wan VAE: [`WindstormLabs/wan22-encoders`](https://huggingface.co/WindstormLabs/wan22-encoders).
|
| 46 |
+
- Speed LoRAs: [`WindstormLabs/wan22-loras`](https://huggingface.co/WindstormLabs/wan22-loras).
|
| 47 |
+
|
| 48 |
+
## Provenance
|
| 49 |
+
|
| 50 |
+
Mirror created 2026-05-13 from local working copy on the SceneMachine development rig. Hashes preserved via HF's content-addressed storage.
|
| 51 |
+
|
| 52 |
+
🤖 Repo and README generated by [Claude Code](https://claude.com/claude-code) during a SceneMachine CTO session.
|