IMPORTANT INFORMATION I FORGOT TO ADD AMD Users have to have the arg --no-half Here’s how you set the COMMANDLINE_ARGS environment variable across different operating systems . Windows (Command Prompt or Batch script): set COMMANDLINE_ARGS=--no-half Windows (PowerShell): $env:COMMANDLINE_ARGS = "--no-half" Linux/macOS (Bash or Zsh): export COMMANDLINE_ARGS=--no-half Other Unix-like OS (BSD, etc.)…