Commit
·
39edafa
1
Parent(s):
d12bb2e
Epoch 200
Browse files- .gitattributes +4 -0
- checkpoint-50600/optimizer.bin +3 -0
- checkpoint-50600/random_states_0.pkl +3 -0
- checkpoint-50600/scheduler.bin +3 -0
- checkpoint-50600/unet/config.json +46 -0
- checkpoint-50600/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-50600/unet_ema/config.json +53 -0
- checkpoint-50600/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint_image/200_0.png +3 -0
- checkpoint_image/200_1.png +3 -0
- checkpoint_image/200_2.png +3 -0
- checkpoint_image/200_3.png +3 -0
- logs/train_unconditional/events.out.tfevents.1684478872.DESKTOP-H595TQ5.21288.0 +2 -2
- unet/diffusion_pytorch_model.bin +1 -1
.gitattributes
CHANGED
@@ -72,3 +72,7 @@ checkpoint_image/180_0.png filter=lfs diff=lfs merge=lfs -text
|
|
72 |
checkpoint_image/180_1.png filter=lfs diff=lfs merge=lfs -text
|
73 |
checkpoint_image/180_2.png filter=lfs diff=lfs merge=lfs -text
|
74 |
checkpoint_image/180_3.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
72 |
checkpoint_image/180_1.png filter=lfs diff=lfs merge=lfs -text
|
73 |
checkpoint_image/180_2.png filter=lfs diff=lfs merge=lfs -text
|
74 |
checkpoint_image/180_3.png filter=lfs diff=lfs merge=lfs -text
|
75 |
+
checkpoint_image/200_0.png filter=lfs diff=lfs merge=lfs -text
|
76 |
+
checkpoint_image/200_1.png filter=lfs diff=lfs merge=lfs -text
|
77 |
+
checkpoint_image/200_2.png filter=lfs diff=lfs merge=lfs -text
|
78 |
+
checkpoint_image/200_3.png filter=lfs diff=lfs merge=lfs -text
|
checkpoint-50600/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:032038fc5a72f81222794180feeff804ba51cf9ba29c251a7e64e4e786e13d74
|
3 |
+
size 909763235
|
checkpoint-50600/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b40bdc93a63b0c4f531e979f907974d2a6825fd34567ca3b01e2d7f253a53eb0
|
3 |
+
size 14663
|
checkpoint-50600/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:409b3c79e08146bbc21afd72664bdf633dd70416366802c2f275eb97ce02ca27
|
3 |
+
size 563
|
checkpoint-50600/unet/config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.17.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
128,
|
9 |
+
128,
|
10 |
+
256,
|
11 |
+
256,
|
12 |
+
512,
|
13 |
+
512
|
14 |
+
],
|
15 |
+
"center_input_sample": false,
|
16 |
+
"class_embed_type": null,
|
17 |
+
"down_block_types": [
|
18 |
+
"DownBlock2D",
|
19 |
+
"DownBlock2D",
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"AttnDownBlock2D",
|
23 |
+
"DownBlock2D"
|
24 |
+
],
|
25 |
+
"downsample_padding": 1,
|
26 |
+
"flip_sin_to_cos": true,
|
27 |
+
"freq_shift": 0,
|
28 |
+
"in_channels": 3,
|
29 |
+
"layers_per_block": 2,
|
30 |
+
"mid_block_scale_factor": 1,
|
31 |
+
"norm_eps": 1e-05,
|
32 |
+
"norm_num_groups": 32,
|
33 |
+
"num_class_embeds": null,
|
34 |
+
"out_channels": 3,
|
35 |
+
"resnet_time_scale_shift": "default",
|
36 |
+
"sample_size": 128,
|
37 |
+
"time_embedding_type": "positional",
|
38 |
+
"up_block_types": [
|
39 |
+
"UpBlock2D",
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"UpBlock2D",
|
42 |
+
"UpBlock2D",
|
43 |
+
"UpBlock2D",
|
44 |
+
"UpBlock2D"
|
45 |
+
]
|
46 |
+
}
|
checkpoint-50600/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4712591e3df7a3e264083d84b943de921bab6b423d752b81fe345df88a00a779
|
3 |
+
size 454867965
|
checkpoint-50600/unet_ema/config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.17.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
128,
|
9 |
+
128,
|
10 |
+
256,
|
11 |
+
256,
|
12 |
+
512,
|
13 |
+
512
|
14 |
+
],
|
15 |
+
"center_input_sample": false,
|
16 |
+
"class_embed_type": null,
|
17 |
+
"decay": 0.9999,
|
18 |
+
"down_block_types": [
|
19 |
+
"DownBlock2D",
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"DownBlock2D",
|
23 |
+
"AttnDownBlock2D",
|
24 |
+
"DownBlock2D"
|
25 |
+
],
|
26 |
+
"downsample_padding": 1,
|
27 |
+
"flip_sin_to_cos": true,
|
28 |
+
"freq_shift": 0,
|
29 |
+
"in_channels": 3,
|
30 |
+
"inv_gamma": 1.0,
|
31 |
+
"layers_per_block": 2,
|
32 |
+
"mid_block_scale_factor": 1,
|
33 |
+
"min_decay": 0.0,
|
34 |
+
"norm_eps": 1e-05,
|
35 |
+
"norm_num_groups": 32,
|
36 |
+
"num_class_embeds": null,
|
37 |
+
"optimization_step": 50600,
|
38 |
+
"out_channels": 3,
|
39 |
+
"power": 0.75,
|
40 |
+
"resnet_time_scale_shift": "default",
|
41 |
+
"sample_size": 128,
|
42 |
+
"time_embedding_type": "positional",
|
43 |
+
"up_block_types": [
|
44 |
+
"UpBlock2D",
|
45 |
+
"AttnUpBlock2D",
|
46 |
+
"UpBlock2D",
|
47 |
+
"UpBlock2D",
|
48 |
+
"UpBlock2D",
|
49 |
+
"UpBlock2D"
|
50 |
+
],
|
51 |
+
"update_after_step": 0,
|
52 |
+
"use_ema_warmup": true
|
53 |
+
}
|
checkpoint-50600/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88d4b2db541856272fa7da5930f518ff9785dec35e7f9ae447e5a42b8dd19700
|
3 |
+
size 454861629
|
checkpoint_image/200_0.png
ADDED
![]() |
Git LFS Details
|
checkpoint_image/200_1.png
ADDED
![]() |
Git LFS Details
|
checkpoint_image/200_2.png
ADDED
![]() |
Git LFS Details
|
checkpoint_image/200_3.png
ADDED
![]() |
Git LFS Details
|
logs/train_unconditional/events.out.tfevents.1684478872.DESKTOP-H595TQ5.21288.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fd4a1a60486d99fd2525a12974125e12c7a49c8ceb812ce27a784c0d6551991
|
3 |
+
size 22322644
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 454867965
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9427b684eb1e3937dc2a3d461ec1a9273d5350284967e114df2e46b13e3d143
|
3 |
size 454867965
|