Document download size and validated inpainting settings
Browse files
README.md
CHANGED
|
@@ -15,6 +15,9 @@ This export is the SD 1.4-class target for the 9-channel Clover Image Tiny
|
|
| 15 |
inpainting U-Net. The conversion is pinned to the Apple Stable Diffusion
|
| 16 |
converter vendored under `.coreml-converter` and targets iOS 18.
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
## Resource contract
|
| 19 |
|
| 20 |
The app-managed `Resources` directory contains:
|
|
@@ -40,6 +43,13 @@ removing a person while continuing the background, or adding a red kettle to a
|
|
| 40 |
masked countertop. Use a grayscale mask where white means “regenerate” and
|
| 41 |
black means “preserve.”
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
## Convert and validate
|
| 44 |
|
| 45 |
```bash
|
|
|
|
| 15 |
inpainting U-Net. The conversion is pinned to the Apple Stable Diffusion
|
| 16 |
converter vendored under `.coreml-converter` and targets iOS 18.
|
| 17 |
|
| 18 |
+
The downloadable resource manifest contains 1,670,353,234 bytes: approximately
|
| 19 |
+
**1,670 MB** (1.56 GiB). It is installed separately from Regular Clover.
|
| 20 |
+
|
| 21 |
## Resource contract
|
| 22 |
|
| 23 |
The app-managed `Resources` directory contains:
|
|
|
|
| 43 |
masked countertop. Use a grayscale mask where white means “regenerate” and
|
| 44 |
black means “preserve.”
|
| 45 |
|
| 46 |
+

|
| 47 |
+
|
| 48 |
+
DPM-Solver++ at 20 steps is the recommended runtime configuration. Small masks
|
| 49 |
+
benefit from a context crop before 512×512 inference, followed by exact-mask
|
| 50 |
+
compositing back into the source. Regular Clover LoRAs target a different
|
| 51 |
+
4-channel U-Net and cannot be loaded dynamically into this 9-channel export.
|
| 52 |
+
|
| 53 |
## Convert and validate
|
| 54 |
|
| 55 |
```bash
|