crumb commited on
Commit
baba2ad
1 Parent(s): 24165f3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Current models:
2
+
3
+ | name | description | datasets used |
4
+ | --- | --- | --- |
5
+ | doohickey/doohickey-mega/v1-3000steps.ckpt | first try, rlly good hd, bad results w/ other aspect ratios than 1:1| A-1k|
6
+ | doohickey/doohickey-mega/v2-3000steps.ckpt | worse | A-1k + LAION-2b-En-Aesthetic|
7
+ | doohickey/doohickey-mega/v3-3000.ckpt | with new CLIP model ([laion/CLIP-ViT-L-14-laion2B-s32B-b82K](https://hf.co/laion/CLIP-ViT-L-14-laion2B-s32B-b82K)) (CLIP model also finetuned the 3k steps), models past this point were trained with various aspect ratios from 640x640 min to 768x768 max resolution. (examples 768x640 or 704x768) | A-1k + E-10k |
8
+ | doohickey/doohickey-mega/v3-6000.ckpt | 3k steps on top of v3-3000.ckpt, better at hands! (just UNet finetune) | A-1k |
9
+ | doohickey/doohickey-mega/v3-7000.ckpt | continuation of last model, I thought Colab would crash after 3k steps but it kept going for a little while saving ckpts every 1k steps. | A-1k |
10
+ | doohickey/doohickey-mega/v3-8000.ckpt | see last description, v3-6000 + 2k steps | A-1k |
11
+
12
+ Datasets:
13
+ | name | description | status |
14
+ | --- | --- | --- |
15
+ | A-1K | 1k aesthetic images, captioned with BLIP | private, worried about possible unsafe (nsfw, offensive) images or captions |
16
+ | E-10k | 10k scraped images captioned with BLIP (less refined in aesthetic) | private, worried about possible unsafe (nsfw, offensive) images or captions |