jackiedaytona
commited on
Commit
•
4309590
1
Parent(s):
0246907
Epoch 40
Browse files- checkpoint-3000/optimizer.bin +1 -1
- checkpoint-3000/random_states_0.pkl +1 -1
- checkpoint-3000/scaler.pt +3 -0
- checkpoint-3000/scheduler.bin +1 -1
- checkpoint-3000/unet/config.json +1 -1
- checkpoint-3000/unet/diffusion_pytorch_model.safetensors +1 -1
- checkpoint-3000/unet_ema/config.json +58 -0
- checkpoint-3000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-3500/optimizer.bin +1 -1
- checkpoint-3500/random_states_0.pkl +1 -1
- checkpoint-3500/scaler.pt +3 -0
- checkpoint-3500/scheduler.bin +1 -1
- checkpoint-3500/unet/config.json +1 -1
- checkpoint-3500/unet/diffusion_pytorch_model.safetensors +1 -1
- checkpoint-3500/unet_ema/config.json +58 -0
- checkpoint-3500/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- logs/train_unconditional/events.out.tfevents.1702749608.DESKTOP-S5GSEQJ.11780.0 +2 -2
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-3000/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 909763299
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65bfc825710f62fa9e3543a808f1cfa418840397bd32c0d6d93ea12c0c974097
|
3 |
size 909763299
|
checkpoint-3000/random_states_0.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14727
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebfa670093a60c286187bf95d2f57eb9d3a303e18f1f65c7853bba5c1724a777
|
3 |
size 14727
|
checkpoint-3000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb1f9398b77268202e8e1465734a63d123b1ef11c27f20f2473677e9883a6869
|
3 |
+
size 557
|
checkpoint-3000/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb201c23283963792599861cea91470dfbdeda35e909212c1571b5d65038d0d5
|
3 |
size 563
|
checkpoint-3000/unet/config.json
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
"num_train_timesteps": null,
|
38 |
"out_channels": 3,
|
39 |
"resnet_time_scale_shift": "default",
|
40 |
-
"sample_size":
|
41 |
"time_embedding_type": "positional",
|
42 |
"up_block_types": [
|
43 |
"UpBlock2D",
|
|
|
37 |
"num_train_timesteps": null,
|
38 |
"out_channels": 3,
|
39 |
"resnet_time_scale_shift": "default",
|
40 |
+
"sample_size": 128,
|
41 |
"time_embedding_type": "positional",
|
42 |
"up_block_types": [
|
43 |
"UpBlock2D",
|
checkpoint-3000/unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 454741108
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:276990e9e12ce8acd67f9e7f6b6ccea3ddeec5ab75e4aa9c703fb11bb99eb148
|
3 |
size 454741108
|
checkpoint-3000/unet_ema/config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.25.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 |
+
128,
|
10 |
+
128,
|
11 |
+
256,
|
12 |
+
256,
|
13 |
+
512,
|
14 |
+
512
|
15 |
+
],
|
16 |
+
"center_input_sample": false,
|
17 |
+
"class_embed_type": null,
|
18 |
+
"decay": 0.9999,
|
19 |
+
"down_block_types": [
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"DownBlock2D",
|
23 |
+
"DownBlock2D",
|
24 |
+
"AttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
+
],
|
27 |
+
"downsample_padding": 1,
|
28 |
+
"downsample_type": "conv",
|
29 |
+
"dropout": 0.0,
|
30 |
+
"flip_sin_to_cos": true,
|
31 |
+
"freq_shift": 0,
|
32 |
+
"in_channels": 3,
|
33 |
+
"inv_gamma": 1.0,
|
34 |
+
"layers_per_block": 2,
|
35 |
+
"mid_block_scale_factor": 1,
|
36 |
+
"min_decay": 0.0,
|
37 |
+
"norm_eps": 1e-05,
|
38 |
+
"norm_num_groups": 32,
|
39 |
+
"num_class_embeds": null,
|
40 |
+
"num_train_timesteps": null,
|
41 |
+
"optimization_step": 3000,
|
42 |
+
"out_channels": 3,
|
43 |
+
"power": 0.75,
|
44 |
+
"resnet_time_scale_shift": "default",
|
45 |
+
"sample_size": 128,
|
46 |
+
"time_embedding_type": "positional",
|
47 |
+
"up_block_types": [
|
48 |
+
"UpBlock2D",
|
49 |
+
"AttnUpBlock2D",
|
50 |
+
"UpBlock2D",
|
51 |
+
"UpBlock2D",
|
52 |
+
"UpBlock2D",
|
53 |
+
"UpBlock2D"
|
54 |
+
],
|
55 |
+
"update_after_step": 0,
|
56 |
+
"upsample_type": "conv",
|
57 |
+
"use_ema_warmup": true
|
58 |
+
}
|
checkpoint-3000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76ad26214f07035c47ff251111922c280bef8c3d5c047bb5cbf5d8b1f2c13091
|
3 |
+
size 454741108
|
checkpoint-3500/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 909763299
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b06ec1b0abb5f0df4d346f5365ab3a7b0c28a8a9335b0158ef6244305b68f271
|
3 |
size 909763299
|
checkpoint-3500/random_states_0.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14727
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87f67835308b7978134fae7a433bb3ebbc3a4bb7c9bb7525a194d1bcb27d527f
|
3 |
size 14727
|
checkpoint-3500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4cfe72973031c5a482f6e9ed0cb664a6aa7f63116e294e2b1f72d360d9b033c
|
3 |
+
size 557
|
checkpoint-3500/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:210e36f63d486ae9fbc9ad8deda3242659222ab3daf3b91b367c7e67d1d314fb
|
3 |
size 563
|
checkpoint-3500/unet/config.json
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
"num_train_timesteps": null,
|
38 |
"out_channels": 3,
|
39 |
"resnet_time_scale_shift": "default",
|
40 |
-
"sample_size":
|
41 |
"time_embedding_type": "positional",
|
42 |
"up_block_types": [
|
43 |
"UpBlock2D",
|
|
|
37 |
"num_train_timesteps": null,
|
38 |
"out_channels": 3,
|
39 |
"resnet_time_scale_shift": "default",
|
40 |
+
"sample_size": 128,
|
41 |
"time_embedding_type": "positional",
|
42 |
"up_block_types": [
|
43 |
"UpBlock2D",
|
checkpoint-3500/unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 454741108
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd47a3055e4dd87cd03fba3b36cb62765697d93c217441f08acc27935b48f887
|
3 |
size 454741108
|
checkpoint-3500/unet_ema/config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.25.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 |
+
128,
|
10 |
+
128,
|
11 |
+
256,
|
12 |
+
256,
|
13 |
+
512,
|
14 |
+
512
|
15 |
+
],
|
16 |
+
"center_input_sample": false,
|
17 |
+
"class_embed_type": null,
|
18 |
+
"decay": 0.9999,
|
19 |
+
"down_block_types": [
|
20 |
+
"DownBlock2D",
|
21 |
+
"DownBlock2D",
|
22 |
+
"DownBlock2D",
|
23 |
+
"DownBlock2D",
|
24 |
+
"AttnDownBlock2D",
|
25 |
+
"DownBlock2D"
|
26 |
+
],
|
27 |
+
"downsample_padding": 1,
|
28 |
+
"downsample_type": "conv",
|
29 |
+
"dropout": 0.0,
|
30 |
+
"flip_sin_to_cos": true,
|
31 |
+
"freq_shift": 0,
|
32 |
+
"in_channels": 3,
|
33 |
+
"inv_gamma": 1.0,
|
34 |
+
"layers_per_block": 2,
|
35 |
+
"mid_block_scale_factor": 1,
|
36 |
+
"min_decay": 0.0,
|
37 |
+
"norm_eps": 1e-05,
|
38 |
+
"norm_num_groups": 32,
|
39 |
+
"num_class_embeds": null,
|
40 |
+
"num_train_timesteps": null,
|
41 |
+
"optimization_step": 3500,
|
42 |
+
"out_channels": 3,
|
43 |
+
"power": 0.75,
|
44 |
+
"resnet_time_scale_shift": "default",
|
45 |
+
"sample_size": 128,
|
46 |
+
"time_embedding_type": "positional",
|
47 |
+
"up_block_types": [
|
48 |
+
"UpBlock2D",
|
49 |
+
"AttnUpBlock2D",
|
50 |
+
"UpBlock2D",
|
51 |
+
"UpBlock2D",
|
52 |
+
"UpBlock2D",
|
53 |
+
"UpBlock2D"
|
54 |
+
],
|
55 |
+
"update_after_step": 0,
|
56 |
+
"upsample_type": "conv",
|
57 |
+
"use_ema_warmup": true
|
58 |
+
}
|
checkpoint-3500/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3fba7fd32d1f4dfdbdd5e9f2b1fa65cc138afbcdee58a99d8b608bc3cc6aa08
|
3 |
+
size 454741108
|
logs/train_unconditional/events.out.tfevents.1702749608.DESKTOP-S5GSEQJ.11780.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:6377518612ca3d12ba7aa326e4a087b394848cf5d890e8c73cccaa94486e8eec
|
3 |
+
size 1621934
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 454741108
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5c8f85d176e2274ae0e102d5ec4f112712ee7a8387353669d0e377053146f61
|
3 |
size 454741108
|