File size: 1,238 Bytes
b4da675
 
 
 
 
 
 
 
 
dfc43b6
b4da675
 
 
 
 
 
dfc43b6
 
 
 
b4da675
dfc43b6
 
 
 
 
b4da675
dfc43b6
f582d34
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
library_name: coreml
pipeline_tag: text-to-image
license: creativeml-openrail-m
tags:
  - coreml
  - stable-diffusion
  - ios
  - clover-image
  - lora
---

# Clover Image Tiny — Core ML

Versioned Core ML resources for the Clover iPhone app.

`manifest.json` is the public download contract. The iOS 18 release stores
Clover's base weights once in a stateful U-Net and can mix up to three
rank-16 LoRAs at runtime. Each optional style remains its original
6,927,128-byte safetensors file; it is not a duplicated 600 MB U-Net.

The v4 state layout uses block-concatenated LoRA ranks. This implements the
exact weighted sum of the selected styles without cross terms, while unused
slots remain zero and produce the ordinary Clover output.

The base checkpoint and style adapters are derivatives of
`neonforestmist/Clover-Image-Tiny` and retain the CreativeML Open RAIL-M
license. Style training datasets are Apache-2.0 and linked by the manifest.

## Citation

```bibtex
@software{lozadaperez2026cloverimagetinycoreml,
  author = {Lukas Lozada Perez},
  title = {Clover Image Tiny Core ML: On-Device Text-to-Image Resources for iPhone},
  year = {2026},
  url = {https://huggingface.co/neonforestmist/Clover-Image-Tiny-CoreML}
}
```