From 8988c6f40e30bb68f1bcffc833a19ec6a3847d81 Mon Sep 17 00:00:00 2001 From: renarchi <159624970+renarchi@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:44:16 +0300 Subject: [PATCH] Added Adore and updated Fallin link --- data/models/2x-Adore.json | 52 +++++++++++++++++++++++++++++++ data/models/2x-Fallin-Strong.json | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 data/models/2x-Adore.json diff --git a/data/models/2x-Adore.json b/data/models/2x-Adore.json new file mode 100644 index 00000000..41d638bd --- /dev/null +++ b/data/models/2x-Adore.json @@ -0,0 +1,52 @@ +{ + "name": "Adore", + "author": "renarchi", + "license": "CC-BY-NC-SA-4.0", + "tags": [ + "anime", + "restoration" + ], + "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.", + "date": "2026-04-11", + "architecture": "real-cugan", + "size": null, + "scale": 2, + "inputChannels": 3, + "outputChannels": 3, + "resources": [ + { + "platform": "onnx", + "type": "onnx", + "size": 5678773, + "sha256": "532c1b30711c2bb7ea6ddf123fd219df87ca9816fbb8ddaaad5c1f311d5b7c44", + "urls": [ + "https://github.com/renarchi/Re-SISR/releases/tag/Adore" + ] + } + ], + "trainingIterations": 136000, + "trainingBatchSize": 8, + "trainingHRSize": 512, + "trainingOTF": false, + "datasetSize": 16273, + "images": [ + { + "type": "paired", + "caption": "Haikyuu!", + "LR": "https://i.slow.pics/6wwY4qc7.webp", + "SR": "https://i.slow.pics/TsFkzGoE.webp" + }, + { + "type": "paired", + "caption": "Another", + "LR": "https://i.slow.pics/LU5KPlwJ.webp", + "SR": "https://i.slow.pics/hPglSuIG.webp" + }, + { + "type": "paired", + "caption": "Snafu", + "LR": "https://i.slow.pics/JUuuSj25.webp", + "SR": "https://i.slow.pics/kVsyZD8f.webp" + } + ] +} \ No newline at end of file diff --git a/data/models/2x-Fallin-Strong.json b/data/models/2x-Fallin-Strong.json index f8ed62c3..c365bb34 100644 --- a/data/models/2x-Fallin-Strong.json +++ b/data/models/2x-Fallin-Strong.json @@ -20,7 +20,7 @@ "size": 5657145, "sha256": "b05afbd8e67b93a35959aad5b2fd11af067799ef44be083bc205cff926433f78", "urls": [ - "https://mega.nz/file/3t42iD6J#5ti5EzdyagH1WAQdkgbiJ3NqUI2CfsY70M-DfuN9XWI" + "https://github.com/renarchi/Re-SISR/releases/tag/Fallin" ] } ],