-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the two new model requests (#425)
* Add the two new model requests * fix names
- Loading branch information
1 parent
b6e376b
commit ecc04d5
Showing
3 changed files
with
181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
{ | ||
"name": "MLP StarSample V1.0", | ||
"author": "derpy", | ||
"license": "CC0-1.0", | ||
"tags": [ | ||
"cartoon", | ||
"colorization", | ||
"compression-removal", | ||
"deblur", | ||
"denoise", | ||
"general-upscaler", | ||
"restoration", | ||
"texture-generation" | ||
], | ||
"description": "This is a model for the restoration of My Little Pony: Friendship is Magic, however it also works decently well on all similar art. \n\nIt was trained in 2x on ground truth 3840x2160 HRs and 1920x1080 LRs of varying compression, so it is able to upscale from 1080p to 2160p, where its detail retention is great, however it may create noticeable artifacting if looked at closely, like areas of randomly coloured pixels along edges. In 1x or 1.5x (2x upscaled and then downscaled back down) it performs extremely well, almost perfectly in fact, in correcting colours, removing compression, and crisping up lines - and this is the way the model is intended to be used (hence the acronym of its name being \"SS\", or \"supersampling\").\n\n**[Github Release](https://github.com/Derpiesaurus/models/releases/tag/v1.0)** \n**Showcase:** https://slow.pics/s/1ixqCSjy", | ||
"date": "2024-05-22", | ||
"architecture": "compact", | ||
"size": [ | ||
"64nf", | ||
"16nc" | ||
], | ||
"scale": 2, | ||
"inputChannels": 3, | ||
"outputChannels": 3, | ||
"resources": [ | ||
{ | ||
"urls": [ | ||
"https://github.com/Derpiesaurus/models/releases/download/v1.0/2x.StarSample.V1.0.pth" | ||
], | ||
"sha256": "106ef781b08e33bb794c59bdb2c7a528b4f4106f516235115949f2ac03f45ba2", | ||
"size": 1215294, | ||
"platform": "pytorch", | ||
"type": "pth" | ||
}, | ||
{ | ||
"urls": [ | ||
"https://github.com/Derpiesaurus/models/releases/download/v1.0/2x.StarSample.V1.0.safetensors" | ||
], | ||
"sha256": "a83685aa15674a955ed2eec9cdffe2e1a591967f581d6c356a63f1cf4ae07a49", | ||
"size": 1205456, | ||
"platform": "pytorch", | ||
"type": "safetensors" | ||
}, | ||
{ | ||
"urls": [ | ||
"https://github.com/Derpiesaurus/models/releases/download/v1.0/2x.StarSample.V1.0.-.FP32.OPSET17.onnx" | ||
], | ||
"sha256": "b4e6caadbbc6305e31686378821b6ba02a6d9b92f3e8aa29995594f7676f018b", | ||
"size": 2412381, | ||
"platform": "onnx", | ||
"type": "onnx" | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/ybI7gjob.png", | ||
"SR": "https://i.slow.pics/y3ZXMgNB.png", | ||
"caption": "1x Example 1" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/yLqT8WfS.png", | ||
"SR": "https://i.slow.pics/LvaT8PZH.png", | ||
"caption": "1x Example 2" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/nX12VuVR.png", | ||
"SR": "https://i.slow.pics/94GEHzCS.png", | ||
"caption": "1x Example 3" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/9n5Rkdrg.png", | ||
"SR": "https://i.slow.pics/OxedRFur.png", | ||
"caption": "1x Example 4" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/PeyCu2Qt.png", | ||
"SR": "https://i.slow.pics/vim2aDTH.png", | ||
"caption": "1x Example 5" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/quoAHJZq.png", | ||
"SR": "https://i.slow.pics/ByMKyWsc.png", | ||
"caption": "1x Example 6" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/p9BPSyR4.png", | ||
"SR": "https://i.slow.pics/vYMqhFzg.png", | ||
"caption": "1x Example 7" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/75JM3CJm.png", | ||
"SR": "https://i.slow.pics/2bJP6xEW.png", | ||
"caption": "1x Example 8" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/CIF0ulQP.png", | ||
"SR": "https://i.slow.pics/uXkIKtxT.png", | ||
"caption": "1x Example 9" | ||
} | ||
], | ||
"dataset": "A mix of 4K GT show frames and background-only images.", | ||
"datasetSize": 2567, | ||
"trainingIterations": 230000, | ||
"trainingBatchSize": 28, | ||
"trainingEpochs": 2058, | ||
"trainingHRSize": 256, | ||
"trainingOTF": false, | ||
"pretrainedModelG": "2x-Compact-Pretrain" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"name": "4x-PBRify_UpscalerSIR-M_V2", | ||
"author": "kim2091", | ||
"license": "CC0-1.0", | ||
"tags": [ | ||
"dedither", | ||
"game-textures", | ||
"restoration" | ||
], | ||
"description": "This is part of my [PBRify_Remix](<https://github.com/Kim2091/PBRify_Remix>) project. This is a much more capable model based on SwinIR Medium, which should strike a balance between capacity for learning + inference speed. It appears to have done so :)", | ||
"date": "2024-05-19", | ||
"architecture": "swinir", | ||
"size": [ | ||
"Medium" | ||
], | ||
"scale": 4, | ||
"inputChannels": 3, | ||
"outputChannels": 3, | ||
"resources": [ | ||
{ | ||
"urls": [ | ||
"https://github.com/Kim2091/Kim2091-Models/releases/download/4x-PBRify_UpscalerSIR-M_V2/4x-PBRify_UpscalerSIR-M_V2.pth" | ||
], | ||
"sha256": "65f5706973c4a66321b26681f3de3583c73b807dd97dd00fc69dfdb747396fd2", | ||
"size": 59606776, | ||
"platform": "pytorch", | ||
"type": "pth" | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/xJmIuxId.png", | ||
"SR": "https://i.slow.pics/uEF2YWSy.png", | ||
"caption": "Input vs Output (RTX Remix)" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/pOpqMtIv.png", | ||
"SR": "https://i.slow.pics/KExMUh07.png" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/p1BX66df.png", | ||
"SR": "https://i.slow.pics/eDZkR2gl.png" | ||
}, | ||
{ | ||
"type": "paired", | ||
"LR": "https://i.slow.pics/YyrZBxVe.png", | ||
"SR": "https://i.slow.pics/O38UCmyY.png", | ||
"caption": "Old vs New SR Model" | ||
} | ||
], | ||
"dataset": "ambientCG + PolyHaven + UltraSharpV2", | ||
"datasetSize": 26000, | ||
"trainingIterations": 400000, | ||
"trainingBatchSize": 8, | ||
"trainingHRSize": 256, | ||
"trainingOTF": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,9 @@ | |
"deorder": { | ||
"name": "Deorder" | ||
}, | ||
"derpy": { | ||
"name": ".derpy." | ||
}, | ||
"dinjerr": { | ||
"name": "DinJerr" | ||
}, | ||
|