thomaseding commited on
Commit
0fd247d
1 Parent(s): 58bf9a0

Update readme.

Browse files
Files changed (2) hide show
  1. .vscode/settings.json +6 -0
  2. README.md +4 -0
.vscode/settings.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "cSpell.words": [
3
+ "creativeml",
4
+ "openrail"
5
+ ]
6
+ }
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+
5
+ Stable Diffusion 1.5 fine tuned VAE decoder for better pixel art generation by aliasing the output of the decoder.
6
+
7
+ Fine tuning was done by training 50 thousand images for 1 epoch effective batch size 12. I preprocessed the images to quantize each 8x8 tile to its average color. On a RTX3090, this took about 4 hours to fine-tune. Used only MSE loss at 1e-5 learning rate. The training data set was just generated from other stable diffusion models, mostly cartoon-like images.