Updated: Aug 2, 2026
toolDownload
2 variants available
Other Formats
150 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9
No reviews yet
Aug 2, 2026
Other

250 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9
460 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9

Setup script for RuinedFooocus
Script to simplify installation of RuinedFooocus. (Wiew on GitHub)
Windows
rf-setup.ps1
Setup steps
Download rf-setup.ps1 and save it in an empty new folder where you want to install RuinedFooocus.
Run the script.
Select python version.
Install RuinedFoocus by selecting branch (you most likely want the "main" branch)
Optional: Select Torch version. RuinedFooocus will try to automatically find a good version that fits your GPU, but AMD users might need to force a specific version.
Optional (but recommended): Create a run.bat script that will start RuinedFooocus
Under Select Torch version you can also freeze/unfreeze the currently installed version. Startup will be a little bit faster since RF will skip the Torch-check.
If it doesn't work
You might need to install Visual C++ Redistributable for Visual Studio 2015 for RuinedFoocus to run properly.
If the script doesn't start you might need to open up a PowerShell and run:
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
to allow scripts. More information here.
Linux
rf-setup.sh
Almost the same as above...
If it doesn't work
The script requires that you have git and wget installed.
