Upload 4 files
Browse filesUpload new small random diffusers consistency model test checkpoints with attention weight fix (apply attention weight ordering fix)
test_unet/config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.17.0.dev0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"add_attention": true,
|
| 6 |
+
"attention_head_dim": 8,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
32,
|
| 9 |
+
64
|
| 10 |
+
],
|
| 11 |
+
"center_input_sample": false,
|
| 12 |
+
"class_embed_type": null,
|
| 13 |
+
"down_block_types": [
|
| 14 |
+
"ResnetDownsampleBlock2D",
|
| 15 |
+
"AttnDownsampleBlock2D"
|
| 16 |
+
],
|
| 17 |
+
"downsample_padding": 1,
|
| 18 |
+
"flip_sin_to_cos": true,
|
| 19 |
+
"freq_shift": 0,
|
| 20 |
+
"in_channels": 3,
|
| 21 |
+
"layers_per_block": 2,
|
| 22 |
+
"mid_block_scale_factor": 1,
|
| 23 |
+
"norm_eps": 1e-05,
|
| 24 |
+
"norm_num_groups": 32,
|
| 25 |
+
"num_class_embeds": null,
|
| 26 |
+
"out_channels": 3,
|
| 27 |
+
"resnet_time_scale_shift": "scale_shift",
|
| 28 |
+
"sample_size": 32,
|
| 29 |
+
"time_embedding_type": "positional",
|
| 30 |
+
"up_block_types": [
|
| 31 |
+
"AttnUpsampleBlock2D",
|
| 32 |
+
"ResnetUpsampleBlock2D"
|
| 33 |
+
]
|
| 34 |
+
}
|
test_unet/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:130d7d2411512729458e88732487b16872e579dbe274e1012d3e32ccd8394d76
|
| 3 |
+
size 4693857
|
test_unet_class_cond/config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.17.0.dev0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"add_attention": true,
|
| 6 |
+
"attention_head_dim": 8,
|
| 7 |
+
"block_out_channels": [
|
| 8 |
+
32,
|
| 9 |
+
64
|
| 10 |
+
],
|
| 11 |
+
"center_input_sample": false,
|
| 12 |
+
"class_embed_type": null,
|
| 13 |
+
"down_block_types": [
|
| 14 |
+
"ResnetDownsampleBlock2D",
|
| 15 |
+
"AttnDownsampleBlock2D"
|
| 16 |
+
],
|
| 17 |
+
"downsample_padding": 1,
|
| 18 |
+
"flip_sin_to_cos": true,
|
| 19 |
+
"freq_shift": 0,
|
| 20 |
+
"in_channels": 3,
|
| 21 |
+
"layers_per_block": 2,
|
| 22 |
+
"mid_block_scale_factor": 1,
|
| 23 |
+
"norm_eps": 1e-05,
|
| 24 |
+
"norm_num_groups": 32,
|
| 25 |
+
"num_class_embeds": 1000,
|
| 26 |
+
"out_channels": 3,
|
| 27 |
+
"resnet_time_scale_shift": "scale_shift",
|
| 28 |
+
"sample_size": 32,
|
| 29 |
+
"time_embedding_type": "positional",
|
| 30 |
+
"up_block_types": [
|
| 31 |
+
"AttnUpsampleBlock2D",
|
| 32 |
+
"ResnetUpsampleBlock2D"
|
| 33 |
+
]
|
| 34 |
+
}
|
test_unet_class_cond/diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27edc6ceac7e3418ff11ddcf828cd37f24b3055417be343f6cd9e1720d9f2054
|
| 3 |
+
size 5206191
|