Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozakione/wallpaperupscaler
Select a wallpaper from windows slideshow and upscale it
https://github.com/ozakione/wallpaperupscaler
upscale upscaler wallpaper windows windows-10
Last synced: 21 days ago
JSON representation
Select a wallpaper from windows slideshow and upscale it
- Host: GitHub
- URL: https://github.com/ozakione/wallpaperupscaler
- Owner: OzakIOne
- Created: 2022-01-12T17:52:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T17:54:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T15:33:53.769Z (2 months ago)
- Topics: upscale, upscaler, wallpaper, windows, windows-10
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WallpaperUpscaler
Fully working on windows & nvidia GPU (cuDNN), untested on other OS
## Requirements
1. [nodejs](https://nodejs.org/en/)
2. [git](https://git-scm.com/downloads)
3. [waifu2x-caffee](https://github.com/lltcggie/waifu2x-caffe/releases)
4. [nomacs](https://nomacs.org/download/)> if you have scoop windows package manager installed, paste this in powershell
`scoop bucket add extras ; scoop install nodejs nomacs waifu2x-caffe`
## How to build & run
```bash
git clone https://github.com/ozakione/WallpaperUpscaler
cd WallpaperUpscaler/
npm i
node index.js
```