godly-devotion
commited on
Commit
•
7ad08d6
1
Parent(s):
0316062
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
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.
|
15 |
+
|
16 |
+
**Analog Diffusion**
|
17 |
+
![Header](https://huggingface.co/wavymulder/Analog-Diffusion/resolve/main/images/page1.jpg)
|
18 |
+
[*CKPT DOWNLOAD LINK*](https://huggingface.co/wavymulder/Analog-Diffusion/resolve/main/analog-diffusion-1.0.ckpt) - This is a dreambooth model trained on a diverse set of analog photographs.
|
19 |
+
|
20 |
+
In your prompt, use the activation token: `analog style`
|
21 |
+
|
22 |
+
You may need to use the words `blur` `haze` `naked` in your negative prompts. My dataset did not include any NSFW material but the model seems to be pretty horny. Note that using `blur` and `haze` in your negative prompt can give a sharper image but also a less pronounced analog film effect.
|
23 |
+
|
24 |
+
Trained from 1.5 with VAE.
|
25 |
+
|
26 |
+
Please see [this document where I share the parameters (prompt, sampler, seed, etc.) used for all example images.](https://huggingface.co/wavymulder/Analog-Diffusion/resolve/main/parameters_used_examples.txt)
|
27 |
+
|
28 |
+
## Gradio
|
29 |
+
|
30 |
+
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Analog-Diffusion:
|
31 |
+
|
32 |
+
[Open in Spaces](https://huggingface.co/spaces/akhaliq/Analog-Diffusion)
|
33 |
+
|
34 |
+
|
35 |
+
![Environments Example](https://huggingface.co/wavymulder/Analog-Diffusion/resolve/main/images/page2.jpg)
|
36 |
+
![Characters Example](https://huggingface.co/wavymulder/Analog-Diffusion/resolve/main/images/page3.jpg)
|
37 |
+
|
38 |
+
Here's a [link to non-cherrypicked batches.](https://imgur.com/a/7iOgTFv)
|