diff --git a/checkpoint-21000/optimizer.bin b/checkpoint-21000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..b3f70f0e7395b591dbff72fdb15c7bd3852415b1 --- /dev/null +++ b/checkpoint-21000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984b0fa53b49c729c41c2f0b911082396ef5fcd87725afc4b21f0fe6fcc8c9fb +size 909763736 diff --git a/checkpoint-21000/random_states_0.pkl b/checkpoint-21000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..b761927f6ddebdb00cfa08553d9244f6f5ea2414 --- /dev/null +++ b/checkpoint-21000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217e9be9dbdbf3627978ee761a24ebdc635eef7b27d7877f7225fd1552eb555a +size 14344 diff --git a/checkpoint-21000/scheduler.bin b/checkpoint-21000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..bab324959c40ad1317c8a59129d9f3bb98dfd214 --- /dev/null +++ b/checkpoint-21000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b7a43d5d223f43cb22eeee88f23e58b526b23d4642e7044399d52b2a70d573 +size 1000 diff --git a/checkpoint-21000/unet/config.json b/checkpoint-21000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-21000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-21000/unet/diffusion_pytorch_model.safetensors b/checkpoint-21000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b44112daab849b7abe7c272fb5c778c6317b6740 --- /dev/null +++ b/checkpoint-21000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec4d0858798210c4a8c7672dd0d01a9a0d4af05d49a44b24b6ea4dcd9afaf23 +size 454741108 diff --git a/checkpoint-21000/unet_ema/config.json b/checkpoint-21000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..4b646dcb8594b70c8e5d4fa939c514b3e1fd8fd9 --- /dev/null +++ b/checkpoint-21000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 21000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-21000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-21000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..375a8d12333f005d053cbfcc379a177c51c9b3d1 --- /dev/null +++ b/checkpoint-21000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8194b14f722c8d394e939ec672935a785d95362118dcef8d3707b5b0b21f5b52 +size 454741108 diff --git a/checkpoint-21500/optimizer.bin b/checkpoint-21500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..d37fcc4ec809edaeb9dee2c89051d50bdfb61c99 --- /dev/null +++ b/checkpoint-21500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dab7f4da55fae4339560dda0e1c3294d4b81179420b72e1bb821df401e89c9 +size 909763736 diff --git a/checkpoint-21500/random_states_0.pkl b/checkpoint-21500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..498ab21b447cc368e01933b9d9bd8c30ba7e683f --- /dev/null +++ b/checkpoint-21500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a80f1c9aaef34a95540c7eab6a067466c89cd9b2a3a0206c52fa04b71afd68d +size 14344 diff --git a/checkpoint-21500/scheduler.bin b/checkpoint-21500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..f395aea5e41fc52c04d9df9b040ffb4dd1bcbe4f --- /dev/null +++ b/checkpoint-21500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69461c1b7f6cdd7f3577364cefa3ee1239bf6d6b26eb44c38e9eb5afac8f72d6 +size 1000 diff --git a/checkpoint-21500/unet/config.json b/checkpoint-21500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-21500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-21500/unet/diffusion_pytorch_model.safetensors b/checkpoint-21500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..006b96e2dd4a8fa578b7334b6d0e0b279e2c00dd --- /dev/null +++ b/checkpoint-21500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097f9080e84346f9d762e421eae60f9ce5353ea24ee9f7eb4b20333fb97eb0db +size 454741108 diff --git a/checkpoint-21500/unet_ema/config.json b/checkpoint-21500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7f36681af9969d5d0a15ce4d56c4bfb55d3bd7c0 --- /dev/null +++ b/checkpoint-21500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 21500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-21500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-21500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a9f5996e782102df7f64457fd63a7812ab1cf889 --- /dev/null +++ b/checkpoint-21500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55070ae9337bba346fbe265cbe4dc56dfafaa29d2f3f31e648e8d589a9de3395 +size 454741108 diff --git a/checkpoint-22000/optimizer.bin b/checkpoint-22000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8c0edb4f2ff326d3d9e40572fba9f197a8627bd3 --- /dev/null +++ b/checkpoint-22000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c97255253299b98849112f093da108b4b7189d8e160a74272875e2fea24cb48 +size 909763736 diff --git a/checkpoint-22000/random_states_0.pkl b/checkpoint-22000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0961ec5b66f4a26f002b5e4b459517d48ef397e0 --- /dev/null +++ b/checkpoint-22000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae923ad797d854ea8ed6e6e49c62aab4d9456c489d0d1b47eca4c44732fc6639 +size 14344 diff --git a/checkpoint-22000/scheduler.bin b/checkpoint-22000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..a1735007b128e892f83fad8766e67ad57dc4bdaf --- /dev/null +++ b/checkpoint-22000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbb31ffc01dd36c5289fb758b5d07ac252facf815a20f1da5a4699c8e6b55fa +size 1000 diff --git a/checkpoint-22000/unet/config.json b/checkpoint-22000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-22000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-22000/unet/diffusion_pytorch_model.safetensors b/checkpoint-22000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6b365a80c59ac7db7626f5596d2626c9300b13e4 --- /dev/null +++ b/checkpoint-22000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413b6f29f6f900ba0365e9372812776606e22c5711ae84f9ff5c929d021f3b5f +size 454741108 diff --git a/checkpoint-22000/unet_ema/config.json b/checkpoint-22000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..2d96499814be0184614f72a71d37d631d948d07e --- /dev/null +++ b/checkpoint-22000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 22000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-22000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-22000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b61f774a001070b4fe90963af694c8c54ad3e7bb --- /dev/null +++ b/checkpoint-22000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4183cfbfb51681300f7a94b9120e5724b0b1ae35f4151eab8d2242424d049042 +size 454741108 diff --git a/checkpoint-22500/optimizer.bin b/checkpoint-22500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..12f673fe71339dfe62374beb98d150d9aecf3a1e --- /dev/null +++ b/checkpoint-22500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327c1bff9e08eac00d61a8a83f327946097544584b91e2830fe110588bb4af48 +size 909763736 diff --git a/checkpoint-22500/random_states_0.pkl b/checkpoint-22500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..d158e22e14dcef19fa4a7942490c6f89352ea613 --- /dev/null +++ b/checkpoint-22500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca45f689c99391f739ecabc9090d92c054a4abff2e457bfc2a2b0aac05ec9c60 +size 14344 diff --git a/checkpoint-22500/scheduler.bin b/checkpoint-22500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ec6e31a04b51c91aae094070508f3ec659407f1 --- /dev/null +++ b/checkpoint-22500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9964e830f9531d22dc66d912c32fd02f598ab0fee390a854da1cbc4c4db4ab61 +size 1000 diff --git a/checkpoint-22500/unet/config.json b/checkpoint-22500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-22500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-22500/unet/diffusion_pytorch_model.safetensors b/checkpoint-22500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..36e515b5e220f813606999cd9500dc6614518882 --- /dev/null +++ b/checkpoint-22500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d358da2e0236fd2ec8d32bc3076f48086a7604dfa4fce3c98225d20682fd34c +size 454741108 diff --git a/checkpoint-22500/unet_ema/config.json b/checkpoint-22500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..12d839715d2272e1f76aedb565be9437608f731d --- /dev/null +++ b/checkpoint-22500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 22500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-22500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-22500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bd29a79aa6cc08a5344f105784d86eb9b2305fb3 --- /dev/null +++ b/checkpoint-22500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ac86f60df26bef7201e7afd3b57d92f2af41bbbc356b560d2c297f9bcae4b2 +size 454741108 diff --git a/checkpoint-23000/optimizer.bin b/checkpoint-23000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c607914360242d97e88e2fb1d76b85fa6fdf1d0a --- /dev/null +++ b/checkpoint-23000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4878376364f1368d7ff82134c916dba2be19a0eb26cd5fb71ce168347f95a342 +size 909763736 diff --git a/checkpoint-23000/random_states_0.pkl b/checkpoint-23000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..072d4356eba90c743f42432e2b834f7011cb4bb2 --- /dev/null +++ b/checkpoint-23000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73405a687de1f0cfb191512025eb251735564c57189888b673b58aba98aa4665 +size 14344 diff --git a/checkpoint-23000/scheduler.bin b/checkpoint-23000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..93434141d5014e83d1fd195168c4ea2deba03aa0 --- /dev/null +++ b/checkpoint-23000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081fc4276a14be3a1153991bc3dd060a277c66c32ba8653b008de8779d683524 +size 1000 diff --git a/checkpoint-23000/unet/config.json b/checkpoint-23000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-23000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-23000/unet/diffusion_pytorch_model.safetensors b/checkpoint-23000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..995686249c3f8f3dd30ee296b53372d5c7757e85 --- /dev/null +++ b/checkpoint-23000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ae025be497c10a619515a8771fa7778998e9099798a070c61fe98613c8586a +size 454741108 diff --git a/checkpoint-23000/unet_ema/config.json b/checkpoint-23000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..6fe5cb2eaf536a7127a3cb330f33642535af0859 --- /dev/null +++ b/checkpoint-23000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 23000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-23000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-23000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b6287e562ae8c75cc808955ed980fe6fdf8de213 --- /dev/null +++ b/checkpoint-23000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7500a35473afc246f1f88bdb372352a66e15070a0d1b4f20ea98ef2a3a7b8f1e +size 454741108 diff --git a/checkpoint-23500/optimizer.bin b/checkpoint-23500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..525e279d1e5a15fd0b1016e7663f463abd248cb9 --- /dev/null +++ b/checkpoint-23500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83aef9663c10e53801e213cf6ec448f4a49ec874c2d05484f9c9aa3f0caaeef7 +size 909763736 diff --git a/checkpoint-23500/random_states_0.pkl b/checkpoint-23500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..eaa157376df721cfdb6b74fb90522bc577cc2e93 --- /dev/null +++ b/checkpoint-23500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1ab140c7e81ca311078d1d0a57659c19e9bf2d7cfe55874b9888846394a33b +size 14344 diff --git a/checkpoint-23500/scheduler.bin b/checkpoint-23500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..0fd638b46f443c7bcf50a9887fb411f6ec7d8240 --- /dev/null +++ b/checkpoint-23500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4981602e5b26657fb2cb10b92ea1099f08ab3b84046f2fe35d69bc2b9779a3 +size 1000 diff --git a/checkpoint-23500/unet/config.json b/checkpoint-23500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-23500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-23500/unet/diffusion_pytorch_model.safetensors b/checkpoint-23500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e8f6c7c54c08b86162af67994ff55b2a880b234c --- /dev/null +++ b/checkpoint-23500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10755762ee9f0f7c90c95f5731b1953fcecc45a7db2c6f5e6c9735fb12399072 +size 454741108 diff --git a/checkpoint-23500/unet_ema/config.json b/checkpoint-23500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..2e15e70a6059270508a790fbcc0975dded107bef --- /dev/null +++ b/checkpoint-23500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 23500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-23500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-23500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..707abea74134dc938e3319b98c15d7a1ea28d7da --- /dev/null +++ b/checkpoint-23500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b7cea1a8f3379dbe4aead51bbdd5f71421630e480024293769fcf80fe2c5fd +size 454741108 diff --git a/checkpoint-24000/optimizer.bin b/checkpoint-24000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..e6d31a6182dacc4ddbd8eb2cf55c4b80f2b6ddf1 --- /dev/null +++ b/checkpoint-24000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2357097d80c32b362087f58bc884c25af3de2efea428926f462b8c8e761a41ae +size 909763736 diff --git a/checkpoint-24000/random_states_0.pkl b/checkpoint-24000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..09106c4e41873bb30b5366ba92ac7adea8b52bbb --- /dev/null +++ b/checkpoint-24000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e2b02952dd2b0738b87e4bd17081c97f4d0694a58d0620e0cc19066da9befd +size 14344 diff --git a/checkpoint-24000/scheduler.bin b/checkpoint-24000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ee35d1e55b771bcbfd7ee96c9ee648d1354c633 --- /dev/null +++ b/checkpoint-24000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6430b98346d2429fec33c46460dcb86c57e13b75fb7adc48f08e28a65f25b6b +size 1000 diff --git a/checkpoint-24000/unet/config.json b/checkpoint-24000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-24000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-24000/unet/diffusion_pytorch_model.safetensors b/checkpoint-24000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..390819f43a2b8ee12dc5eea12ee5d576dbe441ce --- /dev/null +++ b/checkpoint-24000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ade8f2e1b5ab896f0c8b66a2f9a8d1b4ea8f325732265338d68851963ffa8d6 +size 454741108 diff --git a/checkpoint-24000/unet_ema/config.json b/checkpoint-24000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ff5f96860a9f40ffe3c8ece0e798ba7399973ac5 --- /dev/null +++ b/checkpoint-24000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 24000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-24000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-24000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cbf45a344a5a538a8fbe2b592cc70b3ba8e9dd05 --- /dev/null +++ b/checkpoint-24000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1097dfe6dc9e8ad4f351466f6aa00032170ab953aef7b6a6cdb8ce121bf8dbb +size 454741108 diff --git a/checkpoint-24500/optimizer.bin b/checkpoint-24500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..c19c26919d2353d14e43c86a92a9bbeeaee47e95 --- /dev/null +++ b/checkpoint-24500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e520a2a428178d5d7973ad8867171314c5a041be12b85e22bffb93a39fcb44de +size 909763736 diff --git a/checkpoint-24500/random_states_0.pkl b/checkpoint-24500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..1ab80ca7cd8a61e743c4d6a64455be7c173b4798 --- /dev/null +++ b/checkpoint-24500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29419538b2d60e1df6238654e0c721bf18c030dcc51736f977a947b05c388bb2 +size 14344 diff --git a/checkpoint-24500/scheduler.bin b/checkpoint-24500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..48300e959d8f9d3b4e8a8fdda24de53ed3848b43 --- /dev/null +++ b/checkpoint-24500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86254c8362ab4a79b9069c707c425db94c49dfce0cc7ca2eda183fa36055c3b0 +size 1000 diff --git a/checkpoint-24500/unet/config.json b/checkpoint-24500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-24500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-24500/unet/diffusion_pytorch_model.safetensors b/checkpoint-24500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f2272f11022a684b05020cd1c564ae9edaeac166 --- /dev/null +++ b/checkpoint-24500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d7196c62463d5f73b46bf3983a37a491bde33edd25da9b82151668625aa296 +size 454741108 diff --git a/checkpoint-24500/unet_ema/config.json b/checkpoint-24500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..512b16cde27e3a4ff703ab475b90ec1f61c9d7fb --- /dev/null +++ b/checkpoint-24500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 24500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-24500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-24500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3a717a09389189daa9989599480867950d3db47c --- /dev/null +++ b/checkpoint-24500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f67056a71a2fcec97491e206905343f3e6210757428cd8710fbd2e5edb27c7 +size 454741108 diff --git a/checkpoint-25000/optimizer.bin b/checkpoint-25000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..67940a7320f91d2c7d24b0be59ace3421d036dbd --- /dev/null +++ b/checkpoint-25000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f352437b493e307063bfe332231f40d5a5254eec1dd7084f4dbd434c98ba9ca +size 909763736 diff --git a/checkpoint-25000/random_states_0.pkl b/checkpoint-25000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..731f70dce810574caed68ca44f98320fa190286e --- /dev/null +++ b/checkpoint-25000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7307b5481840699c8dd95ace56af3272be1fc505330efeee4153ff388a4d0be4 +size 14344 diff --git a/checkpoint-25000/scheduler.bin b/checkpoint-25000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..dab5d85b12523d328939768438a0e773a02b7d3e --- /dev/null +++ b/checkpoint-25000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5e7e452242f07efb222ad1b7d37cbb9b67cde0e0e0c3e247cd8a1ee85cebee +size 1000 diff --git a/checkpoint-25000/unet/config.json b/checkpoint-25000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-25000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-25000/unet/diffusion_pytorch_model.safetensors b/checkpoint-25000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ef9f9379ea7053ea368f5f6e1b6fcf7d071de8e9 --- /dev/null +++ b/checkpoint-25000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51123db4c179edcb49c0693500a06928c4710c2bcb47f7d31391bd89a095249 +size 454741108 diff --git a/checkpoint-25000/unet_ema/config.json b/checkpoint-25000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..99ffa5ee2bbfc796fa25622e5b8847ace31a111c --- /dev/null +++ b/checkpoint-25000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 25000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-25000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-25000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..df7d2de8cc11aa6aab11ea450ea3ccf2eef67992 --- /dev/null +++ b/checkpoint-25000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1468bea21aad48a5772d30f0ce0435bc945a17f58a67e8c65a7bac360b09a255 +size 454741108 diff --git a/checkpoint-25500/optimizer.bin b/checkpoint-25500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..64ed0133b40abea24654f792d994ccb3de3c89be --- /dev/null +++ b/checkpoint-25500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5857b1f6b5123327b517332fd2473030ff989cbf89913c5d73afb9e2a0447c8 +size 909763736 diff --git a/checkpoint-25500/random_states_0.pkl b/checkpoint-25500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..0260913d68435899a0096b32293058ed4e52a489 --- /dev/null +++ b/checkpoint-25500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51079d6a07b6d0aee8ba87010134cd218e9549154f6c4a7cc6d56f824af5abc2 +size 14344 diff --git a/checkpoint-25500/scheduler.bin b/checkpoint-25500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..01a3cc03a94d28b7d9ada0a7c9f308a403c292da --- /dev/null +++ b/checkpoint-25500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7a06e6db570caaf277ae4ba12c22c436365dccab95cd21eddd02236af20ece +size 1000 diff --git a/checkpoint-25500/unet/config.json b/checkpoint-25500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-25500/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-25500/unet/diffusion_pytorch_model.safetensors b/checkpoint-25500/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bbde6bcc4772fe5058c1025155f57bef295cd179 --- /dev/null +++ b/checkpoint-25500/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b75458d19dcc6d05c291c583a5bd84b82612dda849114d935a671f51d18664 +size 454741108 diff --git a/checkpoint-25500/unet_ema/config.json b/checkpoint-25500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..acfc07fda9b99ad693e79d088fed0489c0fe2197 --- /dev/null +++ b/checkpoint-25500/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 25500, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-25500/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-25500/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cb95c50bdb76dc18641a62281c089b366ead491f --- /dev/null +++ b/checkpoint-25500/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485f1dc28e8ebf473a490bb9c234f62c72afd70ed29505b35dd814fb278405b3 +size 454741108 diff --git a/checkpoint-26000/optimizer.bin b/checkpoint-26000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..be91a3038729aa7839e74f454bfa22b0e4a30dba --- /dev/null +++ b/checkpoint-26000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9165012dff9cf46812e6e59456ed946fca0ab204af870dc44cc2c0af2031ad1 +size 909763736 diff --git a/checkpoint-26000/random_states_0.pkl b/checkpoint-26000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..cf2307a3f9287cc49a2d4aac53173c13d22590f3 --- /dev/null +++ b/checkpoint-26000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8a0cf71c17aac3cc937efb73b51c9a7f6f0661769009e46b5e8a6a7b2a0fdd +size 14344 diff --git a/checkpoint-26000/scheduler.bin b/checkpoint-26000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..c02362f4ce8bdda3695b6efd28672a3a3c9ab608 --- /dev/null +++ b/checkpoint-26000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4d78b44368e93616c295baa3864ce22e9b8039685f9e916c23502af3b9c17c +size 1000 diff --git a/checkpoint-26000/unet/config.json b/checkpoint-26000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..ea03432831f52ebc1b35187f19dc4707b857d57d --- /dev/null +++ b/checkpoint-26000/unet/config.json @@ -0,0 +1,51 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "out_channels": 3, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upsample_type": "conv" +} diff --git a/checkpoint-26000/unet/diffusion_pytorch_model.safetensors b/checkpoint-26000/unet/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..358124f7a40f9d10108b9f43364eccbc2fea2299 --- /dev/null +++ b/checkpoint-26000/unet/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dffe4f2b5e4c74e0d96b74ba846022d622338f6f1f992983a9d17c99fcff396 +size 454741108 diff --git a/checkpoint-26000/unet_ema/config.json b/checkpoint-26000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..f32a9073d13cc48aaf68280522bf13f2c6429fbd --- /dev/null +++ b/checkpoint-26000/unet_ema/config.json @@ -0,0 +1,58 @@ +{ + "_class_name": "UNet2DModel", + "_diffusers_version": "0.28.0.dev0", + "act_fn": "silu", + "add_attention": true, + "attention_head_dim": 8, + "attn_norm_num_groups": null, + "block_out_channels": [ + 128, + 128, + 256, + 256, + 512, + 512 + ], + "center_input_sample": false, + "class_embed_type": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "AttnDownBlock2D", + "DownBlock2D" + ], + "downsample_padding": 1, + "downsample_type": "conv", + "dropout": 0.0, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_scale_factor": 1, + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "num_train_timesteps": null, + "optimization_step": 26000, + "out_channels": 3, + "power": 0.75, + "resnet_time_scale_shift": "default", + "sample_size": 64, + "time_embedding_type": "positional", + "up_block_types": [ + "UpBlock2D", + "AttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "update_after_step": 0, + "upsample_type": "conv", + "use_ema_warmup": true +} diff --git a/checkpoint-26000/unet_ema/diffusion_pytorch_model.safetensors b/checkpoint-26000/unet_ema/diffusion_pytorch_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e24db291d2d6957a221656d73fbda550ecd8eca7 --- /dev/null +++ b/checkpoint-26000/unet_ema/diffusion_pytorch_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d396d500365d777d5309d882457a61633736e2f5f92c8c761f098d2965f0702 +size 454741108 diff --git a/logs/train_unconditional/events.out.tfevents.1715806000.jobtest-6wkxj-dk9zr.141.0 b/logs/train_unconditional/events.out.tfevents.1715806000.jobtest-6wkxj-dk9zr.141.0 index d8307c72c3e0e8a66f6160e5be2fbc1bb63e988d..1ebeb6654e4b0d714108073526054af91da69a44 100644 --- a/logs/train_unconditional/events.out.tfevents.1715806000.jobtest-6wkxj-dk9zr.141.0 +++ b/logs/train_unconditional/events.out.tfevents.1715806000.jobtest-6wkxj-dk9zr.141.0 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9feab0c3dea3741f6cff8e5e3c4a473ec9a1484a3904ea9dc4d8f6db22c28610 -size 4341524 +oid sha256:a2bb8a74686fce5ce0809c96522450ab358865b0c9f74d7eb16798a468b61f48 +size 5381453 diff --git a/unet/diffusion_pytorch_model.safetensors b/unet/diffusion_pytorch_model.safetensors index 9d19d0a70e18b39790108462d4c4377e5320a6e4..0bad95bd4796ff0b0c5fcf0f8086f786f366a202 100644 --- a/unet/diffusion_pytorch_model.safetensors +++ b/unet/diffusion_pytorch_model.safetensors @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f01afef722db03966bdc33e3662a9e5c419388d71e29ad056ab472db79871b8 +oid sha256:cc1ba051b522cb3b3cd26ded63b9bdbde6a654dfd3741a2a1d27b0d9711632e9 size 454741108