canberkb9 commited on
Commit
f9cf14f
1 Parent(s): 0becbdc
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e497ccb3d80bb00149b63fb31550b116b780d6505131d67f792c0fb7d394084d
3
+ size 227963939
checkpoint-12000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31dcc4dfa3174fbafcd05898aaf8ee38fd0b4335e2a2c21eeba9fc4e63a26d3b
3
+ size 14663
checkpoint-12000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43811b70b96b2fd3ced5c8a8ed28664e57fe83111b56dd9eb0b5f2e325a28b8b
3
+ size 563
checkpoint-12000/unet/config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128,
12
+ 256,
13
+ 256
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "down_block_types": [
18
+ "DownBlock2D",
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "AttnDownBlock2D",
23
+ "DownBlock2D"
24
+ ],
25
+ "downsample_padding": 1,
26
+ "downsample_type": "conv",
27
+ "dropout": 0.0,
28
+ "flip_sin_to_cos": true,
29
+ "freq_shift": 0,
30
+ "in_channels": 4,
31
+ "layers_per_block": 2,
32
+ "mid_block_scale_factor": 1,
33
+ "norm_eps": 1e-05,
34
+ "norm_num_groups": 32,
35
+ "num_class_embeds": null,
36
+ "out_channels": 4,
37
+ "resnet_time_scale_shift": "default",
38
+ "sample_size": 32,
39
+ "time_embedding_type": "positional",
40
+ "up_block_types": [
41
+ "UpBlock2D",
42
+ "AttnUpBlock2D",
43
+ "UpBlock2D",
44
+ "UpBlock2D",
45
+ "UpBlock2D",
46
+ "UpBlock2D"
47
+ ],
48
+ "upsample_type": "conv"
49
+ }
checkpoint-12000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b524bd734ef4f550bdee95e4448b5ec9afc08f2d3c67e8b36245867966dffd3e
3
+ size 113841120
checkpoint-12000/unet_ema/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.21.0.dev0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 64,
9
+ 64,
10
+ 128,
11
+ 128,
12
+ 256,
13
+ 256
14
+ ],
15
+ "center_input_sample": false,
16
+ "class_embed_type": null,
17
+ "decay": 0.999,
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": 4,
32
+ "inv_gamma": 1.0,
33
+ "layers_per_block": 2,
34
+ "mid_block_scale_factor": 1,
35
+ "min_decay": 0.0,
36
+ "norm_eps": 1e-05,
37
+ "norm_num_groups": 32,
38
+ "num_class_embeds": null,
39
+ "optimization_step": 12000,
40
+ "out_channels": 4,
41
+ "power": 0.75,
42
+ "resnet_time_scale_shift": "default",
43
+ "sample_size": 32,
44
+ "time_embedding_type": "positional",
45
+ "up_block_types": [
46
+ "UpBlock2D",
47
+ "AttnUpBlock2D",
48
+ "UpBlock2D",
49
+ "UpBlock2D",
50
+ "UpBlock2D",
51
+ "UpBlock2D"
52
+ ],
53
+ "update_after_step": 0,
54
+ "upsample_type": "conv",
55
+ "use_ema_warmup": true
56
+ }
checkpoint-12000/unet_ema/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bba17173705a14a7f7a70ccab8ad0308e5d3f1508755728077569b352a303b7
3
+ size 113841120
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d0cde7b4c78f8382b090f261db99ea7a3eecf3f1a7a4833f3c05a55ab76dfa9
3
  size 113841120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12cb627f2c554e45eece0beec6b4f140110d2108c59a31db8b50d5e3ba22d3fb
3
  size 113841120