AEmotionStudio commited on
Commit
f50edd3
·
verified ·
1 Parent(s): 73f6df4

Add model card README

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - segmentation
5
+ - background-removal
6
+ - u2net
7
+ - rembg
8
+ - comfyui
9
+ - ffmpega
10
+ ---
11
+
12
+ # U²-Net Segmentation Models
13
+
14
+ Backup mirror of segmentation models used by [rembg](https://github.com/danielgatis/rembg) for background removal, hosted by [AEmotionStudio](https://github.com/AEmotionStudio) for use with [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA).
15
+
16
+ ## Status
17
+
18
+ > ⚠️ **Models pending upload.** The repo has been created but model files have not been uploaded yet. The background removal skill in FFMPEGA is under active development.
19
+
20
+ ## Planned Models
21
+
22
+ | Model | Format | Use Case |
23
+ |:------|:-------|:---------|
24
+ | `u2net.onnx` | ONNX | General-purpose segmentation |
25
+ | `silueta.onnx` | ONNX | Lightweight silhouette detection |
26
+ | `isnet-general-use.onnx` | ONNX | High-quality general segmentation |
27
+
28
+ **Original source:** [danielgatis/rembg](https://github.com/danielgatis/rembg)
29
+
30
+ ## Why This Mirror?
31
+
32
+ This is a defensive backup maintained by AEmotionStudio to ensure supply chain resilience for the background removal feature once it is fully implemented.
33
+
34
+ ## License
35
+
36
+ U²-Net is released under the Apache 2.0 license.