Skip to content

Commit 3d4d525

Browse files
authored
Added Adore and updated Fallin link (#501)
1 parent cdc7a82 commit 3d4d525

2 files changed

Lines changed: 53 additions & 1 deletion

File tree

data/models/2x-Adore.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"name": "Adore",
3+
"author": "renarchi",
4+
"license": "CC-BY-NC-SA-4.0",
5+
"tags": [
6+
"anime",
7+
"restoration"
8+
],
9+
"description": "Purpose: Realtime 1080p anime upscaler\n\nAdore is a improved successor to the Fallin models and has been trained using the same architecture and purpose.",
10+
"date": "2026-04-11",
11+
"architecture": "real-cugan",
12+
"size": null,
13+
"scale": 2,
14+
"inputChannels": 3,
15+
"outputChannels": 3,
16+
"resources": [
17+
{
18+
"platform": "onnx",
19+
"type": "onnx",
20+
"size": 5678773,
21+
"sha256": "532c1b30711c2bb7ea6ddf123fd219df87ca9816fbb8ddaaad5c1f311d5b7c44",
22+
"urls": [
23+
"https://github.com/renarchi/Re-SISR/releases/tag/Adore"
24+
]
25+
}
26+
],
27+
"trainingIterations": 136000,
28+
"trainingBatchSize": 8,
29+
"trainingHRSize": 512,
30+
"trainingOTF": false,
31+
"datasetSize": 16273,
32+
"images": [
33+
{
34+
"type": "paired",
35+
"caption": "Haikyuu!",
36+
"LR": "https://i.slow.pics/6wwY4qc7.webp",
37+
"SR": "https://i.slow.pics/TsFkzGoE.webp"
38+
},
39+
{
40+
"type": "paired",
41+
"caption": "Another",
42+
"LR": "https://i.slow.pics/LU5KPlwJ.webp",
43+
"SR": "https://i.slow.pics/hPglSuIG.webp"
44+
},
45+
{
46+
"type": "paired",
47+
"caption": "Snafu",
48+
"LR": "https://i.slow.pics/JUuuSj25.webp",
49+
"SR": "https://i.slow.pics/kVsyZD8f.webp"
50+
}
51+
]
52+
}

data/models/2x-Fallin-Strong.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"size": 5657145,
2121
"sha256": "b05afbd8e67b93a35959aad5b2fd11af067799ef44be083bc205cff926433f78",
2222
"urls": [
23-
"https://mega.nz/file/3t42iD6J#5ti5EzdyagH1WAQdkgbiJ3NqUI2CfsY70M-DfuN9XWI"
23+
"https://github.com/renarchi/Re-SISR/releases/tag/Fallin"
2424
]
2525
}
2626
],

0 commit comments

Comments
 (0)