Epoch 250
Browse files- checkpoint-100000/optimizer.bin +3 -0
- checkpoint-100000/random_states_0.pkl +3 -0
- checkpoint-100000/scheduler.bin +3 -0
- checkpoint-100000/unet/config.json +43 -0
- checkpoint-100000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-100000/unet_ema/config.json +50 -0
- checkpoint-100000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-100000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acf676c5d6871e9f574ae15ade46d72a030a5724e1e7eac8ab579b4723c29535
|
3 |
+
size 13965690
|
checkpoint-100000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1da18f783bba67f3ae00c8e349b1249f76c631a99a285f5dca2e7af06cecc726
|
3 |
+
size 14344
|
checkpoint-100000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:286e4ab5f1c35524e1e78ee205a5c7792bd3a401fa8593088ccff5d701db5f4c
|
3 |
+
size 1000
|
checkpoint-100000/unet/config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.27.2",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": null,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
32,
|
10 |
+
64,
|
11 |
+
64
|
12 |
+
],
|
13 |
+
"center_input_sample": true,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"down_block_types": [
|
16 |
+
"DownBlock2D",
|
17 |
+
"AttnDownBlock2D",
|
18 |
+
"AttnDownBlock2D"
|
19 |
+
],
|
20 |
+
"downsample_padding": 1,
|
21 |
+
"downsample_type": "conv",
|
22 |
+
"dropout": 0.0,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 1,
|
26 |
+
"layers_per_block": 2,
|
27 |
+
"mid_block_scale_factor": 1.41421356237,
|
28 |
+
"norm_eps": 1e-06,
|
29 |
+
"norm_num_groups": 32,
|
30 |
+
"num_class_embeds": 11,
|
31 |
+
"num_train_timesteps": null,
|
32 |
+
"out_channels": 1,
|
33 |
+
"resnet_time_scale_shift": "default",
|
34 |
+
"sample_size": 32,
|
35 |
+
"set_W_to_weight": false,
|
36 |
+
"time_embedding_type": "fourier",
|
37 |
+
"up_block_types": [
|
38 |
+
"AttnUpBlock2D",
|
39 |
+
"AttnUpBlock2D",
|
40 |
+
"UpBlock2D"
|
41 |
+
],
|
42 |
+
"upsample_type": "conv"
|
43 |
+
}
|
checkpoint-100000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18dbaa7d804380af449f135bda471a1d34a2a1ab94f625564b94d92e705bede4
|
3 |
+
size 6882884
|
checkpoint-100000/unet_ema/config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.27.2",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": null,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
32,
|
10 |
+
64,
|
11 |
+
64
|
12 |
+
],
|
13 |
+
"center_input_sample": true,
|
14 |
+
"class_embed_type": null,
|
15 |
+
"decay": 0.9999,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"AttnDownBlock2D",
|
19 |
+
"AttnDownBlock2D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"downsample_type": "conv",
|
23 |
+
"dropout": 0.0,
|
24 |
+
"flip_sin_to_cos": true,
|
25 |
+
"freq_shift": 0,
|
26 |
+
"in_channels": 1,
|
27 |
+
"inv_gamma": 1.0,
|
28 |
+
"layers_per_block": 2,
|
29 |
+
"mid_block_scale_factor": 1.41421356237,
|
30 |
+
"min_decay": 0.0,
|
31 |
+
"norm_eps": 1e-06,
|
32 |
+
"norm_num_groups": 32,
|
33 |
+
"num_class_embeds": 11,
|
34 |
+
"num_train_timesteps": null,
|
35 |
+
"optimization_step": 100000,
|
36 |
+
"out_channels": 1,
|
37 |
+
"power": 0.75,
|
38 |
+
"resnet_time_scale_shift": "default",
|
39 |
+
"sample_size": 32,
|
40 |
+
"set_W_to_weight": false,
|
41 |
+
"time_embedding_type": "fourier",
|
42 |
+
"up_block_types": [
|
43 |
+
"AttnUpBlock2D",
|
44 |
+
"AttnUpBlock2D",
|
45 |
+
"UpBlock2D"
|
46 |
+
],
|
47 |
+
"update_after_step": 0,
|
48 |
+
"upsample_type": "conv",
|
49 |
+
"use_ema_warmup": true
|
50 |
+
}
|
checkpoint-100000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c23d7725180b31ebd6e9b6b6372674421a89187580c44d819739a95be3340a6
|
3 |
+
size 6882884
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6882884
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcd729b60c6fa1a6ab8297e266bcdd0953dd56b99d1b2104c098635eea0efa15
|
3 |
size 6882884
|