godly-devotion
commited on
Commit
•
6f8b8d8
1
Parent(s):
818c4b1
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
# Inkpunk Diffusion
|
17 |
+
|
18 |
+
Finetuned Stable Diffusion model trained on dreambooth. Vaguely inspired by Gorillaz, FLCL, and Yoji Shinkawa. Use **_nvinkpunk_** in your prompts.
|
19 |
+
|
20 |
+
# Gradio
|
21 |
+
|
22 |
+
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Inkpunk-Diffusion:
|
23 |
+
[![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/akhaliq/Inkpunk-Diffusion)
|
24 |
+
|
25 |
+
# Sample images
|
26 |
+
![output Samples v2](https://huggingface.co/Envvi/Inkpunk-Diffusion/resolve/main/inkpunk-v2-samples-1.png)
|
27 |
+
![output Samples v2](https://huggingface.co/Envvi/Inkpunk-Diffusion/resolve/main/inkpunk-v2-samples-2.png)
|