Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

starinspace/NeoSR-One-Click-Install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

NeoSR One-Click Install

A one-click solution for installing NeoSR.
No files are hosted here; all necessary files are pulled directly from the original repository by muslll.


Installation Overview

This batch file automates the following tasks:

  1. Miniconda Installation: Installs Miniconda in silent mode and creates a Conda environment named NeoSR.
  2. PyTorch Installation: Installs PyTorch with NVIDIA GPU support.
  3. NeoSR Installation: Clones the NeoSR repository from GitHub and packages it for immediate use.

Easy Installation Steps

  1. Download the install-neosr.bat file and place it in the folder where you want NeoSR to be installed. Ensure that the folder remains in place after installation.

  2. Double-click install-neosr.bat to begin the installation. This script will silently install Miniconda and all required dependencies. You can customize settings within the batch file to suit your preferences.

Installation Process


Running or Update NeoSR

  1. Move the neosr-manager.bat file to the NeoSR installation directory and execute it to launch NeoSR via the command line. You can then paste the file path or drag-and-drop the desired file into the command prompt to specify your training TOML file. The script also handles updates for batch files and installation components; remember to run Update NeoSR afterward to complete the update.


Uninstall

  1. If you want to uninstall/remove/delete the enviroment you can use this command in cmd (will soon be added in bat-file)
"%USERPROFILE%\miniconda3\Scripts\activate.bat" "%USERPROFILE%\miniconda3"
conda remove --name NeoSR --all

About

One-click installation of https://github.com/muslll/neosr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published