A one-click solution for installing NeoSR.
No files are hosted here; all necessary files are pulled directly from the original repository by muslll.
This batch file automates the following tasks:
- Miniconda Installation: Installs Miniconda in silent mode and creates a Conda environment named
NeoSR
. - PyTorch Installation: Installs PyTorch with NVIDIA GPU support.
- NeoSR Installation: Clones the NeoSR repository from GitHub and packages it for immediate use.
-
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. -
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.
- 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.
- 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