miluELK commited on
Commit
a452ad4
β€’
1 Parent(s): ecac55e
{checkpoint-4000 β†’ checkpoint-7000}/optimizer.bin RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a0aa4be8e0fcaa369814c3fb6041210a7bec3579703ea13baadf37ca99f43e4
3
  size 909763299
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64a5bd17f82a3907de42f10db2b5edd04bcaf0cb366446186e6b8a7c1e25d252
3
  size 909763299
{checkpoint-4000 β†’ checkpoint-7000}/random_states_0.pkl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30218a734c8037c5d70327bc94754afdef562230ecb86ec60ffb740f5ddfef25
3
  size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9737189b5c63350c8033b2c3ef0bbbd111f5ba60fb4918fa0306160a401f5e
3
  size 14663
{checkpoint-4000 β†’ checkpoint-7000}/scaler.pt RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09a61ecdaa4a69ba865e0b9e19169660549c34c60a83537ab5ece413678520ab
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d22aed3a858ee389297b2101bb2ed7ee9e37744f1a1f75273dbdf045d65b041a
3
  size 557
{checkpoint-4000 β†’ checkpoint-7000}/scheduler.bin RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1acf6256998d4d540f6ace92ffe3285722327012e63a4e2d79782b9eaa03fbca
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425e826b6fee894c34277926fad32cf9a12aa726289c144144c0b5c0f5ba2ca3
3
  size 563
{checkpoint-4000 β†’ checkpoint-7000}/unet/config.json RENAMED
@@ -1,6 +1,7 @@
1
  {
2
  "_class_name": "UNet2DModel",
3
  "_diffusers_version": "0.16.0.dev0",
 
4
  "act_fn": "silu",
5
  "add_attention": true,
6
  "attention_head_dim": 8,
 
1
  {
2
  "_class_name": "UNet2DModel",
3
  "_diffusers_version": "0.16.0.dev0",
4
+ "_name_or_path": "ddpm-ema-pokemonv2-128/checkpoint-4000",
5
  "act_fn": "silu",
6
  "add_attention": true,
7
  "attention_head_dim": 8,
{checkpoint-4000 β†’ checkpoint-7000}/unet/diffusion_pytorch_model.bin RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a2f8bdfefee424bfe1e916e6890fa26d3c9e4d258ea17999798b2a9e8d8711e
3
  size 454867325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae8f2fa7c2766b062e6bd3844a25501ee54399d819926dde6bacf426953493e
3
  size 454867325
checkpoint-8000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a57b1b66df4be5d342c8d1bf7b6c044b973cc70b06937907161bbece4c167dd2
3
+ size 909763299
checkpoint-8000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604dbd99980498cdb58339c1efcb5942c417f197098479c0080d642d06f96746
3
+ size 14663
checkpoint-8000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b278cd6e09360f31a3d837f80dee4c2ce4d9c9d186a939ecf157e1a0deb793f3
3
+ size 557
checkpoint-8000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d63b12e32b8f1624befa1f44089b4baf9b48034a98942d08fe8ac257a032bc
3
+ size 563
checkpoint-8000/unet/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.16.0.dev0",
4
+ "_name_or_path": "ddpm-ema-pokemonv2-128/checkpoint-4000",
5
+ "act_fn": "silu",
6
+ "add_attention": true,
7
+ "attention_head_dim": 8,
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
+ "flip_sin_to_cos": true,
28
+ "freq_shift": 0,
29
+ "in_channels": 3,
30
+ "layers_per_block": 2,
31
+ "mid_block_scale_factor": 1,
32
+ "norm_eps": 1e-05,
33
+ "norm_num_groups": 32,
34
+ "num_class_embeds": null,
35
+ "out_channels": 3,
36
+ "resnet_time_scale_shift": "default",
37
+ "sample_size": 128,
38
+ "time_embedding_type": "positional",
39
+ "up_block_types": [
40
+ "UpBlock2D",
41
+ "AttnUpBlock2D",
42
+ "UpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D",
45
+ "UpBlock2D"
46
+ ]
47
+ }
checkpoint-8000/unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c76133d7165cef520e7a9b852f8f6cd616fdc41e01ec6b6a75bbfa1da69137
3
+ size 454867325
logs/train_unconditional/events.out.tfevents.1682054819.default.240.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6902493556a63524034d075875e18041d553fbe2983ba25661c8ab7e664f1f5a
3
- size 565765
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df618804330841f4960fa484246aba18eb4cff601bb23262e6a2863f64610c93
3
+ size 1490083
logs/train_unconditional/events.out.tfevents.1682059563.default.1565.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fc911e71c2f103a8553632b98cc511f70cfe7ea0af463cd00e663379b7f5846
3
+ size 88
logs/train_unconditional/events.out.tfevents.1682059695.default.1828.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d78404614f93382297a8046b02d93fe97611c6648f7101f9ce6a1630d81c4b
3
+ size 3390
logs/train_unconditional/events.out.tfevents.1682059752.default.1918.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746b054e2853ebdff15c764a04ec2b3aef43e19e2e1db3b2c4043faa9c5b31ab
3
+ size 513086
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DModel",
3
  "_diffusers_version": "0.16.0.dev0",
4
- "_name_or_path": "ddpm-ema-pokemonv2-128/checkpoint-4000",
5
  "act_fn": "silu",
6
  "add_attention": true,
7
  "attention_head_dim": 8,
 
1
  {
2
  "_class_name": "UNet2DModel",
3
  "_diffusers_version": "0.16.0.dev0",
4
+ "_name_or_path": "ddpm-ema-pokemonv2-128/checkpoint-8000",
5
  "act_fn": "silu",
6
  "add_attention": true,
7
  "attention_head_dim": 8,
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af3018aebb6d4edc6107a9f1499546a3499aba45ee7cecc93bc3ca812c0d2381
3
  size 454867325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:221596a1bfc9b96e844442cf799bfe4aca6e5604e0b956eec848d9a08044cb1c
3
  size 454867325