the-database / MangaJaNaiConverterGui

GUI for upscaling manga with PyTorch models
GNU General Public License v3.0
81 stars 3 forks source link

Great GUI! I loaded other models from openmodeldb to upgrade jp illustrations from pixiv and twitter, but there is a grayscale detection threshold slider in the advanced settings. Does this affect the export image? #43

Open AONE-ops opened 1 week ago

the-database commented 3 days ago

Hi, this program allows you to select one upscaling model for color images and another upscaling model for color images. The grayscale detection threshold slider determines how strict the program is at considering an image as grayscale. Sometimes a grayscale image might contain a small amount of color due to artifacts or a watermark, and increasing the threshold is more likely to consider such images as grayscale, which would use the grayscale model.

If you want to use a single model for grayscale and color images then the threshold setting doesn't matter and you can just set both color and grayscale models to the same single model you want to upscale with.