nerijs commited on
Commit
bc0dce7
1 Parent(s): ff35fec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
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
+ ![F1hS8XHXwAQrMEW.jpeg](https://cdn-uploads.huggingface.co/production/uploads/6303f37c3926de1f7ec42d3e/SSOQ9lfB1PVhXVWJiL7Mx.jpeg)
8
+ ![F1hS489X0AE-PK5.jpeg](https://cdn-uploads.huggingface.co/production/uploads/6303f37c3926de1f7ec42d3e/tY19J3xWDlSY2hhTTHySc.jpeg)
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