Commit
·
146f949
1
Parent(s):
bc7d642
Epoch 99
Browse files- checkpoint-12000/optimizer.bin +3 -0
- checkpoint-12000/random_states_0.pkl +3 -0
- checkpoint-12000/scheduler.bin +3 -0
- checkpoint-12000/unet/config.json +46 -0
- checkpoint-12000/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-12000/unet_ema/config.json +53 -0
- checkpoint-12000/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint-12500/optimizer.bin +3 -0
- checkpoint-12500/random_states_0.pkl +3 -0
- checkpoint-12500/scheduler.bin +3 -0
- checkpoint-12500/unet/config.json +46 -0
- checkpoint-12500/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-12500/unet_ema/config.json +53 -0
- checkpoint-12500/unet_ema/diffusion_pytorch_model.bin +3 -0
- checkpoint-13000/optimizer.bin +3 -0
- checkpoint-13000/random_states_0.pkl +3 -0
- checkpoint-13000/scheduler.bin +3 -0
- checkpoint-13000/unet/config.json +46 -0
- checkpoint-13000/unet/diffusion_pytorch_model.bin +3 -0
- checkpoint-13000/unet_ema/config.json +53 -0
- checkpoint-13000/unet_ema/diffusion_pytorch_model.bin +3 -0
- logs/train_unconditional/events.out.tfevents.1682495548.c83a95d7385e.5887.0 +2 -2
- unet/diffusion_pytorch_model.bin +1 -1
checkpoint-12000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:603e16c3cd918e58f02fd00098d7793c7994139d8a72dbbd1ab8985f31ae33c7
|
| 3 |
+
size 909763299
|
checkpoint-12000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e11b0fc9acd55bbe0eca665602d7b3fc2762344460bad656f1f85520878cb09e
|
| 3 |
+
size 14663
|
checkpoint-12000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e83d8f5753e69d6dc4e4555580c45fc7fd5ae40585609ab6d1cdef26359e1b2e
|
| 3 |
+
size 563
|
checkpoint-12000/unet/config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
128,
|
| 9 |
+
128,
|
| 10 |
+
256,
|
| 11 |
+
256,
|
| 12 |
+
512,
|
| 13 |
+
512
|
| 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 |
+
"flip_sin_to_cos": true,
|
| 27 |
+
"freq_shift": 0,
|
| 28 |
+
"in_channels": 3,
|
| 29 |
+
"layers_per_block": 2,
|
| 30 |
+
"mid_block_scale_factor": 1,
|
| 31 |
+
"norm_eps": 1e-05,
|
| 32 |
+
"norm_num_groups": 32,
|
| 33 |
+
"num_class_embeds": null,
|
| 34 |
+
"out_channels": 3,
|
| 35 |
+
"resnet_time_scale_shift": "default",
|
| 36 |
+
"sample_size": 128,
|
| 37 |
+
"time_embedding_type": "positional",
|
| 38 |
+
"up_block_types": [
|
| 39 |
+
"UpBlock2D",
|
| 40 |
+
"AttnUpBlock2D",
|
| 41 |
+
"UpBlock2D",
|
| 42 |
+
"UpBlock2D",
|
| 43 |
+
"UpBlock2D",
|
| 44 |
+
"UpBlock2D"
|
| 45 |
+
]
|
| 46 |
+
}
|
checkpoint-12000/unet/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fff9d566766aefed054cac36f70100ab40260f0a69d2d6e198ad14f486632827
|
| 3 |
+
size 454867325
|
checkpoint-12000/unet_ema/config.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
128,
|
| 9 |
+
128,
|
| 10 |
+
256,
|
| 11 |
+
256,
|
| 12 |
+
512,
|
| 13 |
+
512
|
| 14 |
+
],
|
| 15 |
+
"center_input_sample": false,
|
| 16 |
+
"class_embed_type": null,
|
| 17 |
+
"decay": 0.9999,
|
| 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 |
+
"inv_gamma": 1.0,
|
| 31 |
+
"layers_per_block": 2,
|
| 32 |
+
"mid_block_scale_factor": 1,
|
| 33 |
+
"min_decay": 0.0,
|
| 34 |
+
"norm_eps": 1e-05,
|
| 35 |
+
"norm_num_groups": 32,
|
| 36 |
+
"num_class_embeds": null,
|
| 37 |
+
"optimization_step": 12000,
|
| 38 |
+
"out_channels": 3,
|
| 39 |
+
"power": 0.75,
|
| 40 |
+
"resnet_time_scale_shift": "default",
|
| 41 |
+
"sample_size": 128,
|
| 42 |
+
"time_embedding_type": "positional",
|
| 43 |
+
"up_block_types": [
|
| 44 |
+
"UpBlock2D",
|
| 45 |
+
"AttnUpBlock2D",
|
| 46 |
+
"UpBlock2D",
|
| 47 |
+
"UpBlock2D",
|
| 48 |
+
"UpBlock2D",
|
| 49 |
+
"UpBlock2D"
|
| 50 |
+
],
|
| 51 |
+
"update_after_step": 0,
|
| 52 |
+
"use_ema_warmup": true
|
| 53 |
+
}
|
checkpoint-12000/unet_ema/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c08ea954bbe49aa6b8acd3c49c59da8b4b8577ea2235e037d9d3df12710d312d
|
| 3 |
+
size 454860989
|
checkpoint-12500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:558f60c38ebc7f69f2c24a4cae4781edf426e482af2584ea26051f186df87be4
|
| 3 |
+
size 909763299
|
checkpoint-12500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ea18cabd047566fd86e9397607f4eb56d96843773e1ffccb9a8f8ef5d0a6d72
|
| 3 |
+
size 14663
|
checkpoint-12500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfca257ab88356ab1db7f358baa102065495a2f93cc4001a41cb652af3365023
|
| 3 |
+
size 563
|
checkpoint-12500/unet/config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
128,
|
| 9 |
+
128,
|
| 10 |
+
256,
|
| 11 |
+
256,
|
| 12 |
+
512,
|
| 13 |
+
512
|
| 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 |
+
"flip_sin_to_cos": true,
|
| 27 |
+
"freq_shift": 0,
|
| 28 |
+
"in_channels": 3,
|
| 29 |
+
"layers_per_block": 2,
|
| 30 |
+
"mid_block_scale_factor": 1,
|
| 31 |
+
"norm_eps": 1e-05,
|
| 32 |
+
"norm_num_groups": 32,
|
| 33 |
+
"num_class_embeds": null,
|
| 34 |
+
"out_channels": 3,
|
| 35 |
+
"resnet_time_scale_shift": "default",
|
| 36 |
+
"sample_size": 128,
|
| 37 |
+
"time_embedding_type": "positional",
|
| 38 |
+
"up_block_types": [
|
| 39 |
+
"UpBlock2D",
|
| 40 |
+
"AttnUpBlock2D",
|
| 41 |
+
"UpBlock2D",
|
| 42 |
+
"UpBlock2D",
|
| 43 |
+
"UpBlock2D",
|
| 44 |
+
"UpBlock2D"
|
| 45 |
+
]
|
| 46 |
+
}
|
checkpoint-12500/unet/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:729f2e099ab1664fc6e9928c4afcb558cb6a3090091b36039622fa8b403adbe3
|
| 3 |
+
size 454867325
|
checkpoint-12500/unet_ema/config.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
128,
|
| 9 |
+
128,
|
| 10 |
+
256,
|
| 11 |
+
256,
|
| 12 |
+
512,
|
| 13 |
+
512
|
| 14 |
+
],
|
| 15 |
+
"center_input_sample": false,
|
| 16 |
+
"class_embed_type": null,
|
| 17 |
+
"decay": 0.9999,
|
| 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 |
+
"inv_gamma": 1.0,
|
| 31 |
+
"layers_per_block": 2,
|
| 32 |
+
"mid_block_scale_factor": 1,
|
| 33 |
+
"min_decay": 0.0,
|
| 34 |
+
"norm_eps": 1e-05,
|
| 35 |
+
"norm_num_groups": 32,
|
| 36 |
+
"num_class_embeds": null,
|
| 37 |
+
"optimization_step": 12500,
|
| 38 |
+
"out_channels": 3,
|
| 39 |
+
"power": 0.75,
|
| 40 |
+
"resnet_time_scale_shift": "default",
|
| 41 |
+
"sample_size": 128,
|
| 42 |
+
"time_embedding_type": "positional",
|
| 43 |
+
"up_block_types": [
|
| 44 |
+
"UpBlock2D",
|
| 45 |
+
"AttnUpBlock2D",
|
| 46 |
+
"UpBlock2D",
|
| 47 |
+
"UpBlock2D",
|
| 48 |
+
"UpBlock2D",
|
| 49 |
+
"UpBlock2D"
|
| 50 |
+
],
|
| 51 |
+
"update_after_step": 0,
|
| 52 |
+
"use_ema_warmup": true
|
| 53 |
+
}
|
checkpoint-12500/unet_ema/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6be17a75cf57beb15a3f150a225f1e8d26332cc9a168e75186ac531ca9fb653
|
| 3 |
+
size 454860989
|
checkpoint-13000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb4a0ec9437018c18b3616ce9d65745c51432fc79b802e62657b1bb156dd4f02
|
| 3 |
+
size 909763299
|
checkpoint-13000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83689eabe6f6f5ea8b4333fa80ed45af24f76d7df4022ed5f763e57d3122e3ca
|
| 3 |
+
size 14663
|
checkpoint-13000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df13f7a82b05647ea802d44ca3879871c8ff90b86ef183117be7e5cf76a1da80
|
| 3 |
+
size 563
|
checkpoint-13000/unet/config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
128,
|
| 9 |
+
128,
|
| 10 |
+
256,
|
| 11 |
+
256,
|
| 12 |
+
512,
|
| 13 |
+
512
|
| 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 |
+
"flip_sin_to_cos": true,
|
| 27 |
+
"freq_shift": 0,
|
| 28 |
+
"in_channels": 3,
|
| 29 |
+
"layers_per_block": 2,
|
| 30 |
+
"mid_block_scale_factor": 1,
|
| 31 |
+
"norm_eps": 1e-05,
|
| 32 |
+
"norm_num_groups": 32,
|
| 33 |
+
"num_class_embeds": null,
|
| 34 |
+
"out_channels": 3,
|
| 35 |
+
"resnet_time_scale_shift": "default",
|
| 36 |
+
"sample_size": 128,
|
| 37 |
+
"time_embedding_type": "positional",
|
| 38 |
+
"up_block_types": [
|
| 39 |
+
"UpBlock2D",
|
| 40 |
+
"AttnUpBlock2D",
|
| 41 |
+
"UpBlock2D",
|
| 42 |
+
"UpBlock2D",
|
| 43 |
+
"UpBlock2D",
|
| 44 |
+
"UpBlock2D"
|
| 45 |
+
]
|
| 46 |
+
}
|
checkpoint-13000/unet/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a6ef6b0986f714f1f837974732393d92db72c34941ccde3b0a870d8032f34da
|
| 3 |
+
size 454867325
|
checkpoint-13000/unet_ema/config.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
128,
|
| 9 |
+
128,
|
| 10 |
+
256,
|
| 11 |
+
256,
|
| 12 |
+
512,
|
| 13 |
+
512
|
| 14 |
+
],
|
| 15 |
+
"center_input_sample": false,
|
| 16 |
+
"class_embed_type": null,
|
| 17 |
+
"decay": 0.9999,
|
| 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 |
+
"inv_gamma": 1.0,
|
| 31 |
+
"layers_per_block": 2,
|
| 32 |
+
"mid_block_scale_factor": 1,
|
| 33 |
+
"min_decay": 0.0,
|
| 34 |
+
"norm_eps": 1e-05,
|
| 35 |
+
"norm_num_groups": 32,
|
| 36 |
+
"num_class_embeds": null,
|
| 37 |
+
"optimization_step": 13000,
|
| 38 |
+
"out_channels": 3,
|
| 39 |
+
"power": 0.75,
|
| 40 |
+
"resnet_time_scale_shift": "default",
|
| 41 |
+
"sample_size": 128,
|
| 42 |
+
"time_embedding_type": "positional",
|
| 43 |
+
"up_block_types": [
|
| 44 |
+
"UpBlock2D",
|
| 45 |
+
"AttnUpBlock2D",
|
| 46 |
+
"UpBlock2D",
|
| 47 |
+
"UpBlock2D",
|
| 48 |
+
"UpBlock2D",
|
| 49 |
+
"UpBlock2D"
|
| 50 |
+
],
|
| 51 |
+
"update_after_step": 0,
|
| 52 |
+
"use_ema_warmup": true
|
| 53 |
+
}
|
checkpoint-13000/unet_ema/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96d0d9952b8defdd3be2e3cbd46e61c6a2d70e52d2b4c95ae2ca7a8787b8b1cf
|
| 3 |
+
size 454860989
|
logs/train_unconditional/events.out.tfevents.1682495548.c83a95d7385e.5887.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:2c746adae4a784a54bbd396a2e1db373355b9e3e7c463eef038c20fbbebaf040
|
| 3 |
+
size 14012841
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454867325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f369ef7327eaa0457de4f95bead55d66990f32960d2c9789a898617c664b9d37
|
| 3 |
size 454867325
|