merkol commited on
Commit
7bea953
1 Parent(s): 25d48c2
checkpoint-405000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e494088e0ce682731939360424a83056c01b675829b6bbc8b049166b4aa3576
3
+ size 2192811874
checkpoint-405000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31a1f0f6b0ccf896dfa5c953f9e8c8d3e7b2a5723821c55265b2478d5f527f72
3
+ size 14408
checkpoint-405000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3ab46ad46679a1b1f6b5f67afeb485377e5a2e0c950a2eb59897a998b93f8f
3
+ size 988
checkpoint-405000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4321e6a73b49255beada0e5ddce20a5b7de2670c90fa86cc2d35a187c8c8169d
3
+ size 1000
checkpoint-405000/unet/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 224,
10
+ 448,
11
+ 672,
12
+ 896
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "AttnDownBlock2D",
19
+ "AttnDownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "downsample_type": "conv",
24
+ "dropout": 0.0,
25
+ "flip_sin_to_cos": true,
26
+ "freq_shift": 0,
27
+ "in_channels": 3,
28
+ "layers_per_block": 2,
29
+ "mid_block_scale_factor": 1,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "num_train_timesteps": null,
34
+ "out_channels": 3,
35
+ "resnet_time_scale_shift": "default",
36
+ "sample_size": 64,
37
+ "time_embedding_type": "positional",
38
+ "up_block_types": [
39
+ "AttnUpBlock2D",
40
+ "AttnUpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D"
43
+ ],
44
+ "upsample_type": "conv"
45
+ }
checkpoint-405000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf0e6ea8686aaf1cef8928f3afe0781ad159f4542c7aba05f07970fe3c5ea107
3
+ size 1096271348
checkpoint-405000/unet_ema/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 224,
10
+ 448,
11
+ 672,
12
+ 896
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "decay": 0.9999,
17
+ "down_block_types": [
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D",
20
+ "AttnDownBlock2D",
21
+ "AttnDownBlock2D"
22
+ ],
23
+ "downsample_padding": 1,
24
+ "downsample_type": "conv",
25
+ "dropout": 0.0,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 3,
29
+ "inv_gamma": 1.0,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "min_decay": 0.0,
33
+ "norm_eps": 1e-05,
34
+ "norm_num_groups": 32,
35
+ "num_class_embeds": null,
36
+ "num_train_timesteps": null,
37
+ "optimization_step": 405000,
38
+ "out_channels": 3,
39
+ "power": 0.75,
40
+ "resnet_time_scale_shift": "default",
41
+ "sample_size": 64,
42
+ "time_embedding_type": "positional",
43
+ "up_block_types": [
44
+ "AttnUpBlock2D",
45
+ "AttnUpBlock2D",
46
+ "AttnUpBlock2D",
47
+ "UpBlock2D"
48
+ ],
49
+ "update_after_step": 0,
50
+ "upsample_type": "conv",
51
+ "use_ema_warmup": true
52
+ }
checkpoint-405000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df9c3554497f32b529cde0d1cd4315086e6d09bb7ec00eda183e1053cfec9501
3
+ size 1096271348
checkpoint-420000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4512a041b4ae3aa7096d4d0f2e9c8df72dcd6a1bd326fb17af23c9c096010b6
3
+ size 2192811874
checkpoint-420000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2dc82a2fed20b1435a61a27b4ff188a35e4333ad74d18d20b2aa3380943c127
3
+ size 14408
checkpoint-420000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93a65a7a58c0830096eb822320a957e24fb2b1cefb12bca70a0c85ef4fb8722
3
+ size 988
checkpoint-420000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea12465ce23e28b82eaa9771838b684bf4918e8cc4765b7d9827df7ab59d12c
3
+ size 1000
checkpoint-420000/unet/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 224,
10
+ 448,
11
+ 672,
12
+ 896
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "AttnDownBlock2D",
19
+ "AttnDownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "downsample_type": "conv",
24
+ "dropout": 0.0,
25
+ "flip_sin_to_cos": true,
26
+ "freq_shift": 0,
27
+ "in_channels": 3,
28
+ "layers_per_block": 2,
29
+ "mid_block_scale_factor": 1,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "num_train_timesteps": null,
34
+ "out_channels": 3,
35
+ "resnet_time_scale_shift": "default",
36
+ "sample_size": 64,
37
+ "time_embedding_type": "positional",
38
+ "up_block_types": [
39
+ "AttnUpBlock2D",
40
+ "AttnUpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D"
43
+ ],
44
+ "upsample_type": "conv"
45
+ }
checkpoint-420000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da2dbed28272c7c00a6b1c90396a15b61818e206dc6c24b9c067feb947291aba
3
+ size 1096271348
checkpoint-420000/unet_ema/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 224,
10
+ 448,
11
+ 672,
12
+ 896
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "decay": 0.9999,
17
+ "down_block_types": [
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D",
20
+ "AttnDownBlock2D",
21
+ "AttnDownBlock2D"
22
+ ],
23
+ "downsample_padding": 1,
24
+ "downsample_type": "conv",
25
+ "dropout": 0.0,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 3,
29
+ "inv_gamma": 1.0,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "min_decay": 0.0,
33
+ "norm_eps": 1e-05,
34
+ "norm_num_groups": 32,
35
+ "num_class_embeds": null,
36
+ "num_train_timesteps": null,
37
+ "optimization_step": 420000,
38
+ "out_channels": 3,
39
+ "power": 0.75,
40
+ "resnet_time_scale_shift": "default",
41
+ "sample_size": 64,
42
+ "time_embedding_type": "positional",
43
+ "up_block_types": [
44
+ "AttnUpBlock2D",
45
+ "AttnUpBlock2D",
46
+ "AttnUpBlock2D",
47
+ "UpBlock2D"
48
+ ],
49
+ "update_after_step": 0,
50
+ "upsample_type": "conv",
51
+ "use_ema_warmup": true
52
+ }
checkpoint-420000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe020554514c58b88c337af2891d5e465929bb170cc19bd0b7373dedae496d00
3
+ size 1096271348
checkpoint-435000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c461b04d662d696b4702a2d80ae86f724651767355199f1545b79b31bf8ef0
3
+ size 2192811874
checkpoint-435000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae5e576ae01ce49cdea7396aeb30bf3fa2c7c65f6b1cbe72bba2c0967f8ed53e
3
+ size 14408
checkpoint-435000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d7736609ef43276caf6f30ca8addb65050b117b026c38acff2f6d67ddbbe5e
3
+ size 988
checkpoint-435000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44f871f8f7e1c7447b116cf41ca2473c5d02639fdf251f041d9220c09518459
3
+ size 1000
checkpoint-435000/unet/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 224,
10
+ 448,
11
+ 672,
12
+ 896
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "down_block_types": [
17
+ "DownBlock2D",
18
+ "AttnDownBlock2D",
19
+ "AttnDownBlock2D",
20
+ "AttnDownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "downsample_type": "conv",
24
+ "dropout": 0.0,
25
+ "flip_sin_to_cos": true,
26
+ "freq_shift": 0,
27
+ "in_channels": 3,
28
+ "layers_per_block": 2,
29
+ "mid_block_scale_factor": 1,
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "num_train_timesteps": null,
34
+ "out_channels": 3,
35
+ "resnet_time_scale_shift": "default",
36
+ "sample_size": 64,
37
+ "time_embedding_type": "positional",
38
+ "up_block_types": [
39
+ "AttnUpBlock2D",
40
+ "AttnUpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D"
43
+ ],
44
+ "upsample_type": "conv"
45
+ }
checkpoint-435000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a97c8a6719fbb86c97b933f1d1ddfad08b5655d7228833bd66522a6ba36d65
3
+ size 1096271348
checkpoint-435000/unet_ema/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 224,
10
+ 448,
11
+ 672,
12
+ 896
13
+ ],
14
+ "center_input_sample": false,
15
+ "class_embed_type": null,
16
+ "decay": 0.9999,
17
+ "down_block_types": [
18
+ "DownBlock2D",
19
+ "AttnDownBlock2D",
20
+ "AttnDownBlock2D",
21
+ "AttnDownBlock2D"
22
+ ],
23
+ "downsample_padding": 1,
24
+ "downsample_type": "conv",
25
+ "dropout": 0.0,
26
+ "flip_sin_to_cos": true,
27
+ "freq_shift": 0,
28
+ "in_channels": 3,
29
+ "inv_gamma": 1.0,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "min_decay": 0.0,
33
+ "norm_eps": 1e-05,
34
+ "norm_num_groups": 32,
35
+ "num_class_embeds": null,
36
+ "num_train_timesteps": null,
37
+ "optimization_step": 435000,
38
+ "out_channels": 3,
39
+ "power": 0.75,
40
+ "resnet_time_scale_shift": "default",
41
+ "sample_size": 64,
42
+ "time_embedding_type": "positional",
43
+ "up_block_types": [
44
+ "AttnUpBlock2D",
45
+ "AttnUpBlock2D",
46
+ "AttnUpBlock2D",
47
+ "UpBlock2D"
48
+ ],
49
+ "update_after_step": 0,
50
+ "upsample_type": "conv",
51
+ "use_ema_warmup": true
52
+ }
checkpoint-435000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00763fa9c2c88434f57d9ed797a8cdd06be0a0034d879a310ec51432d678e852
3
+ size 1096271348
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c40c03e5aa67b77e9a24f07bff1d5d41bf6f87b9b5000f0892c3a1d1ec05538
3
  size 1096271348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea20c2ef6481d1744b1475b354c6cd374ea37f572356f617f5eca8de641c589
3
  size 1096271348