jackiedaytona commited on
Commit
4309590
1 Parent(s): 0246907
checkpoint-3000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3580a0bfa43477123745b70130627e16e80f688318e426fc71cf23beff95b00
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:b6ab3358b21e25edc26a5f8166ab26a81d6318e405444b6ce852581226ea7368
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:09c35d13bb48dc7e2f2d3f60a39de03894f7779e4c9b6e341d1b14052fbd6762
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": 64,
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:03ae2c5cddb9168dcdde794c55165923685bdc5f678dd7bedfbeaff28eddf536
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:ce90b16fc2a13edfe34a9900ed3dc2fb48a8aee201155a709cc347f8774285c1
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:93177e10ef2e2a604ae6eaebfef0dc58ac52fb6799829f0615b7912f83239094
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:d38488e7409fcbac6585c9a5aa659fbfe227249b5daef8a0e6eb176162320797
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": 64,
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:48f0e2ec68a03c73dfa899a4d9e3b74d1a1820c23436a05ec4b5e68ddc093fa2
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:09d519451683f22cf02ff5a0793dcd92b18e7de3099df0cbbc0945d8d6b9d174
3
- size 1301132
 
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:6c60e598852a6cdf95a1bf5d6056968ad2b3f2abc6b376e45a788a3effc215b5
3
  size 454741108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5c8f85d176e2274ae0e102d5ec4f112712ee7a8387353669d0e377053146f61
3
  size 454741108