mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-13 18:30:54 +01:00
Update README.md
This commit is contained in:
parent
8b16d9c71d
commit
30d4891e5a
12
README.md
12
README.md
@ -31,10 +31,10 @@
|
||||
|
||||
#### Free and Open Source AI Image Upscaler
|
||||
Upscayl lets you enlarge and enhance low-resolution images using advanced AI algorithms.
|
||||
Enlarge images without losing quality, it's almost like magic! 🎩🪄
|
||||
Enlarge images without losing quality. It's almost like magic! 🎩🪄
|
||||
|
||||
Upscayl is a cross-platform application built with the Linux-first philosophy.
|
||||
This means that Linux users receive pre-release builds earlier but Upscayl itself is available on all major desktop operating systems :)
|
||||
This means that Linux users receive pre-release builds earlier, but Upscayl itself is available on all major desktop operating systems. 😊
|
||||
|
||||
**https://upscayl.org**
|
||||
|
||||
@ -142,14 +142,14 @@ npm run publish-app
|
||||
- **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 with **most** iGPUs or CPUs. But hey, no harm in trying ;)
|
||||
- Yes, unfortunately. NCNN Vulkan requires a Vulkan-compatible GPU. Upscayl won't work with **most** iGPUs or CPUs. But hey, no harm in trying. 😉
|
||||
- **How can I contribute?**
|
||||
- You can fix code, add features by submitting PRs, report issues or donate :)
|
||||
- You can fix code, add features by submitting PRs, report issues, or donate. 😊
|
||||
- **What's the GPU ID for?**
|
||||
- It is for selecting which GPU to use. The specific procedure is detailed in the [Wiki](https://github.com/upscayl/upscayl/wiki/Guide).
|
||||
- Note that for Windows systems, if Upscayl is not set the performance mode, the system may override this setting.
|
||||
- Note that for Windows systems, if Upscayl is not set to performance mode, the system may override this setting.
|
||||
- **You are not fully open source!!😡**
|
||||
- We are! We're using completely free and open source tech. We do ship a binary but that's because not including it would kill the entire purpose of the project. If you want to deal with all those PyTorch, NCNN, and Python errors, you're more than welcome to compile your own binary using the code provided by Real-ESRGAN. The binary is pre-compiled for convenience, if you do not trust it, then you can compile your own since everything is free and open source here :)
|
||||
- We are! We're using completely free and open-source technology. We do ship a binary, but that's because not including it would kill the entire purpose of the project. If you want to deal with all those PyTorch, NCNN, and Python errors, you're more than welcome to compile your own binary using the code provided by Real-ESRGAN. The binary is pre-compiled for convenience. If you do not trust it, then you can compile your own since everything is free and open source here. 😊
|
||||
- **Where do I find more models?**
|
||||
- More models can be taken from here: https://github.com/upscayl/custom-models/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user