AEmotionStudio commited on
Commit
cfd54c6
·
verified ·
1 Parent(s): 94a0eb1

Add README

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SCAIL-FP8 Model Weights
2
+
3
+ Mirrored model weights for [SCAIL](https://github.com/zai-org/SCAIL) pose-driven character animation.
4
+
5
+ Used by [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA).
6
+
7
+ ## Files
8
+
9
+ | File | Size | Description |
10
+ |------|------|-------------|
11
+ | `scail_fp8.safetensors` | ~16.4 GB | SCAIL 14B DiT (FP8 e4m3fn scaled) |
12
+ | `wan2_1_vae.safetensors` | ~254 MB | Wan2.1 Video VAE (BF16) |
13
+ | `umt5-xxl-enc.safetensors` | ~6.7 GB | UMT5-XXL Text Encoder (FP8) |
14
+ | `clip_visual.safetensors` | ~1.3 GB | CLIP Vision Encoder (FP16) |
15
+
16
+ ## Source
17
+
18
+ Originally from [Kijai/WanVideo_comfy](https://huggingface.co/Kijai/WanVideo_comfy).