This repository contains image upscaling models that are installable within Aidoku.
waifu2x (2x, noise0)
: the latest version of waifu2x, with 2x scaling and noise0 denoising.Real-ESRGAN (2x, photo)
: Real-ESRGAN 2x model for general images.
Aidoku supports custom CoreML models by placing them in the Models
directory in Aidoku's documents. You can follow these steps:
- Obtain a
.mlmodel
file or.mlpackage
folder (see scripts for converting your own). - Create a
.json
file with the same name as your model file (e.g.test.mlmodel
would have a correspondingtest.mlmodel.json
file)- See the
json
files in the models directory for examples. - The
type
value should beimage
ormultiarray
, depending on the model type. multiarray
models should be configured with the input and output names as well as the block size.
- See the
- Place both the model and json file in the
Models
directory in the Aidoku documents directory. - Select the model from the upscaling models page in Aidoku.