From 8968ae295813369927c6506878d7c9dca912ac12 Mon Sep 17 00:00:00 2001 From: NayamAmarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Fri, 26 Aug 2022 10:13:54 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 072bb24..c973fff 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,17 @@ npm run dist npm run publish-app ``` +# FAQ 🤓 + +- How does Upscayl work? + - Upscayl uses AI models to enhance your images by guessing what the details could be. It uses Real-ESRGAN (and more in the future) model to achieve this. +- Is there a CLI available? + - The CLI tool is called real-esrgan-ncnn-vulkan and it's available on the Real-ESRGAN repository. +- Do I need a GPU for this to work? + - Yes, unfortunately. NCNN Vulkan requires a Vulkan compatible GPU. Upscayl won't work on iGPU or CPU. +- How can I contribute? + - You can donate more NCNN compatible models or fix code by submitting PRs :) + Upscayl uses Real-ESRGAN-ncnn-vulkan binaries to upscale images. More models and algorithms will come soon. # Credits ❤