Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,62 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
4 |
+
<div style="display: flex; flex-direction: row; flex-wrap: wrap">
|
5 |
+
<a href="https://www.patreon.com/user?u=29466374" target="_blank">
|
6 |
+
<img src="https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white" alt="Patreon"/>
|
7 |
+
</a>
|
8 |
+
<a href="https://twitter.com/nerijs" target="_blank">
|
9 |
+
<img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter"/>
|
10 |
+
</a>
|
11 |
+
</div>
|
12 |
+
|
13 |
+
# isopixel-diffusion-v1
|
14 |
+
Stable Diffusion v2-768 model trained on to generate isometric pixel art
|
15 |
+
<div style="display: flex; flex-direction: row; flex-wrap: wrap">
|
16 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669957996471-6303f37c3926de1f7ec42d3e.png" width="256">
|
17 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669958023998-6303f37c3926de1f7ec42d3e.png" width="256">
|
18 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669958037455-6303f37c3926de1f7ec42d3e.png" width="256">
|
19 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669958067857-6303f37c3926de1f7ec42d3e.png" width="256">
|
20 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669958100092-6303f37c3926de1f7ec42d3e.png" width="256">
|
21 |
+
</div>
|
22 |
+
|
23 |
+
## How to use
|
24 |
+
- Download the model and use it on your desired UI (Tested on AUTOMATIC1111's) Currently only .ckpt version is supported
|
25 |
+
- Trigger the style in your prompt with the **isopixel** token, look at the next section for more examples
|
26 |
+
|
27 |
+
## Versions
|
28 |
+
- **v1**: 2500, 4000 and 5000 steps checkpoints available to download
|
29 |
+
|
30 |
+
## Examples
|
31 |
+
**isometric bedroom, isopixel style**
|
32 |
+
Steps: 50, Sampler: Euler a, CFG scale: 7.5, Size: 768x768
|
33 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669958684775-6303f37c3926de1f7ec42d3e.png" width="512"/>
|
34 |
+
|
35 |
+
**isometric sushi store, isopixel style**
|
36 |
+
Steps: 50, Sampler: Euler a, CFG scale: 7.5, Size: 768x768
|
37 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669958822683-6303f37c3926de1f7ec42d3e.png" width="512"/>
|
38 |
+
|
39 |
+
**isometric gas station, isopixel style**
|
40 |
+
Steps: 50, Sampler: Euler a, CFG scale: 7.5, Size: 768x768
|
41 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669958976478-6303f37c3926de1f7ec42d3e.png" width="512"/>
|
42 |
+
|
43 |
+
**isometric magical forest, isopixel style**
|
44 |
+
Steps: 50, Sampler: Euler a, CFG scale: 7.5, Size: 768x768
|
45 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1669959188129-6303f37c3926de1f7ec42d3e.png" width="512"/>
|
46 |
+
|
47 |
+
## Tips
|
48 |
+
- Always use 768x768
|
49 |
+
- High step count on Euler_a gives the best results
|
50 |
+
- Low CFG scale outputs great results
|
51 |
+
- You can use a tool like Pixelator to achieve a better effect. This model **isn't pixel perfect** (yet 😉)
|
52 |
+
|
53 |
+
Please consider supporting further research on my Patreon:
|
54 |
+
<a href="https://www.patreon.com/user?u=29466374" target="_blank">
|
55 |
+
<img src="https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white" alt="Patreon"/>
|
56 |
+
</a>
|
57 |
+
|
58 |
+
If you have any question, suggestion for new models or need help in general with SD related stuff, don't hesistate to reach out on Twitter:
|
59 |
+
<a href="https://twitter.com/nerijs" target="_blank">
|
60 |
+
<img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter"/>
|
61 |
+
</a>
|
62 |
+
|