godly-devotion
commited on
Commit
·
42d9edd
1
Parent(s):
6259915
README.md: add sample images
Browse files
README.md
CHANGED
@@ -7,8 +7,28 @@ tags:
|
|
7 |
---
|
8 |
|
9 |
# Core ML Converted Model
|
|
|
10 |
This model was converted to Core ML for use on Apple Silicon devices by following Apple's instructions [here](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).<br>
|
11 |
Provide the model to an app such as [Mochi Diffusion](https://github.com/godly-devotion/mochi-diffusion) to generate images.<br>
|
12 |
|
13 |
`split_einsum` version is compatible with all compute unit options including Neural Engine.<br>
|
14 |
-
`original` version is only compatible with CPU & GPU option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Core ML Converted Model
|
10 |
+
|
11 |
This model was converted to Core ML for use on Apple Silicon devices by following Apple's instructions [here](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).<br>
|
12 |
Provide the model to an app such as [Mochi Diffusion](https://github.com/godly-devotion/mochi-diffusion) to generate images.<br>
|
13 |
|
14 |
`split_einsum` version is compatible with all compute unit options including Neural Engine.<br>
|
15 |
+
`original` version is only compatible with CPU & GPU option.
|
16 |
+
|
17 |
+
# Fruity Mix
|
18 |
+
|
19 |
+
For Realistic/Anime Type.
|
20 |
+
|
21 |
+
# Examples
|
22 |
+
|
23 |
+
Sample images have been upscaled using RealESRGAN.
|
24 |
+
```
|
25 |
+
Prompt: realistic, masterpiece, highest quality, full body, looking at viewers, highres, indoors, detailed face and eyes, wolf ears, brown hair, short hair, silver eyes, necklace, sneakers, parka jacket, solo focus
|
26 |
+
Negative: lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name
|
27 |
+
Steps: 12
|
28 |
+
Guidance Scale: 11
|
29 |
+
Sampler: DPM-Solver++
|
30 |
+
```
|
31 |
+
<img width="512" src="https://huggingface.co/godly-devotion/coreml-fruity-mix/resolve/main/images/1.png" />
|
32 |
+
<img width="512" src="https://huggingface.co/godly-devotion/coreml-fruity-mix/resolve/main/images/2.png" />
|
33 |
+
<img width="512" src="https://huggingface.co/godly-devotion/coreml-fruity-mix/resolve/main/images/3.png" />
|
34 |
+
<img width="512" src="https://huggingface.co/godly-devotion/coreml-fruity-mix/resolve/main/images/4.png" />
|