crumb commited on
Commit
15e3502
1 Parent(s): 0b5fca3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -17,12 +17,14 @@ extra_gated_prompt: |-
17
  extra_gated_heading: Please read the LICENSE to access this model
18
  ---
19
 
 
 
20
  Current models:
21
 
22
  | name | description | datasets used |
23
  | --- | --- | --- |
24
- | doohickey/doohickey-mega/v1-3000steps.ckpt | first try, rlly good hd, bad results w/ other aspect ratios than 1:1| A-1k|
25
- | doohickey/doohickey-mega/v2-3000steps.ckpt | worse | A-1k + LAION-2b-En-Aesthetic|
26
  | 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 |
27
  | doohickey/doohickey-mega/v3-6000.ckpt | 3k steps on top of v3-3000.ckpt, better at hands! (just UNet finetune) | A-1k |
28
  | 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 |
 
17
  extra_gated_heading: Please read the LICENSE to access this model
18
  ---
19
 
20
+ Models better suited for High-Resolution Image Synthesis (specifically made for Doohickey)
21
+
22
  Current models:
23
 
24
  | name | description | datasets used |
25
  | --- | --- | --- |
26
+ | doohickey/doohickey-mega/v1-3000steps.ckpt | first try, rlly good hd, bad results w/ other aspect ratios than 1:1 trained at 704x704 | A-1k|
27
+ | doohickey/doohickey-mega/v2-3000steps.ckpt | same as last one but worse | A-1k + ~1k samples from LAION-2b-En-Aesthetic >=768x768 |
28
  | 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 |
29
  | doohickey/doohickey-mega/v3-6000.ckpt | 3k steps on top of v3-3000.ckpt, better at hands! (just UNet finetune) | A-1k |
30
  | 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 |