Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
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 |
+
# Core ML Converted Model:
|
9 |
+
|
10 |
+
- This model was converted to Core ML for use on Apple Silicon devices. Instructions can be found [here](https://github.com/godly-devotion/MochiDiffusion/wiki/How-to-convert-ckpt-files-to-Core-ML).<br>
|
11 |
+
- Provide the model to an app such as [Mochi Diffusion](https://github.com/godly-devotion/MochiDiffusion) to generate images.<br>
|
12 |
+
- `split_einsum` version is compatible with all compute unit options including Neural Engine.<br>
|
13 |
+
|
14 |
+
# Note: This model does not have the [unet split into chunks](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).
|
15 |
+
|
16 |
+
# Protogen_x2.2 by [darkstorm2150](https://instagram.com/officialvictorespinoza):
|
17 |
+
Source(s): [Hugging Face](https://huggingface.co/darkstorm2150/Protogen_v2.2_Official_Release)
|
18 |
+
|
19 |
+
Protogen was warm-started with Stable Diffusion v1-5 and fine-tuned on a large amount of data from large datasets new and trending on civitai.com.
|
20 |
+
|
21 |
+
You can enforce camera capture by using the prompt with "modelshoot style".
|
22 |
+
|
23 |
+
It should also be very "dreambooth-able", being able to generate high fidelity faces with a little amount of steps [(see dreambooth)](https://github.com/huggingface/diffusers/tree/main/examples/dreambooth).
|