ESRGAN Installation Guide for MacOS
This is the latest revision of this page; it has no approved revision.
Jump to navigation
Jump to search
You will have an easy time here.
- Open the Terminal application (
CMD+Space, then enterTerminal, pressEnter) - Navigate with the terminal to a folder where you want to put the ESRGAN folder in. Create folders with
mkdir -p newFolder/newSufolder, switch the currently open folder withcd New/Folder/I/Want/to/Go/In, show the currently open folder by enteringpwd, by default you will be in your user folder (alias: ~).- Recommendation:
mkdir -p ~/code/git && cd ~/code/git
- Enter the following line into the Terminal (Copy line with
CMD+C, Paste it withCMD+Vinto the terminal app)pip3 install torch torchvision opencv-python
- Clone the ESRGAN Repo (Fork from BlueAmulet), by pasting the following into the Terminal app:
git clone https://github.com/BlueAmulet/ESRGAN.git
You are done.