imxieyi / waifu2x-ios-model-converter

Apache License 2.0
48 stars 3 forks source link

Model Conversion Request #6

Closed mslmn closed 12 months ago

mslmn commented 12 months ago

I'd like to kindly request the conversion of the following models. 1x_eula_digimanga_bw_v3.pth 1x_MangaJPEGHQ.pth 1x_MangaJPEGHQPlus.pth 1x_MangaJPEGLQ.pth 1x_MangaJPEGMQ.pth 2x_MangaScaleV3.pth 4x_MangaJaNai_V0.5_100k.pth Here's a mega folder with all the .pth files.

Many thanks!

imxieyi commented 12 months ago

Where did 1x_eula_digimanga_bw_v3.pth and 4x_MangaJaNai_V0.5_100k.pth come from? They're not available on upscale.wiki.

mslmn commented 12 months ago

The 1x digimanga model is from discord. It’s mainly for denoising input pages before using the 4x model.

The other model is from here https://github.com/the-database/mangajanai

imxieyi commented 12 months ago

Hmmm... Do you have a discord link to the digimanga model?

MangaJaNai doesn't have a license. I assume it's "All rights reserved".

mslmn commented 12 months ago

https://discord.com/channels/547949405949657098/579685650824036387/1009438493522530405

imxieyi commented 12 months ago

Okay this discord server doesn't seem to be publicly accessible. It sounds like a bad idea adding a private model to supported models list.

I suggest that you install this converter locally. The following convert command works on my side:

python converter.py --type esrgan_old --name "1x eula digimanga bw v3" \
                    --scale 1 --monochrome --has-cuda --out-dir . \
                    1x_eula_digimanga_bw_v3.pth

MangaJPEG and MangaJaNai models have been added to both this repo and the web converter. Feel free to convert either online or this converter locally.

mslmn commented 12 months ago

Thanks! 😊 Would the MangaScaleV3 model still work with the converter since it’s ESRGAN+?

imxieyi commented 12 months ago

Done. Adding ESRGAN+ is quite simple. Somehow I skipped this one.

mslmn commented 12 months ago

Thanks!