1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-12 01:40:53 +01:00

Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Nayam Amarshe 2023-11-02 20:33:24 +05:30
commit 9d22935f6a
2 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,7 @@ body:
required: true required: true
- label: I have tried [setting my GPU ID](https://github.com/upscayl/upscayl/wiki/Guide#gpu-id). - label: I have tried [setting my GPU ID](https://github.com/upscayl/upscayl/wiki/Guide#gpu-id).
required: false required: false
- label: I am using Windows and I've tried [common troubleshooting steps](https://github.com/upscayl/upscayl/wiki/Troubleshooting).
- type: textarea - type: textarea
attributes: attributes:
label: Paste the logs label: Paste the logs

View File

@ -1,5 +1,9 @@
<div align="center"> <div align="center">
<a href="https://github.com/upscayl/upscayl/releases/latest">
<img src="https://github.com/upscayl/upscayl/assets/25067102/d552a63c-1ec4-4e2b-9865-73567f3cc42e" />
</a>
# [v2.9.1 is out! 🥳](https://github.com/upscayl/upscayl/releases/tag/v2.9.1) # [v2.9.1 is out! 🥳](https://github.com/upscayl/upscayl/releases/tag/v2.9.1)
<a href="https://upscayl.org/#download"> <a href="https://upscayl.org/#download">
@ -157,8 +161,9 @@ npm run publish-app
- Note that for Windows systems, if Upscayl is not set to 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!!😡** - **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 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 😁
- As of v2.9, we're using our fork of Real-ESRGAN-ncnn-vulkan at https://github.com/upscayl/upscayl-ncnn
- **Where do I find more models?** - **Where do I find more models?**
- More models can be taken from here: https://github.com/upscayl/custom-models/ - More models can be taken from here: https://github.com/upscayl/custom-models
Upscayl uses Real-ESRGAN-ncnn-vulkan binaries to upscale images. Upscayl uses Real-ESRGAN-ncnn-vulkan binaries to upscale images.