Add model weights
Browse files- ckp/DAPE.pth +3 -0
- ckp/TVTUNet/unet/config.json +76 -0
- ckp/TVTUNet/unet/diffusion_pytorch_model.safetensors +3 -0
- ckp/model_TVT.pkl +3 -0
- ckp/ram_swin_large_14m.pth +3 -0
- ckp/vae.ckpt +3 -0
ckp/DAPE.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7028be2edcbe9ab0bd1c4ab6f2a2a86f4b44d32261a4faa50ae10fdd9b2feba
|
| 3 |
+
size 7194489
|
ckp/TVTUNet/unet/config.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.27.0.dev0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"addition_embed_type": null,
|
| 6 |
+
"addition_embed_type_num_heads": 64,
|
| 7 |
+
"addition_time_embed_dim": null,
|
| 8 |
+
"attention_head_dim": [
|
| 9 |
+
5,
|
| 10 |
+
5,
|
| 11 |
+
10,
|
| 12 |
+
20,
|
| 13 |
+
20
|
| 14 |
+
],
|
| 15 |
+
"attention_type": "default",
|
| 16 |
+
"block_out_channels": [
|
| 17 |
+
320,
|
| 18 |
+
320,
|
| 19 |
+
640,
|
| 20 |
+
1280,
|
| 21 |
+
1280
|
| 22 |
+
],
|
| 23 |
+
"center_input_sample": false,
|
| 24 |
+
"class_embed_type": null,
|
| 25 |
+
"class_embeddings_concat": false,
|
| 26 |
+
"conv_in_kernel": 3,
|
| 27 |
+
"conv_out_kernel": 3,
|
| 28 |
+
"cross_attention_dim": 1024,
|
| 29 |
+
"cross_attention_norm": null,
|
| 30 |
+
"down_block_types": [
|
| 31 |
+
"CrossAttnDownBlock2D",
|
| 32 |
+
"CrossAttnDownBlock2D",
|
| 33 |
+
"CrossAttnDownBlock2D",
|
| 34 |
+
"CrossAttnDownBlock2D",
|
| 35 |
+
"DownBlock2D"
|
| 36 |
+
],
|
| 37 |
+
"downsample_padding": 1,
|
| 38 |
+
"dropout": 0.0,
|
| 39 |
+
"dual_cross_attention": false,
|
| 40 |
+
"encoder_hid_dim": null,
|
| 41 |
+
"encoder_hid_dim_type": null,
|
| 42 |
+
"flip_sin_to_cos": true,
|
| 43 |
+
"freq_shift": 0,
|
| 44 |
+
"in_channels": 4,
|
| 45 |
+
"layers_per_block": 2,
|
| 46 |
+
"mid_block_only_cross_attention": null,
|
| 47 |
+
"mid_block_scale_factor": 1,
|
| 48 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 49 |
+
"norm_eps": 1e-05,
|
| 50 |
+
"norm_num_groups": 32,
|
| 51 |
+
"num_attention_heads": null,
|
| 52 |
+
"num_class_embeds": null,
|
| 53 |
+
"only_cross_attention": false,
|
| 54 |
+
"out_channels": 4,
|
| 55 |
+
"projection_class_embeddings_input_dim": null,
|
| 56 |
+
"resnet_out_scale_factor": 1.0,
|
| 57 |
+
"resnet_skip_time_act": false,
|
| 58 |
+
"resnet_time_scale_shift": "default",
|
| 59 |
+
"reverse_transformer_layers_per_block": null,
|
| 60 |
+
"sample_size": 64,
|
| 61 |
+
"time_cond_proj_dim": null,
|
| 62 |
+
"time_embedding_act_fn": null,
|
| 63 |
+
"time_embedding_dim": null,
|
| 64 |
+
"time_embedding_type": "positional",
|
| 65 |
+
"timestep_post_act": null,
|
| 66 |
+
"transformer_layers_per_block": 1,
|
| 67 |
+
"up_block_types": [
|
| 68 |
+
"UpBlock2D",
|
| 69 |
+
"CrossAttnUpBlock2D",
|
| 70 |
+
"CrossAttnUpBlock2D",
|
| 71 |
+
"CrossAttnUpBlock2D",
|
| 72 |
+
"CrossAttnUpBlock2D"
|
| 73 |
+
],
|
| 74 |
+
"upcast_attention": false,
|
| 75 |
+
"use_linear_projection": true
|
| 76 |
+
}
|
ckp/TVTUNet/unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9645b447163ddac62cbee78ba1cb0353b47c8641f1638b9d3a3a0461dbf7fa45
|
| 3 |
+
size 3583955992
|
ckp/model_TVT.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b312009191a1ab68bbcc2c6a347bb77b39a88879c408fbfc7d9c5d093b69f876
|
| 3 |
+
size 138652481
|
ckp/ram_swin_large_14m.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15c729c793af28b9d107c69f85836a1356d76ea830d4714699fb62e55fcc08ed
|
| 3 |
+
size 5625634877
|
ckp/vae.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e262cff13886c446d58750d9a131f7d9fe727ec5e090ce7794d97cca57f5aff9
|
| 3 |
+
size 199368547
|