Add Core ML model metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Clover Image Tiny Inpaint — Core ML
|
| 2 |
|
| 3 |
This export is the iPhone 15 target for the 9-channel Clover Image Tiny
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: coreml
|
| 3 |
+
pipeline_tag: image-to-image
|
| 4 |
+
base_model: neonforestmist/Clover-Image-Tiny-Inpaint
|
| 5 |
+
license: creativeml-openrail-m
|
| 6 |
+
tags:
|
| 7 |
+
- clover-image
|
| 8 |
+
- inpainting
|
| 9 |
+
- coreml
|
| 10 |
+
- iphone
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Clover Image Tiny Inpaint — Core ML
|
| 14 |
|
| 15 |
This export is the iPhone 15 target for the 9-channel Clover Image Tiny
|