Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,11 @@ widget:
|
|
17 |
output:
|
18 |
url: https://cdn-uploads.huggingface.co/production/uploads/6303f37c3926de1f7ec42d3e/tY19J3xWDlSY2hhTTHySc.jpeg
|
19 |
---
|
20 |
-
# Pixel Art XL
|
21 |
-
## Consider supporting further research on [Patreon](https://www.patreon.com/user?u=29466374) or [Twitter](https://twitter.com/nerijs)
|
22 |
|
23 |
-
<Gallery />
|
24 |
|
|
|
|
|
25 |
|
26 |
Downscale 8 times to get pixel perfect images (use Nearest Neighbors)
|
27 |
Use a fixed VAE to avoid artifacts (0.9 or fp16 fix)
|
@@ -58,4 +58,9 @@ Works great with isometric and non-isometric
|
|
58 |
Works with 0.9 and 1.0
|
59 |
|
60 |
#### Changelog
|
61 |
-
v1: Initial release
|
|
|
|
|
|
|
|
|
|
|
|
17 |
output:
|
18 |
url: https://cdn-uploads.huggingface.co/production/uploads/6303f37c3926de1f7ec42d3e/tY19J3xWDlSY2hhTTHySc.jpeg
|
19 |
---
|
20 |
+
# Pixel Art XL - Neuron
|
|
|
21 |
|
|
|
22 |
|
23 |
+

|
24 |
+

|
25 |
|
26 |
Downscale 8 times to get pixel perfect images (use Nearest Neighbors)
|
27 |
Use a fixed VAE to avoid artifacts (0.9 or fp16 fix)
|
|
|
58 |
Works with 0.9 and 1.0
|
59 |
|
60 |
#### Changelog
|
61 |
+
v1: Initial release
|
62 |
+
|
63 |
+
## Support the creators further research on [Patreon](https://www.patreon.com/user?u=29466374) or [Twitter](https://twitter.com/nerijs)
|
64 |
+
|
65 |
+
## Original Model
|
66 |
+
[Model](https://huggingface.co/nerijs/pixel-art-xl)
|