From 743a6e2f308a2be585082090969c1d0f0ec9e0ef Mon Sep 17 00:00:00 2001 From: renarchi <159624970+renarchi@users.noreply.github.com> Date: Sun, 21 Sep 2025 15:19:10 +0300 Subject: [PATCH 1/3] Add Fallin model series (Soft & Strong) --- data/collections.json | 9 ++++ data/models/2x-Fallin-Soft.json | 83 +++++++++++++++++++++++++++++++ data/models/2x-Fallin-Strong.json | 83 +++++++++++++++++++++++++++++++ 3 files changed, 175 insertions(+) create mode 100644 data/models/2x-Fallin-Soft.json create mode 100644 data/models/2x-Fallin-Strong.json diff --git a/data/collections.json b/data/collections.json index 953100ad..84ebef64 100644 --- a/data/collections.json +++ b/data/collections.json @@ -28,6 +28,15 @@ "2x-AnimeSharpV4-Fast-RCAN-PU" ] }, + "c-fallin": { + "name": "Fallin", + "author": "renarchi", + "description": "", + "models": [ + "2x-Fallin-Soft", + "2x-Fallin-Strong" + ] + }, "c-gameup": { "name": "GameUp", "description": "GameUp is a set of video upscaling models intended for upscaling and restoring video game footage", diff --git a/data/models/2x-Fallin-Soft.json b/data/models/2x-Fallin-Soft.json new file mode 100644 index 00000000..57abafee --- /dev/null +++ b/data/models/2x-Fallin-Soft.json @@ -0,0 +1,83 @@ +{ + "name": "Fallin Soft", + "author": "renarchi", + "license": "CC-BY-4.0", + "tags": [ + "anime", + "restoration" + ], + "description": "Purpose: Real time upscaler for 1080p anime with Shuffle Cugan\n\nFallin has two versions:\n “Soft” is better than Strong at denoise and compression removal, and i think is a better for most users.\n\n “Strong” is a retrained version of Soft and a sharper version.\n\n I used Clamp and only tested it in TensorRT and Onnxruntime, and there was no color issue.\n Thanks to @styler00dollar for helping me fix the color issue.", + "date": "2025-09-14", + "architecture": "cugan", + "size": null, + "scale": 2, + "inputChannels": 3, + "outputChannels": 3, + "resources": [ + { + "platform": "pytorch", + "type": "pth", + "size": 5657145, + "sha256": "910aa56a9a1187df97c3284177da1bc66836679350b2613191340734937e9960", + "urls": [ + "https://github.com/renarchi/models/releases/download/Fallin/Fallin_soft.pth" + ] + }, + { + "platform": "onnx", + "type": "onnx", + "size": 5670257, + "sha256": "487792c65406a6851a6bd48d5cbdcee75317fdc3e241f02fe7054936b9914d15", + "urls": [ + "https://github.com/renarchi/models/releases/download/Fallin/2x_Fallin_soft_renarchi_fp32.onnx" + ] + }, + { + "platform": "onnx", + "type": "onnx", + "size": 2852267, + "sha256": "17a4c0c6af5a187389f52a9bd026553a8819f148b70dea1a242d1517a352dfec", + "urls": [ + "https://github.com/renarchi/models/releases/download/Fallin/2x_Fallin_soft_renarchi_fp16.onnx" + ] + } + ], + "trainingIterations": 150000, + "trainingBatchSize": 8, + "trainingHRSize": 256, + "trainingOTF": false, + "dataset": "Anime BD", + "datasetSize": 3000, + "images": [ + { + "type": "paired", + "caption": "2x-Fallin-Soft", + "LR": "https://imgsli.com/i/20958268-44c6-4d79-b38b-09494a6be577.jpg", + "SR": "https://imgsli.com/i/702e0627-22c4-4387-aac9-944882727e15.jpg" + }, + { + "type": "paired", + "caption": "2x-Fallin-Soft", + "LR": "https://imgsli.com/i/3c3e5d8e-4ca0-4988-98fb-f52837380f45.jpg", + "SR": "https://imgsli.com/i/670b4539-ca43-4ba6-9fa2-954a12f7f6c8.jpg" + }, + { + "type": "paired", + "caption": "2x-Fallin-Soft", + "LR": "https://imgsli.com/i/3315b3d0-cefb-4267-9579-beab0b82ca7c.jpg", + "SR": "https://imgsli.com/i/0c07887c-8fe1-42aa-8d9b-b545f2b849fb.jpg" + }, + { + "type": "paired", + "caption": "2x-Fallin-Soft", + "LR": "https://imgsli.com/i/5d05694f-e85f-4912-b921-3e131e2c1b83.jpg", + "SR": "https://imgsli.com/i/b9c5ce51-6a78-4bcf-ba81-952cfc4ce278.jpg" + }, + { + "type": "paired", + "caption": "2x-Fallin-Soft", + "LR": "https://imgsli.com/i/4c4704d3-1c55-404f-a5ee-0efc0551de7d.jpg", + "SR": "https://imgsli.com/i/12883662-8bbe-49a5-90f6-bfae8ffa5060.jpg" + } + ] +} \ No newline at end of file diff --git a/data/models/2x-Fallin-Strong.json b/data/models/2x-Fallin-Strong.json new file mode 100644 index 00000000..3e06b085 --- /dev/null +++ b/data/models/2x-Fallin-Strong.json @@ -0,0 +1,83 @@ +{ + "name": "Fallin Strong", + "author": "renarchi", + "license": "CC-BY-4.0", + "tags": [ + "anime", + "restoration" + ], + "description": "Purpose: Real time upscaler for 1080p anime with Shuffle Cugan\n\nFallin has two versions:\n “Soft” is better than Strong at denoise and compression removal, and i think is a better for most users.\n\n “Strong” is a retrained version of Soft and a sharper version.\n\n I used Clamp and only tested it in TensorRT and Onnxruntime, and there was no color issue.\n Thanks to @styler00dollar for helping me fix the color issue.", + "date": "2025-09-14", + "architecture": "cugan", + "size": null, + "scale": 2, + "inputChannels": 3, + "outputChannels": 3, + "resources": [ + { + "platform": "pytorch", + "type": "pth", + "size": 5657145, + "sha256": "14b8415199aa66a6507725408a66758ba2bff9286736f19f7f07524efd821a56", + "urls": [ + "https://github.com/renarchi/models/releases/download/Fallin/Fallin_strong.pth" + ] + }, + { + "platform": "onnx", + "type": "onnx", + "size": 5670257, + "sha256": "sha256:b19c5eafb1e91c4233cb091b4a062f9eeb1c05d2df9bdedd482b40e8e034eb81", + "urls": [ + "https://github.com/renarchi/models/releases/download/Fallin/2x_Fallin_strong_renarchi_fp32.onnx" + ] + }, + { + "platform": "onnx", + "type": "onnx", + "size": 2852267, + "sha256": "f3d636e298a22fd54ad66571e74f6c91afc6cc7929799d224dc6ebb864c128df", + "urls": [ + "https://github.com/renarchi/models/releases/download/Fallin/2x_Fallin_strong_renarchi_fp16.onnx" + ] + } + ], + "trainingIterations": 150000, + "trainingBatchSize": 8, + "trainingHRSize": 256, + "trainingOTF": false, + "dataset": "Anime BD", + "datasetSize": 3000, + "images": [ + { + "type": "paired", + "caption": "2x-Fallin-Strong", + "LR": "https://imgsli.com/i/a3088948-39b2-4ad1-ae4c-b52ba30249e5.jpg", + "SR": "https://imgsli.com/i/6c932bb7-e6aa-4e3b-97b9-8cf69af19571.jpg" + }, + { + "type": "paired", + "caption": "2x-Fallin-Strong", + "LR": "https://imgsli.com/i/01e6b74a-3521-463f-a798-856c2b77dc37.jpg", + "SR": "https://imgsli.com/i/39fe76ca-3083-4a55-8eb2-ce591583f427.jpg" + }, + { + "type": "paired", + "caption": "2x-Fallin-Strong", + "LR": "https://imgsli.com/i/9f01d82c-a6b1-4773-bf10-ca0d5b8dffc7.jpg", + "SR": "https://imgsli.com/i/9f01d82c-a6b1-4773-bf10-ca0d5b8dffc7.jpg" + }, + { + "type": "paired", + "caption": "2x-Fallin-Strong", + "LR": "https://imgsli.com/i/52600c60-4586-43dc-b06a-97063fedb704.jpg", + "SR": "https://imgsli.com/i/52600c60-4586-43dc-b06a-97063fedb704.jpg" + }, + { + "type": "paired", + "caption": "2x-Fallin-Strong", + "LR": "https://imgsli.com/i/20eea71e-a2a0-4078-adba-a9ba60bdcec8.jpg", + "SR": "https://imgsli.com/i/1c216e6c-ef4e-4b36-a86d-4847d4496ed9.jpg" + } + ] +} \ No newline at end of file From bb25ef764d5098a31a6965eac761eb44e4d3f3bb Mon Sep 17 00:00:00 2001 From: renarchi <159624970+renarchi@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:24:53 +0300 Subject: [PATCH 2/3] Add missing users.json file --- data/users.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/users.json b/data/users.json index 7271f668..e66d5eb9 100644 --- a/data/users.json +++ b/data/users.json @@ -229,6 +229,9 @@ }, "rek": { "name": "Rek" + }, + "renarchi": { + "name": "renarchi" }, "rtx-2080-ti-hoarder": { "name": "RTX 2080 ti hoarder" @@ -317,4 +320,4 @@ "zheng-chen": { "name": "Zheng Chen" } -} \ No newline at end of file +} From 06dbe234ee51e5c3565834957b444866f1263c9f Mon Sep 17 00:00:00 2001 From: renarchi <159624970+renarchi@users.noreply.github.com> Date: Wed, 5 Nov 2025 00:43:16 +0300 Subject: [PATCH 3/3] Update model links and desc --- data/models/2x-Fallin-Soft.json | 26 ++++----------------- data/models/2x-Fallin-Strong.json | 38 ++++--------------------------- data/users.json | 6 ++--- 3 files changed, 11 insertions(+), 59 deletions(-) diff --git a/data/models/2x-Fallin-Soft.json b/data/models/2x-Fallin-Soft.json index 57abafee..cabf19ad 100644 --- a/data/models/2x-Fallin-Soft.json +++ b/data/models/2x-Fallin-Soft.json @@ -6,7 +6,7 @@ "anime", "restoration" ], - "description": "Purpose: Real time upscaler for 1080p anime with Shuffle Cugan\n\nFallin has two versions:\n “Soft” is better than Strong at denoise and compression removal, and i think is a better for most users.\n\n “Strong” is a retrained version of Soft and a sharper version.\n\n I used Clamp and only tested it in TensorRT and Onnxruntime, and there was no color issue.\n Thanks to @styler00dollar for helping me fix the color issue.", + "description": "Purpose: Real time upscaler for 1080p anime\n\n Fallin has two versions: “Soft” and \"Strong\" \n\n For most users, “Soft” is a more safe choice, it has no oversharpening artifacts, and it is better at removing compression artifacts and denoising. If you want a safe choice, you should choose “Soft”.\n\n “Strong” is the oversharpened version of Soft. Oversharpening artifacts may appear on lines, and lines may not always look good due to oversharpening. Unlike “Soft”, it has a problem with whitening faces. If you like sharpness, choose “Strong”. And I think “Strong” is better in DOF\n\n Note: Keep in mind that Strong produces oversharpening artifacts.\n\nThanks to @styler00dollar for helping me fix the color issue.", "date": "2025-09-14", "architecture": "cugan", "size": null, @@ -16,29 +16,11 @@ "resources": [ { "platform": "pytorch", - "type": "pth", + "type": "safetensors", "size": 5657145, - "sha256": "910aa56a9a1187df97c3284177da1bc66836679350b2613191340734937e9960", + "sha256": "526a4bb8a01273b420105458f850435576d7be95c4029add6cc05cad57d2c3b4", "urls": [ - "https://github.com/renarchi/models/releases/download/Fallin/Fallin_soft.pth" - ] - }, - { - "platform": "onnx", - "type": "onnx", - "size": 5670257, - "sha256": "487792c65406a6851a6bd48d5cbdcee75317fdc3e241f02fe7054936b9914d15", - "urls": [ - "https://github.com/renarchi/models/releases/download/Fallin/2x_Fallin_soft_renarchi_fp32.onnx" - ] - }, - { - "platform": "onnx", - "type": "onnx", - "size": 2852267, - "sha256": "17a4c0c6af5a187389f52a9bd026553a8819f148b70dea1a242d1517a352dfec", - "urls": [ - "https://github.com/renarchi/models/releases/download/Fallin/2x_Fallin_soft_renarchi_fp16.onnx" + "https://mega.nz/file/LwoxXZgS#J5kh2DIkn7NhxbSKOqhyX4gIO39MrVWLCTJGOZd9yzo" ] } ], diff --git a/data/models/2x-Fallin-Strong.json b/data/models/2x-Fallin-Strong.json index 3e06b085..f8ed62c3 100644 --- a/data/models/2x-Fallin-Strong.json +++ b/data/models/2x-Fallin-Strong.json @@ -6,7 +6,7 @@ "anime", "restoration" ], - "description": "Purpose: Real time upscaler for 1080p anime with Shuffle Cugan\n\nFallin has two versions:\n “Soft” is better than Strong at denoise and compression removal, and i think is a better for most users.\n\n “Strong” is a retrained version of Soft and a sharper version.\n\n I used Clamp and only tested it in TensorRT and Onnxruntime, and there was no color issue.\n Thanks to @styler00dollar for helping me fix the color issue.", + "description": "Purpose: Real time upscaler for 1080p anime\n\n Fallin has two versions: “Soft” and \"Strong\" \n\n For most users, “Soft” is a more safe choice, it has no oversharpening artifacts, and it is better at removing compression artifacts and denoising. If you want a safe choice, you should choose “Soft”.\n\n “Strong” is the oversharpened version of Soft. Oversharpening artifacts may appear on lines, and lines may not always look good due to oversharpening. Unlike “Soft”, it has a problem with whitening faces. If you like sharpness, choose “Strong”. And I think “Strong” is better in DOF\n\n Note: Keep in mind that Strong produces oversharpening artifacts.\n\nThanks to @styler00dollar for helping me fix the color issue.", "date": "2025-09-14", "architecture": "cugan", "size": null, @@ -16,29 +16,11 @@ "resources": [ { "platform": "pytorch", - "type": "pth", + "type": "safetensors", "size": 5657145, - "sha256": "14b8415199aa66a6507725408a66758ba2bff9286736f19f7f07524efd821a56", + "sha256": "b05afbd8e67b93a35959aad5b2fd11af067799ef44be083bc205cff926433f78", "urls": [ - "https://github.com/renarchi/models/releases/download/Fallin/Fallin_strong.pth" - ] - }, - { - "platform": "onnx", - "type": "onnx", - "size": 5670257, - "sha256": "sha256:b19c5eafb1e91c4233cb091b4a062f9eeb1c05d2df9bdedd482b40e8e034eb81", - "urls": [ - "https://github.com/renarchi/models/releases/download/Fallin/2x_Fallin_strong_renarchi_fp32.onnx" - ] - }, - { - "platform": "onnx", - "type": "onnx", - "size": 2852267, - "sha256": "f3d636e298a22fd54ad66571e74f6c91afc6cc7929799d224dc6ebb864c128df", - "urls": [ - "https://github.com/renarchi/models/releases/download/Fallin/2x_Fallin_strong_renarchi_fp16.onnx" + "https://mega.nz/file/3t42iD6J#5ti5EzdyagH1WAQdkgbiJ3NqUI2CfsY70M-DfuN9XWI" ] } ], @@ -61,18 +43,6 @@ "LR": "https://imgsli.com/i/01e6b74a-3521-463f-a798-856c2b77dc37.jpg", "SR": "https://imgsli.com/i/39fe76ca-3083-4a55-8eb2-ce591583f427.jpg" }, - { - "type": "paired", - "caption": "2x-Fallin-Strong", - "LR": "https://imgsli.com/i/9f01d82c-a6b1-4773-bf10-ca0d5b8dffc7.jpg", - "SR": "https://imgsli.com/i/9f01d82c-a6b1-4773-bf10-ca0d5b8dffc7.jpg" - }, - { - "type": "paired", - "caption": "2x-Fallin-Strong", - "LR": "https://imgsli.com/i/52600c60-4586-43dc-b06a-97063fedb704.jpg", - "SR": "https://imgsli.com/i/52600c60-4586-43dc-b06a-97063fedb704.jpg" - }, { "type": "paired", "caption": "2x-Fallin-Strong", diff --git a/data/users.json b/data/users.json index e66d5eb9..deec592b 100644 --- a/data/users.json +++ b/data/users.json @@ -111,7 +111,7 @@ "name": "hubert" }, "hvision-nku": { - "name": " HVision-NKU" + "name": "HVision-NKU" }, "intheflesh": { "name": "intheflesh#3116" @@ -229,7 +229,7 @@ }, "rek": { "name": "Rek" - }, + }, "renarchi": { "name": "renarchi" }, @@ -320,4 +320,4 @@ "zheng-chen": { "name": "Zheng Chen" } -} +} \ No newline at end of file