Add Core ML release card
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: coreml
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
+
license: creativeml-openrail-m
|
| 5 |
+
tags:
|
| 6 |
+
- coreml
|
| 7 |
+
- stable-diffusion
|
| 8 |
+
- ios
|
| 9 |
+
- clover-image
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Clover Image Tiny — Core ML
|
| 13 |
+
|
| 14 |
+
Versioned Core ML resources for the Clover iPhone app.
|
| 15 |
+
|
| 16 |
+
`manifest.json` is the public download contract. Shared text encoder, VAE
|
| 17 |
+
decoder, safety checker, and tokenizer resources are stored once. Each style
|
| 18 |
+
variant supplies its own chunked U-Net.
|
| 19 |
+
|
| 20 |
+
The base checkpoint and fused style variants are derivatives of
|
| 21 |
+
`neonforestmist/Clover-Image-Tiny` and retain the CreativeML Open RAIL-M
|
| 22 |
+
license. Style training datasets are Apache-2.0 and are linked by the manifest.
|