Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 4.07 KB

README.md

File metadata and controls

80 lines (49 loc) · 4.07 KB

nunif windows package

nunif-windows-package is a online installer for Windows users.

It installs everything needed to run waifu2x-gui and iw3-gui in a single folder.

waifu2x-gui is a super-resolution software. It provides a good-looking upscaling method.

iw3-gui is a software to convert images and videos into 3D images and 3D video, for photograph (non-anime). The images and videos you really wanted to watch in VR can be watched on VR device as 3D media.

Prerequisites

Download and Install

Steps Material
1. Download the ZIP file and place it anywhere you choose. In this example, choose Document\software https://github.com/nagadomi/nunif/releases/download/0.0.0/nunif-windows.zip
2. Right-click on the downloaded ZIP file to show its file properties. zip menu
3. Check the Security > Unblock and click Apply. unblock zip
4. Right-click on the ZIP file and Extract All. zip_extract
5. Run install.bat found in the extracted files. file list
6. A black window will appear and installation will be performed. install cmd
7. If everything succeeds, you will see Press any key to continue after Successfully installed nunif. Press any key to close the window. success

Installation is now complete.

waifu2x-gui

Run waifu2x-gui.bat. The first time you run it, it may take long time before the window pops up.

iw3

Run iw3-gui.bat. The first time you run it, it may take long time before the window pops up.

Update

Running update.bat will update the source code to the latest version on github.

Note that any local changes to the source code may force resets.

If you want to reconfigure, delete the python,git,nunif folders and run update.bat.

Running update-installer.bat will update update.bat itself.

Factory reset

GUI keeps the input state. If you want to reset it, delete the nunif\tmp folder.

Uninstall

Delete the entire folder.

Blocked by Windows Defender SmartScreen

smart screen 1

smart screen 2

If the alert is raised by Windows, click on More Info to display the Run button. If you run it once, the alert will not appear the next time.

This alert seems to be displayed for batch files downloaded from the Internet. The zip file security unblock step above is an operation to grant this permission in advance.

The batch file is a text file, so you can view its contents in notepad or other editor to verify its safety. update.bat(install.bat) does the following.

  • Download Embedded Python from the official Python website and extract (in a folder)
  • Download the minimum configuration of Git from Github for Windows and extract it (in a folder)
  • Download nunif (this program) repository from Github (in a folder)
  • Install Python dependencies (in folder)
  • Download pre-trained model files (in a folder)

These actions do not intentionally access outside the folder.