Commit
·
783bd99
1
Parent(s):
2be8a61
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
tags:
|
4 |
+
- coreml
|
5 |
+
- stable-diffusion
|
6 |
+
- text-to-image
|
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).\
|
12 |
+
Provide the model to an app such as [Mochi Diffusion](https://github.com/godly-devotion/MochiDiffusion) to generate images.
|
13 |
+
|
14 |
+
`split_einsum` versions are compatible with all compute units.\
|
15 |
+
`original` versions are only compatible with CPU & GPU.
|
16 |
+
|
17 |
+
# Complex Lineart
|
18 |
+
|
19 |
+
Source: [Hugging Face](https://huggingface.co/Conflictx/Complex-Lineart)
|
20 |
+
|
21 |
+
Trained on around 100 images at 768x768 resolution.
|
22 |
+
|
23 |
+
Download "ComplexLA Style.ckpt" and add it to your model folder.
|
24 |
+
|
25 |
+
Use prompt: ComplexLA style
|
26 |
+
Use resolution near 768x768, lower resolution works but quality will not be as good.
|
27 |
+
|
28 |
+
|
29 |
+

|
30 |
+

|
31 |
+

|
32 |
+

|
33 |
+

|
34 |
+

|
35 |
+

|