Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
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 |
+
- not_for_all_eyes
|
8 |
---
|
9 |
+
# Core ML Converted Model:
|
10 |
+
|
11 |
+
- This model was converted to [Core ML for use on Apple Silicon devices](https://github.com/apple/ml-stable-diffusion). Conversion instructions can be found [here](https://github.com/godly-devotion/MochiDiffusion/wiki/How-to-convert-ckpt-or-safetensors-files-to-Core-ML).<br>
|
12 |
+
- Provide the model to an app such as Mochi Diffusion [Github](https://github.com/godly-devotion/MochiDiffusion) - [Discord](https://discord.gg/x2kartzxGv) to generate images.<br>
|
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.<br>
|
15 |
+
- Custom resolution versions are tagged accordingly.<br>
|
16 |
+
- `vae` tagged files have a vae embedded into the model.<br>
|
17 |
+
- Descriptions are posted as-is from original model source. Not all features and/or results may be available in CoreML format.<br>
|
18 |
+
- This model was converted with `vae-encoder` for i2i.
|
19 |
+
- Models that are 32 bit will have "fp32" in the filename.
|
20 |
+
|
21 |
+
# Note: Some models do not have the [unet split into chunks](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).
|
22 |
+
|
23 |
+
# MODELNAME:
|
24 |
+
Source(s): [CivitAI](https://civitai.com/models/17754/dreamful)
|
25 |
+
|
26 |
+
Model mix aims to create the most realistic and natural images possible. It's currently in the testing process, so please comment.
|
27 |
+
|
28 |
+
Guide:
|
29 |
+
|
30 |
+
For the settings or parameters, I recommend using these settings.
|
31 |
+
|
32 |
+
Sampler: DPM++ SDE Karras or Ruler a
|
33 |
+
|
34 |
+
Steps: 20 for portrait, 30 for full body
|
35 |
+
|
36 |
+
CFG Scale: 7-10
|
37 |
+
|
38 |
+
List models:
|
39 |
+
|
40 |
+
guofeng3_v32Light
|
41 |
+
|
42 |
+
pastelMixStylizedAnime_pastelMixPrunedFP16
|
43 |
+
|
44 |
+
goodAsianGirlFace_goodAsianGirlFaceV12
|
45 |
+
|
46 |
+
Basil_mix_fixed
|
47 |
+
|
48 |
+
List existing VAEs:
|
49 |
+
|
50 |
+
vae-ft-mse-840000-ema-pruned
|
51 |
+
|
52 |
+
emaPrunedVAE_emaPruned
|
53 |
+
|
54 |
+
LORA is not added yet
|