Delete test_unet_class_cond
Browse filesRemove outdated testing checkpoint (apply attention weight ordering fix)
test_unet_class_cond/config.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:88665510e12c4ade9d98c76c68a25b8d622098c743fdab8bfc39a76b7c11953d
|
| 3 |
-
size 5206191
|
|
|
|
|
|
|
|
|
|
|
|