chili-raw commited on
Commit
d1e1a3b
·
verified ·
1 Parent(s): defd20d

manifest v2: sky-u2net live (pinned rev 81481be3, sha256-verified)

Browse files
Files changed (1) hide show
  1. manifest.json +66 -0
manifest.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "manifestVersion": 2,
3
+ "models": [
4
+ {
5
+ "id": "sky-u2net",
6
+ "task": "Sky selection",
7
+ "displayName": "Sky (U²-Net)",
8
+ "summary": "1-click sky mask.",
9
+ "url": "https://huggingface.co/chili-raw/chiliraw-models/resolve/81481be3030734a12f2e84c7246ab13b5d9e6fea/sky-u2net-512.mlpackage.zip",
10
+ "sha256": "5135f419ea5a3c0f1759e053ec425d9c3dc2a7587097e0460c1d04a8bfe024e4",
11
+ "bytes": 81566529,
12
+ "format": "mlpackage-zip",
13
+ "minAppVersion": "0.7.0",
14
+ "license": "MIT",
15
+ "attribution": "Sky segmentation model — xiongzhu666/Sky-Segmentation-and-Post-processing (MIT). U²-Net architecture — Qin et al., Pattern Recognition 2020."
16
+ },
17
+ {
18
+ "id": "sam2-tiny",
19
+ "task": "Object selection",
20
+ "displayName": "Click-to-mask (faster, smaller)",
21
+ "summary": "Click any object to select it. SAM 2 Tiny — quickest, ~40 MB.",
22
+ "sha256": "",
23
+ "bytes": 0,
24
+ "format": "mlpackage-zip",
25
+ "minAppVersion": "0.7.0",
26
+ "license": "Apache-2.0",
27
+ "attribution": "SAM 2 — Meta AI (Apache-2.0); Core ML conversion — Apple."
28
+ },
29
+ {
30
+ "id": "sam2-small",
31
+ "task": "Object selection",
32
+ "displayName": "Click-to-mask (higher quality)",
33
+ "summary": "Click any object to select it. SAM 2 Small — better edges, ~160 MB.",
34
+ "sha256": "",
35
+ "bytes": 0,
36
+ "format": "mlpackage-zip",
37
+ "minAppVersion": "0.7.0",
38
+ "license": "Apache-2.0",
39
+ "attribution": "SAM 2 — Meta AI (Apache-2.0); Core ML conversion — Apple."
40
+ },
41
+ {
42
+ "id": "face-parsing",
43
+ "task": "People",
44
+ "displayName": "Face skin & features",
45
+ "summary": "Face-region masks for people: skin, later lips / eyes / brows / hair.",
46
+ "sha256": "",
47
+ "bytes": 0,
48
+ "format": "mlpackage-zip",
49
+ "minAppVersion": "0.7.0",
50
+ "license": "MIT",
51
+ "attribution": "face-parsing.PyTorch (BiSeNet, CelebAMask-HQ) — zllrunning (MIT)."
52
+ },
53
+ {
54
+ "id": "depth-anything-v2-small",
55
+ "task": "Depth selection",
56
+ "displayName": "Depth mask",
57
+ "summary": "Mask by distance — foreground / background.",
58
+ "sha256": "",
59
+ "bytes": 0,
60
+ "format": "mlpackage-zip",
61
+ "minAppVersion": "0.7.0",
62
+ "license": "Apache-2.0",
63
+ "attribution": "Depth Anything V2 Small — Yang et al. (Apache-2.0); Core ML conversion — Apple."
64
+ }
65
+ ]
66
+ }