From c969411ac2f209b3b486d9864ea07ce3126d2814 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Mon, 18 Sep 2023 10:59:30 -0400 Subject: [PATCH 1/3] make readme a bit warmer --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a26bc68..45e0d9f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Upscayl lets you enlarge and enhance low-resolution images using advanced AI alg 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 report issues, fix code and add features by submitting PRs, 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 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 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. 😊 + - 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/ From b8220997732a015c96cd37c4b45499b16a4cb114 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Mon, 18 Sep 2023 14:01:24 -0400 Subject: [PATCH 2/3] tech not technology --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e0d9f..b6c18ab 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ npm run publish-app - 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 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 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 😁 + - 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 😁 - **Where do I find more models?** - More models can be taken from here: https://github.com/upscayl/custom-models/ From 39686d1134830e37975f07c045d17756fb36eae8 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Mon, 18 Sep 2023 14:23:12 -0400 Subject: [PATCH 3/3] Squash test (#482) * kill * Update README.md Djebj --- .github/workflows/stale.yml | 4 ++-- README.md | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 55c0d26..9663ac2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: - schedule: - - cron: '0 0 * * *' +# schedule: +# - cron: '0 0 * * *' workflow_dispatch: permissions: diff --git a/README.md b/README.md index b6c18ab..7e6ff90 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@
- - - - # [v2.8.1 is out! 🥳](https://github.com/upscayl/upscayl/releases/tag/v2.8.1)