JuyeopDang commited on
Commit
baeb9e2
·
verified ·
1 Parent(s): 08b94bc

Upload 12 files

Browse files
models/CLIP/asian_composite_clip.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da5a94aaafb8dffcad3ebd0d698933416f82a186a0140425f326c13ca1c07cb0
3
+ size 1144165570
models/configs/celeba_config.yaml ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ encoder:
2
+ in_channels: 3
3
+ resolution: 128
4
+ channels: 128
5
+ channels_multipliers: [1, 2, 4]
6
+ z_channels: 3
7
+ num_res_blocks: 2
8
+ dropout: 0.0
9
+
10
+ decoder:
11
+ in_channels: 3
12
+ out_channels: 3
13
+ resolution: 128
14
+ channels: 128
15
+ channels_multipliers: [1, 2, 4]
16
+ z_channels: 6
17
+ num_res_blocks: 2
18
+ dropout: 0.0
19
+
20
+ vae:
21
+ embed_dim: 3
22
+ kld_weight: 1e-6
23
+
24
+ sampler:
25
+ beta: 'linear'
26
+ T: 1000
27
+ ddim_T: 100
28
+ ddim_eta: 1
29
+
30
+ unet:
31
+ dim: 224
32
+ dim_mults: [1, 2, 3, 4]
33
+ channels: 3
models/configs/cifar10_config.yaml ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ encoder:
2
+ in_channels: 3
3
+ resolution: 32
4
+ channels: 128
5
+ channels_multipliers: [1, 2,]
6
+ z_channels: 3
7
+ num_res_blocks: 2
8
+ dropout: 0.0
9
+
10
+ decoder:
11
+ in_channels: 3
12
+ out_channels: 3
13
+ resolution: 32
14
+ channels: 128
15
+ channels_multipliers: [1, 2,]
16
+ z_channels: 6
17
+ num_res_blocks: 2
18
+ dropout: 0.0
19
+
20
+ vae:
21
+ embed_dim: 3
22
+ kld_weight: 1e-6
23
+
24
+ sampler:
25
+ beta: 'linear'
26
+ T: 1000
27
+ ddim_T: 100
28
+ ddim_eta: 1
29
+
30
+ unet:
31
+ dim: 224
32
+ dim_mults: [1, 2, 3, 4]
33
+ channels: 3
models/configs/composite_clip_config.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ text_encoder:
2
+ number_of_features: 512
3
+ number_of_heads: 8
4
+ number_of_transformer_layers: 6
5
+ context_length: 77
6
+ embed_dim: 512
7
+
8
+ image_encoder:
9
+ in_channels: 3
10
+ resolution: 256
11
+ patch_size: 32
12
+ number_of_features: 768
13
+ number_of_heads: 12
14
+ number_of_transformer_layers: 6
15
+ embed_dim: 512
models/configs/composite_config.yaml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ encoder:
2
+ in_channels: 3
3
+ resolution: 256
4
+ channels: 128
5
+ channels_multipliers: [1, 2, 4]
6
+ z_channels: 3
7
+ num_res_blocks: 2
8
+ dropout: 0.0
9
+
10
+ decoder:
11
+ in_channels: 3
12
+ out_channels: 3
13
+ resolution: 256
14
+ channels: 128
15
+ channels_multipliers: [1, 2, 4]
16
+ z_channels: 6
17
+ num_res_blocks: 2
18
+ dropout: 0.0
19
+
20
+ vae:
21
+ embed_dim: 3
22
+ kld_weight: 1e-6
23
+
24
+ sampler:
25
+ beta: 'linear'
26
+ T: 1000
27
+ ddim_T: 100
28
+ ddim_eta: 1
29
+
30
+ unet:
31
+ dim: 256
32
+ dim_mults: [1, 2, 3, 4]
33
+ channels: 3
34
+ latent_dim: 3
35
+ text_dim: 512
models/diffusion_models/asian_composite_dm_with_clip.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9aea96f18ee416827c2d64275c724edc919666b90a49ca91dd92bbe94562f27
3
+ size 4838220794
models/diffusion_models/asian_composite_dm_with_koclip.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39756443a8926423dfe945fe3222726b0f9de280a0d578c729f9ee4c0109881f
3
+ size 7667082930
models/diffusion_models/celeba_dm.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb7aa6e68885d25be62bb080cf15ce93fd651a84d5ecee9a81e56e341d2dc3ff
3
+ size 3133237417
models/diffusion_models/cifar_dm.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97a23d78979410c490de33b8bf5d91a990fa7baec1ba5cda9cd83a2102b2a9a8
3
+ size 2858641545
models/vae/asian_composite_vae.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e6e9dcedab8380b6d2ab811d7d584fa52b7b6e4a25e5866af1e1544eb7817d6
3
+ size 721608906
models/vae/celeba_vae.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec6348e3d5a8f5db2b541170ecfa7cbfc01cd8dcb15d51ba5c3d2ccb49d4f9a7
3
+ size 721603114
models/vae/cifar_vae.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36de480b5b4b3c80d6f4a0c2a01a9fb51e2b19a7da91d0f13f732fd1d0f8c7f3
3
+ size 172423562