diff --git a/checkpoint-100000/optimizer.bin b/checkpoint-100000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..09ef47351a21286b33881cb645c95437d7185547 --- /dev/null +++ b/checkpoint-100000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea20869b443d148b183da772e8ec06b8139b8ab7dea3a59a9cb81acb2895296 +size 73251413 diff --git a/checkpoint-100000/random_states_0.pkl b/checkpoint-100000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..98a0f3ecc8f923785750fc470c9703288e420c1f --- /dev/null +++ b/checkpoint-100000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd008d2b4daf81c55af469459a6223f45933ac390a7f9076bd70114c90a7176e +size 14663 diff --git a/checkpoint-100000/scaler.pt b/checkpoint-100000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..28815fabe23a863b07dda7bd2fc5d247d4642d7a --- /dev/null +++ b/checkpoint-100000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fc93f5e447596ac8803b94bba2ebf47f67692eed101882d4f3ce02b3660321 +size 557 diff --git a/checkpoint-100000/scheduler.bin b/checkpoint-100000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..38a87cb6edf0586590c12e4f40da4358eda89691 --- /dev/null +++ b/checkpoint-100000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc7f5fa5de6d799fe35a856eb3c0e60d69a375095ee1e393c62a67173e2653a +size 563 diff --git a/checkpoint-100000/unet/config.json b/checkpoint-100000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1cd664fc36d4dc821a4f0fdae4b94d7d99b356 --- /dev/null +++ b/checkpoint-100000/unet/config.json @@ -0,0 +1,60 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "out_channels": 3, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-100000/unet/diffusion_pytorch_model.bin b/checkpoint-100000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..d80b9d23628622c083512f3a8e8cca8f6bf105de --- /dev/null +++ b/checkpoint-100000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5785f8d18b244a08020cec24972346efdd4158fe568e97dd8829b92a503576af +size 36621969 diff --git a/checkpoint-100000/unet_ema/config.json b/checkpoint-100000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c583b35a163ad0d880c0778f0199ca466fb27f56 --- /dev/null +++ b/checkpoint-100000/unet_ema/config.json @@ -0,0 +1,67 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "optimization_step": 100000, + "out_channels": 3, + "power": 0.75, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "update_after_step": 0, + "use_ema_warmup": true, + "use_linear_projection": false +} diff --git a/checkpoint-100000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-100000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..b5109cdb9bccadb7c9e013f7829fda05eaa04b56 --- /dev/null +++ b/checkpoint-100000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ce0b9d45eacae25a037475847ee0b8a5f2ba47f0e8d829415da03c4b4c1a4d +size 36616081 diff --git a/checkpoint-100500/optimizer.bin b/checkpoint-100500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..7e153b44d55b50bfc283f7732d87400813bb613e --- /dev/null +++ b/checkpoint-100500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264d8461f7aa60562e581979d259c2c84013ad59ac3401a5d17f585c0cbe5500 +size 73251413 diff --git a/checkpoint-100500/random_states_0.pkl b/checkpoint-100500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..fa3b79eba4efa1eae9fca7b8fbdf25eeb4da9f4b --- /dev/null +++ b/checkpoint-100500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab11950918aabfb00e1ecb4b7b1f402264ed6d9ca46cd371465c12366ab237a +size 14663 diff --git a/checkpoint-100500/scaler.pt b/checkpoint-100500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..f2e2e45a94aae4624b932078f1523dc731545242 --- /dev/null +++ b/checkpoint-100500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9027b331827b15f3a78271cd2c5567ec827a8ec5c1e769d11c5c6d1e0a5c559b +size 557 diff --git a/checkpoint-100500/scheduler.bin b/checkpoint-100500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..6c798cc2edb63d6d6cef466685f13884911c149e --- /dev/null +++ b/checkpoint-100500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf9f63b79d554789bdb31ddbc8b4a79ef9c8a40f093f038115777063cb41619 +size 563 diff --git a/checkpoint-100500/unet/config.json b/checkpoint-100500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1cd664fc36d4dc821a4f0fdae4b94d7d99b356 --- /dev/null +++ b/checkpoint-100500/unet/config.json @@ -0,0 +1,60 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "out_channels": 3, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-100500/unet/diffusion_pytorch_model.bin b/checkpoint-100500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..3b0af6dd9a7c96565e1d7423ee17bbe85c3f81b8 --- /dev/null +++ b/checkpoint-100500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d46fa32cacc4ef3bd7e5e72f91a6fb895465d8d92067c3b7e6bea5be09da26d +size 36621969 diff --git a/checkpoint-100500/unet_ema/config.json b/checkpoint-100500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..640143c327e1b070f1d2038623bfd343e695844d --- /dev/null +++ b/checkpoint-100500/unet_ema/config.json @@ -0,0 +1,67 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "optimization_step": 100500, + "out_channels": 3, + "power": 0.75, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "update_after_step": 0, + "use_ema_warmup": true, + "use_linear_projection": false +} diff --git a/checkpoint-100500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-100500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..42f6e601c5eaaebee7aac328a23300655891fcc9 --- /dev/null +++ b/checkpoint-100500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdb2da6df6e945f1e6ad7b753efbd1336af93a10b422b6620d7061cd0202346 +size 36616081 diff --git a/checkpoint-101000/optimizer.bin b/checkpoint-101000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..8721570e26e8daf723610b6237826ea51b49a215 --- /dev/null +++ b/checkpoint-101000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a46056bba1a02a32652462694de4756267c92c7e0bf3872dcd7d00551be2720 +size 73251413 diff --git a/checkpoint-101000/random_states_0.pkl b/checkpoint-101000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..264aec89a06edd944251ee49e7135ceb2f806ad8 --- /dev/null +++ b/checkpoint-101000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47593daa92ac3f63230371d6872f98e747e75da71cb9eefec6c3808a901ea0e +size 14663 diff --git a/checkpoint-101000/scaler.pt b/checkpoint-101000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..51bc005f334639b59e3be675d659363cf8bd5031 --- /dev/null +++ b/checkpoint-101000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2e8a472d48886aaef093fddd4e984dc7f96fd3292bd24254c590888b065bd9 +size 557 diff --git a/checkpoint-101000/scheduler.bin b/checkpoint-101000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..9453c8629a768ca17fe0a1e4aaa054dca865c59b --- /dev/null +++ b/checkpoint-101000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a24cf5faa55d1918f6db10692d7b754266365387d8bb1dbbf35c71c782377d +size 563 diff --git a/checkpoint-101000/unet/config.json b/checkpoint-101000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1cd664fc36d4dc821a4f0fdae4b94d7d99b356 --- /dev/null +++ b/checkpoint-101000/unet/config.json @@ -0,0 +1,60 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "out_channels": 3, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-101000/unet/diffusion_pytorch_model.bin b/checkpoint-101000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..204e7445daa760bdf4ee496a397a7c7a2895cab0 --- /dev/null +++ b/checkpoint-101000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b49b09a3fdd6019c6ea4c34ef4a277b8594a241bea87f95b33072326a78a9f +size 36621969 diff --git a/checkpoint-101000/unet_ema/config.json b/checkpoint-101000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..4f63bce1c1beb000d2c6f7db8840451226393745 --- /dev/null +++ b/checkpoint-101000/unet_ema/config.json @@ -0,0 +1,67 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "optimization_step": 101000, + "out_channels": 3, + "power": 0.75, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "update_after_step": 0, + "use_ema_warmup": true, + "use_linear_projection": false +} diff --git a/checkpoint-101000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-101000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..942cfa728141983f2137ef72c070c9e5149a76bb --- /dev/null +++ b/checkpoint-101000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee61be6c012c190b961f933cca8c16a8d6bafcf0a7de6ffa83aa0e67435e1e0 +size 36616081 diff --git a/checkpoint-101500/optimizer.bin b/checkpoint-101500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..5cfe119154b2be14200ada895dc476fd5d91acdd --- /dev/null +++ b/checkpoint-101500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bccc350715dd3489aa0c37b0fc190025aea39b7a22d4ae27d8490a936207b8e +size 73251413 diff --git a/checkpoint-101500/random_states_0.pkl b/checkpoint-101500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..bdc1f48ff83187d8368cb8ae5567875b78a0f841 --- /dev/null +++ b/checkpoint-101500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622062b86f764b35e1c163b84578a373997af83167586ef98622498ea54de08f +size 14663 diff --git a/checkpoint-101500/scaler.pt b/checkpoint-101500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..49551e323f98192dd4ffbb687932eb4f9b3b57ec --- /dev/null +++ b/checkpoint-101500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7728dd0433bd52fe83933468b8bde0b2af7621d234d53762f56906179589895d +size 557 diff --git a/checkpoint-101500/scheduler.bin b/checkpoint-101500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..76b9db86372376bb1cfcff2eec5098c6d99835fe --- /dev/null +++ b/checkpoint-101500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b945ca6d4af32ec3f9f3bbca3e04ce15fc3acaa44593070e9a3cc5644351f06f +size 563 diff --git a/checkpoint-101500/unet/config.json b/checkpoint-101500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1cd664fc36d4dc821a4f0fdae4b94d7d99b356 --- /dev/null +++ b/checkpoint-101500/unet/config.json @@ -0,0 +1,60 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "out_channels": 3, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-101500/unet/diffusion_pytorch_model.bin b/checkpoint-101500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..c5c76436d2c182f74941de8c1e14b33355ba8214 --- /dev/null +++ b/checkpoint-101500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25e6829687b8b928a4a92ed5d51e36e8aef2282d4a2df03fd31db23b24d2e16 +size 36621969 diff --git a/checkpoint-101500/unet_ema/config.json b/checkpoint-101500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..66710e5423025b09886417989268922051d6a5d3 --- /dev/null +++ b/checkpoint-101500/unet_ema/config.json @@ -0,0 +1,67 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "optimization_step": 101500, + "out_channels": 3, + "power": 0.75, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "update_after_step": 0, + "use_ema_warmup": true, + "use_linear_projection": false +} diff --git a/checkpoint-101500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-101500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..eec4a8be2ec284df6e536d8b5672632f21ad58d5 --- /dev/null +++ b/checkpoint-101500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339eb26281bf3e7277f2a3175c594a7fdbe76856d943bbe7cffd1260c2439fe8 +size 36616081 diff --git a/checkpoint-102000/optimizer.bin b/checkpoint-102000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..86ba35ddfd726dcd2db9bd3278bd164611acc7c4 --- /dev/null +++ b/checkpoint-102000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e1d329725fb0a20e92ac7360c27b88040cd39f2ebf0a82ae900566475bf0f1 +size 73251413 diff --git a/checkpoint-102000/random_states_0.pkl b/checkpoint-102000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..f2465b21ad61cc2ec5120362dd2ac748e8c37b55 --- /dev/null +++ b/checkpoint-102000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134ad02efe980f809c340e25a9f35e75971aed68904abadd3ad53fc708eec350 +size 14663 diff --git a/checkpoint-102000/scaler.pt b/checkpoint-102000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..c108ec84dfb85110e79ca27d35db40b548226c64 --- /dev/null +++ b/checkpoint-102000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ca13f01b4cb12975e1e8bf9ed9c5d84bd841c771acccf519ef2b47f1c293ec +size 557 diff --git a/checkpoint-102000/scheduler.bin b/checkpoint-102000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..99db0cbbaf4740c26f8e8ac66b5a769105b0648f --- /dev/null +++ b/checkpoint-102000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b86a0c4fc37f580a5af052c944c81b6808a7e6ef718abf10f72429feb903358 +size 563 diff --git a/checkpoint-102000/unet/config.json b/checkpoint-102000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1cd664fc36d4dc821a4f0fdae4b94d7d99b356 --- /dev/null +++ b/checkpoint-102000/unet/config.json @@ -0,0 +1,60 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "out_channels": 3, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-102000/unet/diffusion_pytorch_model.bin b/checkpoint-102000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..814997e2c347bfad67c985b4a1bd702ead40ec2b --- /dev/null +++ b/checkpoint-102000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e734261a2c3d95caa8678242093c1eaddef2030fa1bce29874d6da71f23d3a +size 36621969 diff --git a/checkpoint-102000/unet_ema/config.json b/checkpoint-102000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..37d9936320f58c0940cedee6c9fdcb056627207d --- /dev/null +++ b/checkpoint-102000/unet_ema/config.json @@ -0,0 +1,67 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "optimization_step": 102000, + "out_channels": 3, + "power": 0.75, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "update_after_step": 0, + "use_ema_warmup": true, + "use_linear_projection": false +} diff --git a/checkpoint-102000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-102000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..00dd62f3a5530166b40b358cd5681ea0747154b4 --- /dev/null +++ b/checkpoint-102000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9771f552627b3d651770fc4300eb003aa233832dd6072c300d20a30d69362335 +size 36616081 diff --git a/checkpoint-102500/optimizer.bin b/checkpoint-102500/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..59429282d7f8c789f884f05652832cb7683ebfc4 --- /dev/null +++ b/checkpoint-102500/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0c25be7389dde8c09645c763b4b1b427626b7b898d7c40de8c9b9a9833c3e4 +size 73251413 diff --git a/checkpoint-102500/random_states_0.pkl b/checkpoint-102500/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..49404efce071c25fae917e54a9931545717490b5 --- /dev/null +++ b/checkpoint-102500/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784206fdab14214bfd4227693fc8c08968959fa55a3cc7d227b1c1eeee15b697 +size 14663 diff --git a/checkpoint-102500/scaler.pt b/checkpoint-102500/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..cdf387418572138b38ca38ede55fbd4790394457 --- /dev/null +++ b/checkpoint-102500/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976fcc47ef97a8916b183ff3d530220dae51ae529b23db55a8aba3423caf071d +size 557 diff --git a/checkpoint-102500/scheduler.bin b/checkpoint-102500/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..76e7bd51e482f038f17ac3c76059a44569611dc3 --- /dev/null +++ b/checkpoint-102500/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280197bfb4316047299b03cbb7754d117d928aa36ddd5a83e28268345bb3ed09 +size 563 diff --git a/checkpoint-102500/unet/config.json b/checkpoint-102500/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1cd664fc36d4dc821a4f0fdae4b94d7d99b356 --- /dev/null +++ b/checkpoint-102500/unet/config.json @@ -0,0 +1,60 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "out_channels": 3, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-102500/unet/diffusion_pytorch_model.bin b/checkpoint-102500/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..dcbd04b25042bf2d92ec8f038e100cb2705dfdee --- /dev/null +++ b/checkpoint-102500/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79bf5fcfefa5fe56aad81ac8bbbf1351fcefb8f17ccb3a2e2c9d33519c1b55c +size 36621969 diff --git a/checkpoint-102500/unet_ema/config.json b/checkpoint-102500/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..7f418b9b465c2bd3a05ea8b3b7c342f66bbe2426 --- /dev/null +++ b/checkpoint-102500/unet_ema/config.json @@ -0,0 +1,67 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "optimization_step": 102500, + "out_channels": 3, + "power": 0.75, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "update_after_step": 0, + "use_ema_warmup": true, + "use_linear_projection": false +} diff --git a/checkpoint-102500/unet_ema/diffusion_pytorch_model.bin b/checkpoint-102500/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..306c0d15935e0063db0c2acc98dd2c6ff15179e2 --- /dev/null +++ b/checkpoint-102500/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c67716ccd583374ce020eace32ddaeeb10311308d0cab339a51d5b8228cc9f +size 36616081 diff --git a/checkpoint-103000/optimizer.bin b/checkpoint-103000/optimizer.bin new file mode 100644 index 0000000000000000000000000000000000000000..96f64bc4ed9c1bc8b162facfb4efbd6700016e6c --- /dev/null +++ b/checkpoint-103000/optimizer.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c22239224686504e8ac6620a8080e60df63dd07026cc1435ce12f0aeb081697 +size 73251413 diff --git a/checkpoint-103000/random_states_0.pkl b/checkpoint-103000/random_states_0.pkl new file mode 100644 index 0000000000000000000000000000000000000000..da9f366e20c4a5b555933d9b8db346dac91f9d00 --- /dev/null +++ b/checkpoint-103000/random_states_0.pkl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7131944450b6d837170dc71f68768572a0964487b15a757320a2521e797713 +size 14663 diff --git a/checkpoint-103000/scaler.pt b/checkpoint-103000/scaler.pt new file mode 100644 index 0000000000000000000000000000000000000000..20e4a518059ec63cd1363a9eb3c9b8f22c4aebf1 --- /dev/null +++ b/checkpoint-103000/scaler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531ea2dedcc2e53f74830051574c79c74dcfb39b0df66abe73d19d4e5e2bf6d0 +size 557 diff --git a/checkpoint-103000/scheduler.bin b/checkpoint-103000/scheduler.bin new file mode 100644 index 0000000000000000000000000000000000000000..e455d3a9412ba0024e31e20958d041a823935611 --- /dev/null +++ b/checkpoint-103000/scheduler.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d704363edde88b4a116ff705490baeaa740e8af5743546920c038dd2137be67 +size 563 diff --git a/checkpoint-103000/unet/config.json b/checkpoint-103000/unet/config.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1cd664fc36d4dc821a4f0fdae4b94d7d99b356 --- /dev/null +++ b/checkpoint-103000/unet/config.json @@ -0,0 +1,60 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "out_channels": 3, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "use_linear_projection": false +} diff --git a/checkpoint-103000/unet/diffusion_pytorch_model.bin b/checkpoint-103000/unet/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..a4c53bd6704ef46031654195e6422fb315372261 --- /dev/null +++ b/checkpoint-103000/unet/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3886b8d3dd5b1c16b202bf6e9a24341e27e0ebc13b934139eb3a771e0c0bbb54 +size 36621969 diff --git a/checkpoint-103000/unet_ema/config.json b/checkpoint-103000/unet_ema/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c0ce1f19178b15e2c0637a3880a1a013bc0cc944 --- /dev/null +++ b/checkpoint-103000/unet_ema/config.json @@ -0,0 +1,67 @@ +{ + "_class_name": "UNet2DConditionModel", + "_diffusers_version": "0.16.1", + "act_fn": "silu", + "addition_embed_type": null, + "addition_embed_type_num_heads": 64, + "attention_head_dim": 8, + "block_out_channels": [ + 64, + 64, + 128, + 128 + ], + "center_input_sample": false, + "class_embed_type": null, + "class_embeddings_concat": false, + "conv_in_kernel": 3, + "conv_out_kernel": 3, + "cross_attention_dim": 256, + "cross_attention_norm": null, + "decay": 0.9999, + "down_block_types": [ + "DownBlock2D", + "DownBlock2D", + "DownBlock2D", + "CrossAttnDownBlock2D" + ], + "downsample_padding": 1, + "dual_cross_attention": false, + "encoder_hid_dim": null, + "flip_sin_to_cos": true, + "freq_shift": 0, + "in_channels": 3, + "inv_gamma": 1.0, + "layers_per_block": 2, + "mid_block_only_cross_attention": null, + "mid_block_scale_factor": 1, + "mid_block_type": "UNetMidBlock2DCrossAttn", + "min_decay": 0.0, + "norm_eps": 1e-05, + "norm_num_groups": 32, + "num_class_embeds": null, + "only_cross_attention": false, + "optimization_step": 103000, + "out_channels": 3, + "power": 0.75, + "projection_class_embeddings_input_dim": null, + "resnet_out_scale_factor": 1.0, + "resnet_skip_time_act": false, + "resnet_time_scale_shift": "default", + "sample_size": 256, + "time_cond_proj_dim": null, + "time_embedding_act_fn": null, + "time_embedding_dim": null, + "time_embedding_type": "positional", + "timestep_post_act": null, + "up_block_types": [ + "CrossAttnUpBlock2D", + "UpBlock2D", + "UpBlock2D", + "UpBlock2D" + ], + "upcast_attention": false, + "update_after_step": 0, + "use_ema_warmup": true, + "use_linear_projection": false +} diff --git a/checkpoint-103000/unet_ema/diffusion_pytorch_model.bin b/checkpoint-103000/unet_ema/diffusion_pytorch_model.bin new file mode 100644 index 0000000000000000000000000000000000000000..05e921ea43f038a176c75dda85734bca0b7f6a3b --- /dev/null +++ b/checkpoint-103000/unet_ema/diffusion_pytorch_model.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b4d098aae53c2f60eef28e04bea02b247792db616886cf4b00f83389c4e899 +size 36616081 diff --git a/unet/diffusion_pytorch_model.bin b/unet/diffusion_pytorch_model.bin index 6f35a6f5487be3b10b964835377a188f0bad8993..5e43bc17a35046d43a3603d689b8131853bf1fb1 100644 --- a/unet/diffusion_pytorch_model.bin +++ b/unet/diffusion_pytorch_model.bin @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b03b5607f964c5f4e4b22320d5bf54627aeeb0ecaa052d3a330673287014162 +oid sha256:8a30ef2bdf16e85d0f22905473aff54bd0f5b795afed7f76d24e1fce8483cd9e size 36621969