Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
---
|
| 4 |
+
# Pixel Art XL
|
| 5 |
+
## Consider supporting further research on [Patreon](https://www.patreon.com/user?u=29466374) or [Twitter](https://twitter.com/nerijs)
|
| 6 |
+
|
| 7 |
+

|
| 8 |
+

|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
Downscale 8 times to get pixel perfect images (use Nearest Neighbors)
|
| 12 |
+
Use a fixed VAE to avoid artifacts (0.9 or fp16 fix)
|
| 13 |
+
|
| 14 |
+
### Tips:
|
| 15 |
+
Don't use refiner
|
| 16 |
+
|
| 17 |
+
Works great with only 1 text encoder
|
| 18 |
+
|
| 19 |
+
No style prompt required
|
| 20 |
+
|
| 21 |
+
No trigger keyword require
|
| 22 |
+
|
| 23 |
+
Works great with isometric and non-isometric
|
| 24 |
+
|
| 25 |
+
Works with 0.9 and 1.0
|
| 26 |
+
|
| 27 |
+
#### Changelog
|
| 28 |
+
v1: Initial release
|