jackiedaytona
commited on
Commit
•
dc2b846
1
Parent(s):
ae7296c
Epoch 0
Browse files- checkpoint-1000/optimizer.bin +1 -1
- checkpoint-1000/random_states_0.pkl +1 -1
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +1 -1
- checkpoint-1000/unet/config.json +1 -1
- checkpoint-1000/unet/diffusion_pytorch_model.safetensors +1 -1
- checkpoint-1000/unet_ema/config.json +58 -0
- checkpoint-1000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- logs/train_unconditional/events.out.tfevents.1702747842.DESKTOP-S5GSEQJ.27944.0 +2 -2
- logs/train_unconditional/events.out.tfevents.1702749608.DESKTOP-S5GSEQJ.11780.0 +3 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-1000/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:7ddacbd9e80d8d464f0a4bd769ed56d059322159d26f774aa1cbc7aa3df64d58
|
3 |
size 909763299
|
checkpoint-1000/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:3b38f67d362974a534a1b5bb5b38b59b823b176570d1171b8ca8894704e6f531
|
3 |
size 14727
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
|
3 |
+
size 557
|
checkpoint-1000/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:2ce9c0ab022a6182a16c45e20323db72699209b9225ee615a48f3535b7fd2e3c
|
3 |
size 563
|
checkpoint-1000/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-1000/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:68eaf7441522244fd40a56b47048ce87f5d5f86a0aba781493753dd64f424e3e
|
3 |
size 454741108
|
checkpoint-1000/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": 1000,
|
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-1000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c290b2fd42d92410e7005c7f257b44092132d9e779e5bc24c7f49db3ee76cf43
|
3 |
+
size 454741108
|
logs/train_unconditional/events.out.tfevents.1702747842.DESKTOP-S5GSEQJ.27944.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:dc59795a16538eea3454158c2a63143bc54216f13f4767569b29a4c76a032ad3
|
3 |
+
size 844085
|
logs/train_unconditional/events.out.tfevents.1702749608.DESKTOP-S5GSEQJ.11780.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b407d74e74fa9f09a9bd0d0963a72e7f4b806b6c12fb12a2dc295f57619082e
|
3 |
+
size 312037
|
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:3a29182920b034fdd725a94d2e98f265e548dce0847c5ece99516bb353d67f2f
|
3 |
size 454741108
|