Inkyusss commited on
Commit
aef30c9
·
verified ·
1 Parent(s): 68315c4
checkpoint-2000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:989000296419d879bbd2712cefc35101c573a9b236a47182bfb199205b5cb306
3
  size 909763736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:059bfc462baf8b87e26fa79cb253880eef9d4fa0de3ed3bc035c5cb8d683fe05
3
  size 909763736
checkpoint-2000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c7696ec3d13e3be9520f2964e469c3295f92321aeed271ccc3999c52c022b17
3
- size 16100
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731bfd693c2302bb7b03ba7acf6f50ac7a27a2264727f9904658a0f2f2c7eb70
3
+ size 16036
checkpoint-2000/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dc75ea621e0831b8362a0f4dc78058b75c83e1f04401e336eb47bc94acdbaee
3
  size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef531c78c9f4a4409e89e760e5dfe9d5bcf11761aff5480c9eb9ab245f99bdf0
3
  size 1000
checkpoint-2000/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:054e2981f7ba838b9567b59760b9f35d3567613abad29c07735fc4f5d4d53b89
3
  size 454741108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22dd57f805a401a54b1e3061778c16de84db9fe33bb2fdec5226a0cd0ee80723
3
  size 454741108
checkpoint-2000/unet_ema/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e33ebf18c0cbe30b8098ade2c2f4a61788d1edcb5199256c68c5c66333499a8
3
  size 454741108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97fa8b35ac009ecec75656a1ecbdd4c1b6659c330a70e6bacacfc3025fa27f9b
3
  size 454741108
checkpoint-2500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd2a017ae1decb33e7c399d19c6f22007dca7f25132258b0da3e559cd892ccc
3
+ size 909763736
checkpoint-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63f9f7a8d7841a6ed54fdbdb30c38f9f6a9c8498e3dd34add30274e3015551db
3
+ size 16036
checkpoint-2500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc6468503ff86b756cb6107a7afeccf1d2bdad49be2d3b4da8ca758ccf17288
3
+ size 1000
checkpoint-2500/unet/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.31.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
+ "down_block_types": [
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "DownBlock2D",
23
+ "AttnDownBlock2D",
24
+ "DownBlock2D"
25
+ ],
26
+ "downsample_padding": 1,
27
+ "downsample_type": "conv",
28
+ "dropout": 0.0,
29
+ "flip_sin_to_cos": true,
30
+ "freq_shift": 0,
31
+ "in_channels": 3,
32
+ "layers_per_block": 2,
33
+ "mid_block_scale_factor": 1,
34
+ "norm_eps": 1e-05,
35
+ "norm_num_groups": 32,
36
+ "num_class_embeds": null,
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",
44
+ "AttnUpBlock2D",
45
+ "UpBlock2D",
46
+ "UpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D"
49
+ ],
50
+ "upsample_type": "conv"
51
+ }
checkpoint-2500/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd23fc2816384cdae67e2335ece96949fbc13813a5ae5d8886c40243f0b2becd
3
+ size 454741108
checkpoint-2500/unet_ema/config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.31.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": 2500,
42
+ "out_channels": 3,
43
+ "power": 0.75,
44
+ "resnet_time_scale_shift": "default",
45
+ "sample_size": 64,
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-2500/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40626b2fd047ec11b337e20cecc879482367a319b9d9ceb3e15c957cca4c7899
3
+ size 454741108
logs/train_unconditional/events.out.tfevents.1725601749.n116-041-187.51458.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3794ffa23b81f50d59145c0eb5f3a4abc0bfce89365af4e0decd4e4a2c5bc935
3
- size 922807
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99d30c8d2614170705ba015adeadef531a12704920abc52ceaf488ddbe222ad2
3
+ size 1168333
result_images_ddpm/epoch_40/grid_image.png ADDED
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:171a443206d1029257e3d3215a5e82571856e1d0efb3b4517165a03535a6708c
3
  size 454741108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4958ff3e02a0c03623ba9468d562085a69a6e118ceddf82381baea179899acbb
3
  size 454741108