the-database / MangaJaNaiConverterGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some color images are detected as grayscale

the-database opened this issue · comments

Adjusting the threshold in line 230 of runmangajaiconverterguiupscale.py from 5 to 0.2 seems to have fixed this in my case.

Dl-Raw Net-03
not able to upscale this page colored. Please help
models used
.\chaiNNer\models\4x_MangaJaNai_Grayscale_1200_V1_ESRGAN_70k.pth
.\chaiNNer\models\4x_IllustrationJaNai_V1_ESRGAN_135k.pth

it's always turns grayscale with these models

stays colored with 4x_MangaJaNai_V0.5_100k.pth model
and disabled Preprocessing -> Auto Adjust Levels on Grayscale Images

Dl-Raw Net-03 not able to upscale this page colored. Please help models used .\chaiNNer\models\4x_MangaJaNai_Grayscale_1200_V1_ESRGAN_70k.pth .\chaiNNer\models\4x_IllustrationJaNai_V1_ESRGAN_135k.pth

Thanks for sharing this test image, it is still incorrectly being detected as grayscale, will investigate.