Document checksummed Core ML packaging
Browse files
README.md
CHANGED
|
@@ -41,6 +41,8 @@ preserved.
|
|
| 41 |
```bash
|
| 42 |
coreml-tools/convert_inpaint.sh coreml-inpaint artifacts/clover-image-tiny-inpaint
|
| 43 |
coreml-tools/smoke-test-inpaint.sh artifacts/clover-image-tiny-inpaint coreml-inpaint
|
|
|
|
|
|
|
| 44 |
```
|
| 45 |
|
| 46 |
The validator checks the 9-channel Diffusers configuration, required compiled
|
|
|
|
| 41 |
```bash
|
| 42 |
coreml-tools/convert_inpaint.sh coreml-inpaint artifacts/clover-image-tiny-inpaint
|
| 43 |
coreml-tools/smoke-test-inpaint.sh artifacts/clover-image-tiny-inpaint coreml-inpaint
|
| 44 |
+
.venv-coreml/bin/python coreml-tools/manifest_inpaint.py \
|
| 45 |
+
coreml-inpaint --model-dir artifacts/clover-image-tiny-inpaint
|
| 46 |
```
|
| 47 |
|
| 48 |
The validator checks the 9-channel Diffusers configuration, required compiled
|