Delete unet
Browse filesRemove outdated unet checkpoint (add use_data_type_embedding to config)
- unet/config.json +0 -31
- unet/diffusion_pytorch_model.bin +0 -3
unet/config.json
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "UniDiffuserModel",
|
| 3 |
-
"_diffusers_version": "0.15.0.dev0",
|
| 4 |
-
"activation_fn": "gelu",
|
| 5 |
-
"attention_bias": false,
|
| 6 |
-
"attention_head_dim": 8,
|
| 7 |
-
"block_type": "unidiffuser",
|
| 8 |
-
"clip_img_dim": 32,
|
| 9 |
-
"cross_attention_dim": null,
|
| 10 |
-
"dropout": 0.0,
|
| 11 |
-
"ff_final_dropout": true,
|
| 12 |
-
"in_channels": 4,
|
| 13 |
-
"norm_elementwise_affine": true,
|
| 14 |
-
"norm_num_groups": 32,
|
| 15 |
-
"norm_type": "layer_norm",
|
| 16 |
-
"num_attention_heads": 2,
|
| 17 |
-
"num_embeds_ada_norm": 1000,
|
| 18 |
-
"num_layers": 2,
|
| 19 |
-
"num_text_tokens": 77,
|
| 20 |
-
"num_vector_embeds": null,
|
| 21 |
-
"only_cross_attention": false,
|
| 22 |
-
"out_channels": 4,
|
| 23 |
-
"patch_size": 2,
|
| 24 |
-
"pre_layer_norm": false,
|
| 25 |
-
"sample_size": 16,
|
| 26 |
-
"text_dim": 32,
|
| 27 |
-
"upcast_attention": false,
|
| 28 |
-
"use_linear_projection": false,
|
| 29 |
-
"use_patch_pos_embed": false,
|
| 30 |
-
"use_timestep_embedding": false
|
| 31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unet/diffusion_pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:31df5e33d86c5d8721e9d5bd882adb1f34a5864f418ae6fd2e5cf310a75549b1
|
| 3 |
-
size 86609
|
|
|
|
|
|
|
|
|
|
|
|