SnJake commited on
Commit
007d9f7
·
verified ·
1 Parent(s): 1f63901

Upload 2 files

Browse files
Files changed (2) hide show
  1. Baikal_Swin_Anime_x2.safetensors +3 -0
  2. config.json +31 -0
Baikal_Swin_Anime_x2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28fcf52ec007588ba28629dc0b5c1729be177a967242dbeff2732fb673ebcf93
3
+ size 15031628
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "swinir",
3
+ "architectures": [
4
+ "AnimeSwinIR"
5
+ ],
6
+ "task": "image-super-resolution",
7
+ "scale": 2,
8
+ "in_channels": 3,
9
+ "embed_dim": 96,
10
+ "depths": [
11
+ 6,
12
+ 6,
13
+ 6,
14
+ 6
15
+ ],
16
+ "num_heads": [
17
+ 6,
18
+ 6,
19
+ 6,
20
+ 6
21
+ ],
22
+ "window_size": 8,
23
+ "mlp_ratio": 4.0,
24
+ "qkv_bias": true,
25
+ "drop_rate": 0.0,
26
+ "attn_drop_rate": 0.0,
27
+ "drop_path_rate": 0.1,
28
+ "library_name": "pytorch",
29
+ "framework": "pytorch",
30
+ "license": "mit"
31
+ }