lingcarzy ProGamerGov commited on
Commit
e40fe7e
·
0 Parent(s):

Duplicate from ProGamerGov/StableDiffusion-v1-5-Regularization-Images

Browse files
.gitattributes ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ftz filter=lfs diff=lfs merge=lfs -text
6
+ *.gz filter=lfs diff=lfs merge=lfs -text
7
+ *.h5 filter=lfs diff=lfs merge=lfs -text
8
+ *.joblib filter=lfs diff=lfs merge=lfs -text
9
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tflite filter=lfs diff=lfs merge=lfs -text
29
+ *.tgz filter=lfs diff=lfs merge=lfs -text
30
+ *.wasm filter=lfs diff=lfs merge=lfs -text
31
+ *.xz filter=lfs diff=lfs merge=lfs -text
32
+ *.zip filter=lfs diff=lfs merge=lfs -text
33
+ *.zst filter=lfs diff=lfs merge=lfs -text
34
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ # Audio files - uncompressed
36
+ *.pcm filter=lfs diff=lfs merge=lfs -text
37
+ *.sam filter=lfs diff=lfs merge=lfs -text
38
+ *.raw filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - compressed
40
+ *.aac filter=lfs diff=lfs merge=lfs -text
41
+ *.flac filter=lfs diff=lfs merge=lfs -text
42
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
43
+ *.ogg filter=lfs diff=lfs merge=lfs -text
44
+ *.wav filter=lfs diff=lfs merge=lfs -text
45
+ # Image files - uncompressed
46
+ *.bmp filter=lfs diff=lfs merge=lfs -text
47
+ *.gif filter=lfs diff=lfs merge=lfs -text
48
+ *.png filter=lfs diff=lfs merge=lfs -text
49
+ *.tiff filter=lfs diff=lfs merge=lfs -text
50
+ # Image files - compressed
51
+ *.jpg filter=lfs diff=lfs merge=lfs -text
52
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
53
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+
4
+ tags:
5
+ - image-text-dataset
6
+ - synthetic-dataset
7
+ ---
8
+
9
+
10
+ A collection of regularization / class instance datasets for the [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) model to use for DreamBooth prior preservation loss training. Files labeled with "mse vae" used the [stabilityai/sd-vae-ft-mse](https://huggingface.co/stabilityai/sd-vae-ft-mse) VAE. For ease of use, datasets are stored as zip files containing 512x512 PNG images. The number of images in each zip file is specified at the end of the filename.
11
+
12
+ There is currently a bug where HuggingFace is incorrectly reporting that the datasets are pickled. They are not picked, they are simple ZIP files containing the images.
13
+
14
+
15
+ Currently this repository contains the following datasets (datasets are named after the prompt they used):
16
+
17
+ Art Styles
18
+
19
+ * "**artwork style**": 4125 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
20
+
21
+ * "**artwork style**": 4200 images generated using 50 DPM++ 2S a Karras steps and a CFG of 7, using the MSE VAE. A negative prompt of "text" was also used for this dataset.
22
+
23
+ * "**artwork style**": 2750 images generated using 50 DPM++ 2S a Karras steps and a CFG of 7, using the MSE VAE.
24
+
25
+ * "**illustration style**": 3050 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
26
+
27
+ * "**erotic photography**": 2760 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
28
+
29
+ * "**landscape photography**": 2500 images generated using 50 DPM++ 2S a Karras steps and a CFG of 7, using the MSE VAE. A negative prompt of "b&w, text" was also used for this dataset.
30
+
31
+ People
32
+
33
+ * "**person**": 2115 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
34
+
35
+ * "**woman**": 4420 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
36
+
37
+ * "**guy**": 4820 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
38
+
39
+ * "**supermodel**": 4411 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
40
+
41
+ * "**bikini model**": 4260 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
42
+
43
+ * "**sexy athlete**": 5020 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
44
+
45
+ * "**femme fatale**": 4725 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
46
+
47
+ * "**sexy man**": 3505 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
48
+
49
+ * "**sexy woman**": 3500 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
50
+
51
+ Animals
52
+
53
+ * "**kitty**": 5100 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
54
+
55
+ * "**cat**": 2050 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
56
+
57
+ Vehicles
58
+
59
+ * "**fighter jet**": 1600 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
60
+
61
+ * "**train**": 2669 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
62
+
63
+ * "**car**": 3150 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
64
+
65
+ Themes
66
+
67
+ * "**cyberpunk**": 3040 images generated using 50 DDIM steps and a CFG of 7, using the MSE VAE.
68
+
69
+
70
+ I used the "Generate Forever" feature in [AUTOMATIC1111's WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) to create thousands of images for each dataset. Every image in a particular dataset uses the exact same settings, with only the seed value being different.
71
+
72
+ You can use my regularization / class image datasets with: https://github.com/ShivamShrirao/diffusers, https://github.com/JoePenna/Dreambooth-Stable-Diffusion, https://github.com/TheLastBen/fast-stable-diffusion, and any other DreamBooth projects that have support for prior preservation loss.
artwork_style_neg_text_v1-5_mse_vae_dpm2SaKarras50_cfg7_n4200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3935754b08d50bcdf30c749db9e13399ed02f2004aa630b23d20620a36a03d1
3
+ size 2133468066
artwork_style_v1-5_mse_vae_ddim50_cfg7_n4125.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52f8515a375169f77769b6efbabd5f5670fd77a03f6d3db4903a30ea624901c7
3
+ size 2204790785
artwork_style_v1-5_mse_vae_dpm2SaKarras50_cfg7_n2750.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426ce1b9cd2ef5e1bb4ba0e329c4e1dc66c83ff4dd7fe24f400f861ff7d1d931
3
+ size 1403756198
bikini_model_v1-5_mse_vae_ddim50_cfg7_n4260.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2604071517837dc2cc3c33e157cdda4fc35cf56fb9a4ad6ccdf4f895b43f6b36
3
+ size 1748414621
car_v1-5_mse_vae_ddim50_cfg7_n3150.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a2ef1c15ff57ba66e5b17ee17ae1158955f54b1fd9ab7f4ece576810f057eb
3
+ size 1390338532
cat_v1-5_mse_vae_ddim50_cfg7_n2050.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ced2b4cd8ca0da5c61fd2856e2ab3b33ca993e4a4ee0b3224d55c5f6fd32db
3
+ size 909660491
cyberpunk_v1-5_mse_vae_ddim50_cfg7_n3040.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44895432dcd8c3c0dbaf60165cffbff17231bf8ac72756efab2e93f202e4ccda
3
+ size 1448522215
erotic_photography_v1-5_mse_vae_ddim50_cfg7_n2760.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f7a46b4c1888a6f85e12140ee3b1b6138742b233818840eb72a7b7f705405a
3
+ size 986506594
femme_fatale_v1-5_mse_vae_ddim50_cfg7_n4725.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ea652dd95679e2989b0ad703c6ebbad30667d744518862a8e955dd790d54043
3
+ size 1947248623
fighter_jet_v1-5_mse_vae_ddim50_cfg7_n1600.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eab8ccf0be4ada05787b6d5815f0c9d11537c1f9994621bb08f30e01669bf34c
3
+ size 557166551
guy_v1-5_mse_vae_ddim50_cfg7_n4820.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e5307dfa03e45f31487cbbcd7c0b4016f8b51c5579f868e8510316f62080727
3
+ size 2164275469
illustration_style_v1-5_mse_vae_ddim50_cfg7_n3050.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c7cb4ef55cbea4b8eb8df11fd509cc501a40a7dab83aeba6d6eef60e067b44a
3
+ size 1681359530
kitty_v1-5_mse_vae_ddim50_cfg7_n5100.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7c8d17ebc626e1c2f2cc08e6571702bd79cfcfe5320ae9a1fdeaee23080cba
3
+ size 2238673976
landscape_photography_neg_b&w_text_v1-5_mse_vae_dpm2SaKarras50_cfg7_n2500.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c33977440c708cf84e82790062aac1e0e2535080a71dfe9b530ae349aa51cb2
3
+ size 1150302240
person_v1-5_mse_vae_ddim50_cfg7_n2115.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4672608a76e47fb988e247633b699c131443cac773532a57309e43a79ba59fb2
3
+ size 966089005
sexy_athlete_v1-5_mse_vae_ddim50_cfg7_n5020.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d54948f5ae54adf27147527b5b4bc629c94e9d1e9a151d63d3ef39b1104de0c
3
+ size 2040072802
sexy_man_v1-5_mse_vae_ddim50_cfg7_n3505.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cdacd1d2251dd6ac8199af01bf72d40785dc3ceb6ceb73e4c277e811be44f9d
3
+ size 1387989768
sexy_woman_v1-5_mse_vae_ddim50_cfg7_n3500.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c126c60250ab007a6080f3213f7f69fb2db48715bc354fe3ed26fd69e8a409e9
3
+ size 1350003207
supermodel_v1-5_mse_vae_ddim50_cfg7_n4411.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f2a0705df61d6ea2dce5b71919a6e9ec597f6f66d52f1c1b913bd6c52779f5
3
+ size 1789006341
train_v1-5_mse_vae_ddim50_cfg7_n2669.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e65fb808f37f8c2f77be859de87a9e8857211b0801982325991eaf4116f323
3
+ size 1350708794
woman_v1-5_mse_vae_ddim50_cfg7_n4420.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e8110d6cbd1df7614c2f41f3b4123fe19532791fed16b1565a9b73f94139bc8
3
+ size 1882444947