Update Readme.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
pipeline_tag: text-to-image
|
4 |
---
|
5 |
+
|
6 |
+
CoreML converted version of Dreamshaper SDXL 1.0 alpha 2 by Lykon (https://huggingface.co/Lykon/DreamShaper / https://huggingface.co/Lykon/DreamShaper/blob/main/ArtDiffusionAlpha2_half.safetensors.safetensors)
|
7 |
+
Read more about the converted checkpoint here: https://civitai.com/models/4384/dreamshaper
|
8 |
+
I am not affiliated with the author of the model, all credits go to him.
|
9 |
+
|
10 |
+
Conversion details:
|
11 |
+
-No quantization
|
12 |
+
-SPLIT_EINUM model version, it support for Apple's Neural Engine although currently there are some issues with running SDXL models on the Neural Engine, (CPU and) GPU mode is recommended.
|
13 |
+
-Apple's ml-stable-diffusion package was used for the conversion (https://github.com/apple/ml-stable-diffusion)
|
14 |
+
-Controlled Unet and regular Unet are both included.
|
15 |
+
-Compiled & Packaged variants included.
|
16 |
+
|
17 |
+
How to use:
|
18 |
+
-Can be run using Apple's ml-stable-diffusion package through commandline or with some tinkering via https://github.com/huggingface/swift-coreml-diffusers.
|
19 |
+
|
20 |
+
license (inherited):
|
21 |
+
-creativeml-openrail-m
|