Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```