docs/Guide.md
This is where you can find guides and tutorials for Upscayl.
The GPU ID is used to manually specify a Vulkan enabled GPU to be used for upscaling images. According to the Real-ESRGAN documentation, you can use this option even for multi-GPUs.
To find out the GPU ID, follow these steps:
0120,1,2
The logs appear in the Settings tab.
To copy a log, you can press the COPY button and paste it in the GitHub issue template for bug reports.
Since Upscayl v2.5, you can load your own NCNN models into Upscayl. To convert models from PyTorch, see 🖥️ Model Conversion Guide. You could also load Upscayl's official Custom Models Repository.
To use your custom models, follow these steps:
Since v2.8, Upscayl emulates the scale option by Downscayling the x4 image for unsupported models.
Not all models support x1, x2 and x3; all the default models only support x4. To use other scales as native model output, you can get the compatible models from the Custom Models Repository. For example, with the realesr-animevideov3-x2 model, you can use the scale x2; with realesr-animevideov3-x3, you can use the scale x3.