AEmotionStudio commited on
Commit
a2a5d5f
·
verified ·
1 Parent(s): 589b91e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: s-lab-1.0
4
+ license_link: https://huggingface.co/AEmotionStudio/matanyone2/blob/main/LICENSE.txt
5
+ tags:
6
+ - video-matting
7
+ - alpha-matting
8
+ - comfyui
9
+ - ffmpega
10
+ ---
11
+
12
+ # MatAnyone2 — SafeTensors Mirror
13
+
14
+ This is a **SafeTensors conversion** of the [MatAnyone2](https://github.com/pq-yang/MatAnyone2) video matting model (CVPR 2026) for use with [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA).
15
+
16
+ ## Model Details
17
+
18
+ | Property | Value |
19
+ |----------|-------|
20
+ | Architecture | MatAnyone2 (temporal video matting) |
21
+ | Parameters | 562 tensors, ~135 MB |
22
+ | Format | SafeTensors |
23
+ | Original Format | PyTorch (.pth) |
24
+ | Source | [pq-yang/MatAnyone2](https://github.com/pq-yang/MatAnyone2) |
25
+
26
+ ## ⚠️ License Notice
27
+
28
+ This model is released under the **NTU S-Lab License 1.0** which is strictly **non-commercial**.
29
+
30
+ > Redistribution and use for non-commercial purpose in source and binary forms, with or without modification, are permitted provided that the following conditions are met...
31
+
32
+ See [LICENSE.txt](LICENSE.txt) for the full license text. **Commercial use requires explicit written permission from the original authors.**
33
+
34
+ ## Usage
35
+
36
+ This model is automatically downloaded by ComfyUI-FFMPEGA when the `video_matting` no-LLM mode is selected. No manual setup is required.
37
+
38
+ ## Citation
39
+
40
+ ```bibtex
41
+ @article{yang2025matanyone2,
42
+ title={MatAnyone2: Stable Video Matting with Consistent Memory Propagation},
43
+ author={Yang, Peiqing and Shang, Shangchen and others},
44
+ year={2025}
45
+ }
46
+ ```