MalumaDev commited on
Commit
3e608e6
·
verified ·
1 Parent(s): 3e32849

Upload models

Browse files
DB_MFIF/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DB_MFIF"
4
+ ],
5
+ "batchNorm": true,
6
+ "deblur_out": 3,
7
+ "defocus_in": 6,
8
+ "kernel_size": 3,
9
+ "model_type": "dbmfif-net",
10
+ "n_feats_b": 64,
11
+ "torch_dtype": "float32",
12
+ "transformers_version": "4.47.0"
13
+ }
DB_MFIF/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761ccc05fe80a71826346367b6ffbb47b37d9e26bb46fb3736b12cbdda0ec667
3
+ size 10810216
GACN/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GACN"
4
+ ],
5
+ "model_type": "GACN",
6
+ "torch_dtype": "float32",
7
+ "transformers_version": "4.47.0"
8
+ }
GACN/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd2e9186a59e12bad8783137af887229e446f5d6ed03cff99b9e9c1eae93fa3e
3
+ size 285152
MFIF_GAN/config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MFIF_GAN"
4
+ ],
5
+ "conv_dim": 64,
6
+ "down_plies": 2,
7
+ "model_type": "mfif-gan",
8
+ "repeat_num": 9,
9
+ "torch_dtype": "float32",
10
+ "transformers_version": "4.47.0",
11
+ "up_plies": 2
12
+ }
MFIF_GAN/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b548d3b010fff379aa45aa7fa699ca5eca4c98458bf19061cf920d8572621e94
3
+ size 54862480
MSI_DTrans/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MSI_DTrans"
4
+ ],
5
+ "dropout": 0.0,
6
+ "img_channels": 3,
7
+ "model_type": "msi_dtrans",
8
+ "torch_dtype": "float32",
9
+ "transformers_version": "4.47.0"
10
+ }
MSI_DTrans/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f4430339e699c27f1b673f1e9400ed5000f039e386add50d0a2cd6e43da1262
3
+ size 7113708
SESFuse/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SESFuse"
4
+ ],
5
+ "model_type": "SESFuse",
6
+ "torch_dtype": "float32",
7
+ "transformers_version": "4.47.0"
8
+ }
SESFuse/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9658a0bac9fe948c8e5150519519a155a45f83606b8f34f16cabd0d63ff09f
3
+ size 306612
SwinFusion/config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Ex_depths": [
3
+ 4
4
+ ],
5
+ "Ex_num_heads": [
6
+ 6,
7
+ 6
8
+ ],
9
+ "Fusion_depths": [
10
+ 2,
11
+ 2
12
+ ],
13
+ "Fusion_num_heads": [
14
+ 6,
15
+ 6,
16
+ 6
17
+ ],
18
+ "Re_depths": [
19
+ 4
20
+ ],
21
+ "Re_num_heads": [
22
+ 6,
23
+ 6
24
+ ],
25
+ "ape": false,
26
+ "architectures": [
27
+ "SwinFusion"
28
+ ],
29
+ "attn_drop_rate": 0.0,
30
+ "drop_path_rate": 0.1,
31
+ "drop_rate": 0.0,
32
+ "embed_dim": 60,
33
+ "img_range": 1.0,
34
+ "img_size": 128,
35
+ "in_chans": 1,
36
+ "mlp_ratio": 2.0,
37
+ "model_type": "swin-fusion",
38
+ "patch_norm": true,
39
+ "patch_size": 1,
40
+ "qk_scale": null,
41
+ "qkv_bias": true,
42
+ "resi_connection": "1conv",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.47.0",
45
+ "upsampler": null,
46
+ "upscale": 1,
47
+ "use_checkpoint": false,
48
+ "window_size": 8
49
+ }
SwinFusion/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b8907a8544d295fb6b3828bfd2888e48ba2eee4badb7cd577d3a69702e4b62
3
+ size 55198132
VAEEDOF_DISC/config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "VAEEDOF",
3
+ "model_type": "vae-edof",
4
+ "_diffusers_version": "0.31.0",
5
+ "base_vae": "madebyollin/taesd3",
6
+ "decay": 0.9999,
7
+ "inv_gamma": 1.0,
8
+ "is_tiny_vae": true,
9
+ "min_decay": 0.0,
10
+ "n_images": 7,
11
+ "optimization_step": 64000,
12
+ "power": 0.6666666666666666,
13
+ "unet_config": "diffusion/unet2dtiny.json",
14
+ "update_after_step": 0,
15
+ "use_ema_warmup": false
16
+ }
VAEEDOF_DISC/unet/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SimpleUNet2DModel",
3
+ "_diffusers_version": "0.31.0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 320,
10
+ 320,
11
+ 320
12
+ ],
13
+ "center_input_sample": false,
14
+ "down_block_types": [
15
+ "DownBlock2D",
16
+ "AttnDownBlock2D",
17
+ "DownBlock2D"
18
+ ],
19
+ "downsample_padding": 1,
20
+ "downsample_type": "conv",
21
+ "dropout": 0.0,
22
+ "in_channels": 112,
23
+ "layers_per_block": 1,
24
+ "mid_block_scale_factor": 1,
25
+ "norm_eps": 1e-05,
26
+ "norm_num_groups": 32,
27
+ "out_channels": 16,
28
+ "resnet_time_scale_shift": "default",
29
+ "sample_size": 64,
30
+ "up_block_types": [
31
+ "UpBlock2D",
32
+ "AttnUpBlock2D",
33
+ "UpBlock2D"
34
+ ],
35
+ "upsample_type": "conv"
36
+ }
VAEEDOF_DISC/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:388f13f6b2c0b8deb96eac784031795d8ef4504be0001f63d98f342c3e17787b
3
+ size 131071576
VAEEDOF_DISC_137k/config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "VAEEDOF",
3
+ "model_type": "vae-edof",
4
+ "_diffusers_version": "0.31.0",
5
+ "base_vae": "madebyollin/taesd3",
6
+ "decay": 0.9999,
7
+ "inv_gamma": 1.0,
8
+ "is_tiny_vae": true,
9
+ "min_decay": 0.0,
10
+ "n_images": 7,
11
+ "optimization_step": 64000,
12
+ "power": 0.6666666666666666,
13
+ "unet_config": "diffusion/unet2dtiny.json",
14
+ "update_after_step": 0,
15
+ "use_ema_warmup": false
16
+ }
VAEEDOF_DISC_137k/unet/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SimpleUNet2DModel",
3
+ "_diffusers_version": "0.31.0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 320,
10
+ 320,
11
+ 320
12
+ ],
13
+ "center_input_sample": false,
14
+ "down_block_types": [
15
+ "DownBlock2D",
16
+ "AttnDownBlock2D",
17
+ "DownBlock2D"
18
+ ],
19
+ "downsample_padding": 1,
20
+ "downsample_type": "conv",
21
+ "dropout": 0.0,
22
+ "in_channels": 112,
23
+ "layers_per_block": 1,
24
+ "mid_block_scale_factor": 1,
25
+ "norm_eps": 1e-05,
26
+ "norm_num_groups": 32,
27
+ "out_channels": 16,
28
+ "resnet_time_scale_shift": "default",
29
+ "sample_size": 64,
30
+ "up_block_types": [
31
+ "UpBlock2D",
32
+ "AttnUpBlock2D",
33
+ "UpBlock2D"
34
+ ],
35
+ "upsample_type": "conv"
36
+ }
VAEEDOF_DISC_137k/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:388f13f6b2c0b8deb96eac784031795d8ef4504be0001f63d98f342c3e17787b
3
+ size 131071576
VAEEDOF_DISC_166k/config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "VAEEDOF",
3
+ "model_type": "vae-edof",
4
+ "_diffusers_version": "0.31.0",
5
+ "base_vae": "madebyollin/taesd3",
6
+ "decay": 0.9999,
7
+ "inv_gamma": 1.0,
8
+ "is_tiny_vae": true,
9
+ "min_decay": 0.0,
10
+ "n_images": 7,
11
+ "optimization_step": 166000,
12
+ "power": 0.6666666666666666,
13
+ "unet_config": "diffusion/unet2dtiny.json",
14
+ "update_after_step": 0,
15
+ "use_ema_warmup": false
16
+ }
VAEEDOF_DISC_166k/unet/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SimpleUNet2DModel",
3
+ "_diffusers_version": "0.31.0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 320,
10
+ 320,
11
+ 320
12
+ ],
13
+ "center_input_sample": false,
14
+ "down_block_types": [
15
+ "DownBlock2D",
16
+ "AttnDownBlock2D",
17
+ "DownBlock2D"
18
+ ],
19
+ "downsample_padding": 1,
20
+ "downsample_type": "conv",
21
+ "dropout": 0.0,
22
+ "in_channels": 112,
23
+ "layers_per_block": 1,
24
+ "mid_block_scale_factor": 1,
25
+ "norm_eps": 1e-05,
26
+ "norm_num_groups": 32,
27
+ "out_channels": 16,
28
+ "resnet_time_scale_shift": "default",
29
+ "sample_size": 64,
30
+ "up_block_types": [
31
+ "UpBlock2D",
32
+ "AttnUpBlock2D",
33
+ "UpBlock2D"
34
+ ],
35
+ "upsample_type": "conv"
36
+ }
VAEEDOF_DISC_166k/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86df3e7aabb9bce7046a511ba53415484e97fe0e35459abc4790525d217f35e8
3
+ size 131071576
VAEEDOF_DISC_2_Steps/config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "VAEEDOF",
3
+ "model_type": "vae-edof",
4
+ "_diffusers_version": "0.31.0",
5
+ "base_vae": "madebyollin/taesd3",
6
+ "decay": 0.9999,
7
+ "inv_gamma": 1.0,
8
+ "is_tiny_vae": true,
9
+ "min_decay": 0.0,
10
+ "n_images": 7,
11
+ "optimization_step": 16000,
12
+ "power": 0.6666666666666666,
13
+ "unet_config": "diffusion/unet2dtiny.json",
14
+ "update_after_step": 0,
15
+ "use_ema_warmup": false
16
+ }
VAEEDOF_DISC_2_Steps/unet/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "SimpleUNet2DModel",
3
+ "_diffusers_version": "0.31.0",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 320,
10
+ 320,
11
+ 320
12
+ ],
13
+ "center_input_sample": false,
14
+ "down_block_types": [
15
+ "DownBlock2D",
16
+ "AttnDownBlock2D",
17
+ "DownBlock2D"
18
+ ],
19
+ "downsample_padding": 1,
20
+ "downsample_type": "conv",
21
+ "dropout": 0.0,
22
+ "in_channels": 112,
23
+ "layers_per_block": 1,
24
+ "mid_block_scale_factor": 1,
25
+ "norm_eps": 1e-05,
26
+ "norm_num_groups": 32,
27
+ "out_channels": 16,
28
+ "resnet_time_scale_shift": "default",
29
+ "sample_size": 64,
30
+ "up_block_types": [
31
+ "UpBlock2D",
32
+ "AttnUpBlock2D",
33
+ "UpBlock2D"
34
+ ],
35
+ "upsample_type": "conv"
36
+ }
VAEEDOF_DISC_2_Steps/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec7a86d9f74d786b6a08ed610299521d5d0a1938e276509559bcb34ad4159d8
3
+ size 131071576