Commit
·
5080d33
1
Parent(s):
a164787
Epoch 300
Browse files- .gitattributes +4 -0
- checkpoint-75900/optimizer.bin +3 -0
- checkpoint-75900/random_states_0.pkl +3 -0
- checkpoint-75900/scheduler.bin +3 -0
- checkpoint-75900/unet/config.json +46 -0
- checkpoint-75900/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-75900/unet_ema/config.json +53 -0
- checkpoint-75900/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint_image/300_0.png +3 -0
- checkpoint_image/300_1.png +3 -0
- checkpoint_image/300_2.png +3 -0
- checkpoint_image/300_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
@@ -92,3 +92,7 @@ checkpoint_image/280_0.png filter=lfs diff=lfs merge=lfs -text
|
|
92 |
checkpoint_image/280_1.png filter=lfs diff=lfs merge=lfs -text
|
93 |
checkpoint_image/280_2.png filter=lfs diff=lfs merge=lfs -text
|
94 |
checkpoint_image/280_3.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
92 |
checkpoint_image/280_1.png filter=lfs diff=lfs merge=lfs -text
|
93 |
checkpoint_image/280_2.png filter=lfs diff=lfs merge=lfs -text
|
94 |
checkpoint_image/280_3.png filter=lfs diff=lfs merge=lfs -text
|
95 |
+
checkpoint_image/300_0.png filter=lfs diff=lfs merge=lfs -text
|
96 |
+
checkpoint_image/300_1.png filter=lfs diff=lfs merge=lfs -text
|
97 |
+
checkpoint_image/300_2.png filter=lfs diff=lfs merge=lfs -text
|
98 |
+
checkpoint_image/300_3.png filter=lfs diff=lfs merge=lfs -text
|
checkpoint-75900/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5394f18faeefbd8d2da926fc4e0a2e1fbd895febc1df319707d8c4a53f9304c8
|
3 |
+
size 909763235
|
checkpoint-75900/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7bec15f765dc8ba480051dab3657cfd0e75776e9580deeb215a297c7598dafc
|
3 |
+
size 14663
|
checkpoint-75900/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef1e209d8b5b279a9c3222bec6b7f57ded9cc0051ae35efb59dc4042b6be6789
|
3 |
+
size 563
|
checkpoint-75900/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-75900/unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32c35e56096860b371affef76abc9ca76d9c36677ece055f0a2812c75f06ddab
|
3 |
+
size 454867965
|
checkpoint-75900/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": 75900,
|
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-75900/unet_ema/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65b09116aae05e449165484e5dcc704ba45f3e3128b20c9aa3695f2caa0c8623
|
3 |
+
size 454861629
|
checkpoint_image/300_0.png
ADDED
![]() |
Git LFS Details
|
checkpoint_image/300_1.png
ADDED
![]() |
Git LFS Details
|
checkpoint_image/300_2.png
ADDED
![]() |
Git LFS Details
|
checkpoint_image/300_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:ba16f3a6c6b35da25639dc3661150447a1a95cc35e25d855bc671afcbe59f85f
|
3 |
+
size 33258479
|
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:f0fa6ea2c697c6329f244db848294182fcb93b0d9aea4b2b9e43d75d46dff385
|
3 |
size 454867965
|