Chili RAW β AI model repository
Downloadable, on-device AI models for the Chili RAW photo editor. The app ships with no models; each is downloaded on demand from this repo, verified by SHA-256, and is individually deletable. All inference runs locally via Core ML β no image ever leaves the Mac.
manifest.json is the machine-readable registry the app reads.
Models
sky-u2net-512.mlpackage.zip β Sky segmentation
- Architecture: UΒ²-Net (Qin et al., Pattern Recognition 2020)
- Weights: trained and publicly released by xiongzhu666 β Sky-Segmentation-and-Post-processing (MIT license)
- Conversion: ONNX β Core ML (fp16, 512Γ512 RGB input with ImageNet normalization baked in),
coremltools 9 - Source ONNX sha256:
ab9c34c64c3d821220a2886a4a06da4642ffa14d5b30e8d5339056a089aa1d39 - This zip sha256:
5135f419ea5a3c0f1759e053ec425d9c3dc2a7587097e0460c1d04a8bfe024e4
Licenses & credits
| Model | Author | License |
|---|---|---|
| Sky UΒ²-Net | xiongzhu666 (weights), Qin et al. (architecture) | MIT |
Converted copies are re-hosted here (rather than hot-linked from their sources) so that app releases can pin exact, checksum-verified files. Original licenses apply unchanged.