Epoch 0
Browse files
logs/train_unconditional/events.out.tfevents.1745695135.workstation06.3356819.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3de7824852e3e94ad6d946d059c10c0fdcabaf2916640ad9ae2b5b9d29c31ca1
|
| 3 |
+
size 6766
|
logs/train_unconditional/events.out.tfevents.1745695222.workstation06.3360049.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:146b34563e18bcb8b504ea7e14922e72ed193890dcc3282b655ff3ce7f8488e6
|
| 3 |
+
size 1669770
|
unet/config.json
CHANGED
|
@@ -1,23 +1,27 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DModel",
|
| 3 |
"_diffusers_version": "0.33.0.dev0",
|
| 4 |
-
"_name_or_path": "google/ddpm-
|
| 5 |
"act_fn": "silu",
|
| 6 |
"add_attention": true,
|
| 7 |
"attention_head_dim": null,
|
| 8 |
"attn_norm_num_groups": null,
|
| 9 |
"block_out_channels": [
|
|
|
|
| 10 |
128,
|
| 11 |
256,
|
| 12 |
256,
|
| 13 |
-
|
|
|
|
| 14 |
],
|
| 15 |
"center_input_sample": false,
|
| 16 |
"class_embed_type": null,
|
| 17 |
"down_block_types": [
|
| 18 |
"DownBlock2D",
|
| 19 |
-
"AttnDownBlock2D",
|
| 20 |
"DownBlock2D",
|
|
|
|
|
|
|
|
|
|
| 21 |
"DownBlock2D"
|
| 22 |
],
|
| 23 |
"downsample_padding": 0,
|
|
@@ -35,13 +39,15 @@
|
|
| 35 |
"num_train_timesteps": null,
|
| 36 |
"out_channels": 3,
|
| 37 |
"resnet_time_scale_shift": "default",
|
| 38 |
-
"sample_size":
|
| 39 |
"time_embedding_dim": null,
|
| 40 |
"time_embedding_type": "positional",
|
| 41 |
"up_block_types": [
|
| 42 |
-
"UpBlock2D",
|
| 43 |
"UpBlock2D",
|
| 44 |
"AttnUpBlock2D",
|
|
|
|
|
|
|
|
|
|
| 45 |
"UpBlock2D"
|
| 46 |
],
|
| 47 |
"upsample_type": "conv"
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DModel",
|
| 3 |
"_diffusers_version": "0.33.0.dev0",
|
| 4 |
+
"_name_or_path": "google/ddpm-celebahq-256",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"add_attention": true,
|
| 7 |
"attention_head_dim": null,
|
| 8 |
"attn_norm_num_groups": null,
|
| 9 |
"block_out_channels": [
|
| 10 |
+
128,
|
| 11 |
128,
|
| 12 |
256,
|
| 13 |
256,
|
| 14 |
+
512,
|
| 15 |
+
512
|
| 16 |
],
|
| 17 |
"center_input_sample": false,
|
| 18 |
"class_embed_type": null,
|
| 19 |
"down_block_types": [
|
| 20 |
"DownBlock2D",
|
|
|
|
| 21 |
"DownBlock2D",
|
| 22 |
+
"DownBlock2D",
|
| 23 |
+
"DownBlock2D",
|
| 24 |
+
"AttnDownBlock2D",
|
| 25 |
"DownBlock2D"
|
| 26 |
],
|
| 27 |
"downsample_padding": 0,
|
|
|
|
| 39 |
"num_train_timesteps": null,
|
| 40 |
"out_channels": 3,
|
| 41 |
"resnet_time_scale_shift": "default",
|
| 42 |
+
"sample_size": 256,
|
| 43 |
"time_embedding_dim": null,
|
| 44 |
"time_embedding_type": "positional",
|
| 45 |
"up_block_types": [
|
|
|
|
| 46 |
"UpBlock2D",
|
| 47 |
"AttnUpBlock2D",
|
| 48 |
+
"UpBlock2D",
|
| 49 |
+
"UpBlock2D",
|
| 50 |
+
"UpBlock2D",
|
| 51 |
"UpBlock2D"
|
| 52 |
],
|
| 53 |
"upsample_type": "conv"
|
unet/diffusion_pytorch_model.safetensors
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:f249fb29424c2d9a33ee80e04d0fe83ec24c1f12f289d4dcd7d0590fba73b110
|
| 3 |
+
size 454741108
|