Epoch 7
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- checkpoint-24500/optimizer.bin +3 -0
- checkpoint-24500/random_states_0.pkl +3 -0
- checkpoint-24500/scaler.pt +3 -0
- checkpoint-24500/scheduler.bin +3 -0
- checkpoint-24500/unet/config.json +40 -0
- checkpoint-24500/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-24500/unet_ema/config.json +47 -0
- checkpoint-24500/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint-25000/optimizer.bin +3 -0
- checkpoint-25000/random_states_0.pkl +3 -0
- checkpoint-25000/scaler.pt +3 -0
- checkpoint-25000/scheduler.bin +3 -0
- checkpoint-25000/unet/config.json +40 -0
- checkpoint-25000/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-25000/unet_ema/config.json +47 -0
- checkpoint-25000/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint-25500/optimizer.bin +3 -0
- checkpoint-25500/random_states_0.pkl +3 -0
- checkpoint-25500/scaler.pt +3 -0
- checkpoint-25500/scheduler.bin +3 -0
- checkpoint-25500/unet/config.json +40 -0
- checkpoint-25500/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-25500/unet_ema/config.json +47 -0
- checkpoint-25500/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint-26000/optimizer.bin +3 -0
- checkpoint-26000/random_states_0.pkl +3 -0
- checkpoint-26000/scaler.pt +3 -0
- checkpoint-26000/scheduler.bin +3 -0
- checkpoint-26000/unet/config.json +40 -0
- checkpoint-26000/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-26000/unet_ema/config.json +47 -0
- checkpoint-26000/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint-26500/optimizer.bin +3 -0
- checkpoint-26500/random_states_0.pkl +3 -0
- checkpoint-26500/scaler.pt +3 -0
- checkpoint-26500/scheduler.bin +3 -0
- checkpoint-26500/unet/config.json +40 -0
- checkpoint-26500/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-26500/unet_ema/config.json +47 -0
- checkpoint-26500/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint-27000/optimizer.bin +3 -0
- checkpoint-27000/random_states_0.pkl +3 -0
- checkpoint-27000/scaler.pt +3 -0
- checkpoint-27000/scheduler.bin +3 -0
- checkpoint-27000/unet/config.json +40 -0
- checkpoint-27000/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-27000/unet_ema/config.json +47 -0
- checkpoint-27000/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint-27500/optimizer.bin +3 -0
- checkpoint-27500/random_states_0.pkl +3 -0
checkpoint-24500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06b577899c0a5c30cde262c4d3eb0c2ab5a433b980d8c93c09867d7e5c69689e
|
3 |
+
size 57349893
|
checkpoint-24500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4db762ba34eb3d896273981f3c4cf4e69b304b50d0dff89a8acbc1f15daa48b
|
3 |
+
size 14599
|
checkpoint-24500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e05b640d3b0463fafe7d46759b0bade00413782c3a7b32fb6d91751c0a53300
|
3 |
+
size 557
|
checkpoint-24500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c12dc1a33be49591243f1e72ceec007b8f4cdcabed57b3f8c4c1664289e3e2f6
|
3 |
+
size 563
|
checkpoint-24500/unet/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"flip_sin_to_cos": true,
|
23 |
+
"freq_shift": 0,
|
24 |
+
"in_channels": 3,
|
25 |
+
"layers_per_block": 2,
|
26 |
+
"mid_block_scale_factor": 1,
|
27 |
+
"norm_eps": 1e-05,
|
28 |
+
"norm_num_groups": 32,
|
29 |
+
"num_class_embeds": null,
|
30 |
+
"out_channels": 3,
|
31 |
+
"resnet_time_scale_shift": "default",
|
32 |
+
"sample_size": 256,
|
33 |
+
"time_embedding_type": "positional",
|
34 |
+
"up_block_types": [
|
35 |
+
"AttnUpBlock2D",
|
36 |
+
"UpBlock2D",
|
37 |
+
"UpBlock2D",
|
38 |
+
"UpBlock2D"
|
39 |
+
]
|
40 |
+
}
|
checkpoint-24500/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dad2b189d907456f8fc751f67a3f53476dccfff59168b1f626ccf3b00838d861
|
3 |
+
size 28664529
|
checkpoint-24500/unet_ema/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"decay": 0.9999,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 3,
|
26 |
+
"inv_gamma": 1.0,
|
27 |
+
"layers_per_block": 2,
|
28 |
+
"mid_block_scale_factor": 1,
|
29 |
+
"min_decay": 0.0,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"optimization_step": 24500,
|
34 |
+
"out_channels": 3,
|
35 |
+
"power": 0.75,
|
36 |
+
"resnet_time_scale_shift": "default",
|
37 |
+
"sample_size": 256,
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D"
|
44 |
+
],
|
45 |
+
"update_after_step": 0,
|
46 |
+
"use_ema_warmup": true
|
47 |
+
}
|
checkpoint-24500/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e5809a96161ff08ffdb2c1c796dcc9ba97c340dbe623533fad80d554f0c5182
|
3 |
+
size 28659921
|
checkpoint-25000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bf84629c2c036dd5cd0e5a6c34582788d81ad09874acc889c1aa4d1ac35ac1f
|
3 |
+
size 57349893
|
checkpoint-25000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd2b4aeeacf3634d2eaa8c1e5fb1219b42cbe7757f66bb9588ab458a6306e355
|
3 |
+
size 14599
|
checkpoint-25000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed98381de93c5c6fa54e222619b07faac21e60d2313cfd3c0b54a19db0cf8386
|
3 |
+
size 557
|
checkpoint-25000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5879780e5054eeef722f72d7289f6a943313a3966d783814ab8a709fd017b145
|
3 |
+
size 563
|
checkpoint-25000/unet/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"flip_sin_to_cos": true,
|
23 |
+
"freq_shift": 0,
|
24 |
+
"in_channels": 3,
|
25 |
+
"layers_per_block": 2,
|
26 |
+
"mid_block_scale_factor": 1,
|
27 |
+
"norm_eps": 1e-05,
|
28 |
+
"norm_num_groups": 32,
|
29 |
+
"num_class_embeds": null,
|
30 |
+
"out_channels": 3,
|
31 |
+
"resnet_time_scale_shift": "default",
|
32 |
+
"sample_size": 256,
|
33 |
+
"time_embedding_type": "positional",
|
34 |
+
"up_block_types": [
|
35 |
+
"AttnUpBlock2D",
|
36 |
+
"UpBlock2D",
|
37 |
+
"UpBlock2D",
|
38 |
+
"UpBlock2D"
|
39 |
+
]
|
40 |
+
}
|
checkpoint-25000/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0d4c05d6d3b30b87e8e7d8d0e67507bc75ff1aa81061f6173ee9204a5c0091d
|
3 |
+
size 28664529
|
checkpoint-25000/unet_ema/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"decay": 0.9999,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 3,
|
26 |
+
"inv_gamma": 1.0,
|
27 |
+
"layers_per_block": 2,
|
28 |
+
"mid_block_scale_factor": 1,
|
29 |
+
"min_decay": 0.0,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"optimization_step": 25000,
|
34 |
+
"out_channels": 3,
|
35 |
+
"power": 0.75,
|
36 |
+
"resnet_time_scale_shift": "default",
|
37 |
+
"sample_size": 256,
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D"
|
44 |
+
],
|
45 |
+
"update_after_step": 0,
|
46 |
+
"use_ema_warmup": true
|
47 |
+
}
|
checkpoint-25000/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cd408f3dc2c5b2d703e5c2eb7949a219654838c53407910c4dd140075a8171c
|
3 |
+
size 28659921
|
checkpoint-25500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4856a38e2625349cd6471c2dd636172554a2a652cd29f791a911c9286da513e6
|
3 |
+
size 57349893
|
checkpoint-25500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27ef5d56dfd76f02232889938c5a5af4e210172e6845c94c5508ec4114353aa7
|
3 |
+
size 14599
|
checkpoint-25500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:625ebdf87aef5a8f82f36a28e157fe5fef4c51a1ca85001b9b12307e1d535d6a
|
3 |
+
size 557
|
checkpoint-25500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4988b65a6744fa8328e3f614648060d1a7d61f7bb14ea7b2d9ef3d8627b6e06
|
3 |
+
size 563
|
checkpoint-25500/unet/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"flip_sin_to_cos": true,
|
23 |
+
"freq_shift": 0,
|
24 |
+
"in_channels": 3,
|
25 |
+
"layers_per_block": 2,
|
26 |
+
"mid_block_scale_factor": 1,
|
27 |
+
"norm_eps": 1e-05,
|
28 |
+
"norm_num_groups": 32,
|
29 |
+
"num_class_embeds": null,
|
30 |
+
"out_channels": 3,
|
31 |
+
"resnet_time_scale_shift": "default",
|
32 |
+
"sample_size": 256,
|
33 |
+
"time_embedding_type": "positional",
|
34 |
+
"up_block_types": [
|
35 |
+
"AttnUpBlock2D",
|
36 |
+
"UpBlock2D",
|
37 |
+
"UpBlock2D",
|
38 |
+
"UpBlock2D"
|
39 |
+
]
|
40 |
+
}
|
checkpoint-25500/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69c7d06a476450d089f9dd803dcaaebc3317abd7da6675dc4ed96e96848d4d15
|
3 |
+
size 28664529
|
checkpoint-25500/unet_ema/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"decay": 0.9999,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 3,
|
26 |
+
"inv_gamma": 1.0,
|
27 |
+
"layers_per_block": 2,
|
28 |
+
"mid_block_scale_factor": 1,
|
29 |
+
"min_decay": 0.0,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"optimization_step": 25500,
|
34 |
+
"out_channels": 3,
|
35 |
+
"power": 0.75,
|
36 |
+
"resnet_time_scale_shift": "default",
|
37 |
+
"sample_size": 256,
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D"
|
44 |
+
],
|
45 |
+
"update_after_step": 0,
|
46 |
+
"use_ema_warmup": true
|
47 |
+
}
|
checkpoint-25500/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:978a1e83095d34fd197562e9ada23bf157caf8455023c98932cd345d9f9215cd
|
3 |
+
size 28659921
|
checkpoint-26000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c942821c9da1b4754668fc5b0f41c164be3528ac3ce9615d9575fd26e26ff84
|
3 |
+
size 57349893
|
checkpoint-26000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c0f18e7d1fede6589d0741272fb4d3c209ff1070bf417ead388b2218eeed575
|
3 |
+
size 14599
|
checkpoint-26000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7a399a108a3b4a144ae638c16efd7a198221d5cfed55691e70ed89dedec135a
|
3 |
+
size 557
|
checkpoint-26000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8068d45fa5162a3c159bf0001fb1248ef8de9e7ab829d0531c0faf913de51aef
|
3 |
+
size 563
|
checkpoint-26000/unet/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"flip_sin_to_cos": true,
|
23 |
+
"freq_shift": 0,
|
24 |
+
"in_channels": 3,
|
25 |
+
"layers_per_block": 2,
|
26 |
+
"mid_block_scale_factor": 1,
|
27 |
+
"norm_eps": 1e-05,
|
28 |
+
"norm_num_groups": 32,
|
29 |
+
"num_class_embeds": null,
|
30 |
+
"out_channels": 3,
|
31 |
+
"resnet_time_scale_shift": "default",
|
32 |
+
"sample_size": 256,
|
33 |
+
"time_embedding_type": "positional",
|
34 |
+
"up_block_types": [
|
35 |
+
"AttnUpBlock2D",
|
36 |
+
"UpBlock2D",
|
37 |
+
"UpBlock2D",
|
38 |
+
"UpBlock2D"
|
39 |
+
]
|
40 |
+
}
|
checkpoint-26000/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcc6fd19baffeec5de8077e91d563f71590eac1d5d9bd76c11bca13c0c25dfdb
|
3 |
+
size 28664529
|
checkpoint-26000/unet_ema/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"decay": 0.9999,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 3,
|
26 |
+
"inv_gamma": 1.0,
|
27 |
+
"layers_per_block": 2,
|
28 |
+
"mid_block_scale_factor": 1,
|
29 |
+
"min_decay": 0.0,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"optimization_step": 26000,
|
34 |
+
"out_channels": 3,
|
35 |
+
"power": 0.75,
|
36 |
+
"resnet_time_scale_shift": "default",
|
37 |
+
"sample_size": 256,
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D"
|
44 |
+
],
|
45 |
+
"update_after_step": 0,
|
46 |
+
"use_ema_warmup": true
|
47 |
+
}
|
checkpoint-26000/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f6a3340cbe60e9df5dce85d5029b25b3763de23b9e65e31682437667cdc685a
|
3 |
+
size 28659921
|
checkpoint-26500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd3beba558f1e4ecde0a7057eba862db9da42033d18302e55cbefd7dee78de32
|
3 |
+
size 57349893
|
checkpoint-26500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9e100de9568378959b93a0010afa0f5567a809c264e1ae8b06927df3a6f173d
|
3 |
+
size 14599
|
checkpoint-26500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cacbe86431f800af75b84a67d0711dbbfb1303df1f34fd7c5ac00f05c59f5ad
|
3 |
+
size 557
|
checkpoint-26500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2013a0529b4213c7be06edf193d9e0bcb8ad9024eeba4a23f16874605548d062
|
3 |
+
size 563
|
checkpoint-26500/unet/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"flip_sin_to_cos": true,
|
23 |
+
"freq_shift": 0,
|
24 |
+
"in_channels": 3,
|
25 |
+
"layers_per_block": 2,
|
26 |
+
"mid_block_scale_factor": 1,
|
27 |
+
"norm_eps": 1e-05,
|
28 |
+
"norm_num_groups": 32,
|
29 |
+
"num_class_embeds": null,
|
30 |
+
"out_channels": 3,
|
31 |
+
"resnet_time_scale_shift": "default",
|
32 |
+
"sample_size": 256,
|
33 |
+
"time_embedding_type": "positional",
|
34 |
+
"up_block_types": [
|
35 |
+
"AttnUpBlock2D",
|
36 |
+
"UpBlock2D",
|
37 |
+
"UpBlock2D",
|
38 |
+
"UpBlock2D"
|
39 |
+
]
|
40 |
+
}
|
checkpoint-26500/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e61d65284174494ece1234cfbf53466e149b1b57075e0d990f5501993cf2e4d
|
3 |
+
size 28664529
|
checkpoint-26500/unet_ema/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"decay": 0.9999,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 3,
|
26 |
+
"inv_gamma": 1.0,
|
27 |
+
"layers_per_block": 2,
|
28 |
+
"mid_block_scale_factor": 1,
|
29 |
+
"min_decay": 0.0,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"optimization_step": 26500,
|
34 |
+
"out_channels": 3,
|
35 |
+
"power": 0.75,
|
36 |
+
"resnet_time_scale_shift": "default",
|
37 |
+
"sample_size": 256,
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D"
|
44 |
+
],
|
45 |
+
"update_after_step": 0,
|
46 |
+
"use_ema_warmup": true
|
47 |
+
}
|
checkpoint-26500/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e538bc2439ee5587b12a0df237b0fddaf14eeb312ea043c5df4c1140e2c4e71
|
3 |
+
size 28659921
|
checkpoint-27000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b8f69db8ffab7021a70e1161eca13ba45088ef32d4c6873f495c6097a6198a2
|
3 |
+
size 57349893
|
checkpoint-27000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e632a41657d97eb3dfa0b8d75bd641074456bdd2bf0b0d95a7736ee10f5fb72
|
3 |
+
size 14599
|
checkpoint-27000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca146241be1def8869fd5fa9b8a15d1c2b8d6f1cf87a42199913823672ce845b
|
3 |
+
size 557
|
checkpoint-27000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a18bce5cbd79bc633409ae11f9dcd54c061387d80a440e2646494074222913c9
|
3 |
+
size 563
|
checkpoint-27000/unet/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"flip_sin_to_cos": true,
|
23 |
+
"freq_shift": 0,
|
24 |
+
"in_channels": 3,
|
25 |
+
"layers_per_block": 2,
|
26 |
+
"mid_block_scale_factor": 1,
|
27 |
+
"norm_eps": 1e-05,
|
28 |
+
"norm_num_groups": 32,
|
29 |
+
"num_class_embeds": null,
|
30 |
+
"out_channels": 3,
|
31 |
+
"resnet_time_scale_shift": "default",
|
32 |
+
"sample_size": 256,
|
33 |
+
"time_embedding_type": "positional",
|
34 |
+
"up_block_types": [
|
35 |
+
"AttnUpBlock2D",
|
36 |
+
"UpBlock2D",
|
37 |
+
"UpBlock2D",
|
38 |
+
"UpBlock2D"
|
39 |
+
]
|
40 |
+
}
|
checkpoint-27000/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50f413c3ee9aa9bc46a5dfd1f48e99ac11b2c9030b2d8c4005f82deaab21e17b
|
3 |
+
size 28664529
|
checkpoint-27000/unet_ema/config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.16.1",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
64,
|
9 |
+
64,
|
10 |
+
128,
|
11 |
+
128
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"decay": 0.9999,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 3,
|
26 |
+
"inv_gamma": 1.0,
|
27 |
+
"layers_per_block": 2,
|
28 |
+
"mid_block_scale_factor": 1,
|
29 |
+
"min_decay": 0.0,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"optimization_step": 27000,
|
34 |
+
"out_channels": 3,
|
35 |
+
"power": 0.75,
|
36 |
+
"resnet_time_scale_shift": "default",
|
37 |
+
"sample_size": 256,
|
38 |
+
"time_embedding_type": "positional",
|
39 |
+
"up_block_types": [
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D"
|
44 |
+
],
|
45 |
+
"update_after_step": 0,
|
46 |
+
"use_ema_warmup": true
|
47 |
+
}
|
checkpoint-27000/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64b0d650b1941f46761d680b9c14fab0562bc8bd84f95b916042afe190f8a879
|
3 |
+
size 28659921
|
checkpoint-27500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0cf782ea9ff6cff5ccc072664633a4184151435a37d08f70de03330ab1b267e
|
3 |
+
size 57349893
|
checkpoint-27500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22d2ec01530bf5dbe3a4a20797b06e0c9bf350d6042f6521466d56cafc1f4cb8
|
3 |
+
size 14599
|