codehappy commited on
Commit
4a2cfca
·
verified ·
1 Parent(s): fbdb5f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ base_model:
4
+ - stabilityai/stable-diffusion-xl-base-1.0
5
  ---
6
+
7
+ A latent diffusion model (LDM) geared toward illustration, style composability, and sample variety. Addresses a few deficiencies with the SDXL base model.
8
+
9
+ * Architecture: SD XL (base model is v1.0)
10
+ * Training procedure: U-Net fully unfrozen, all-parameter continued pretraining at LR between 3e-8 and 3e-7 for 14,290,000 steps (at epoch 14).
11
+
12
+ Trained on the Puzzle Box dataset, a large collection of permissively licensed images from the public Internet (or generated by previous Puzzle Box models). Each image has from 3 to 15 different captions which are used interchangably during training. There are 8.2 million images and 54 million captions in the dataset.
13
+
14
+ The model is substantially better than the base SDXL model at producing images that look like film photographs, any kind of cartoon art, or old artist styles. It's also heavily tuned toward personal aesthetic preference.
15
+
16
+ Prompt adherence is unusually good; aesthetics are generally better by human evaluation for generations between 1/4 and 1/2 megapixel in size.