Skip to content

Extra Installations

Haoming edited this page Jan 28, 2026 · 10 revisions

Github Desktop

🚧

Sage Attention

🚧

Triton

🚧

Flash Attention

🚧

Older PyTorch

  1. Navigate to the WebUI directory
  2. Edit the webui-user.bat file
  3. Add the following command (before the call webui.bat line) to specify the older version:
set TORCH_COMMAND=pip install torch==2.4.1+cu121 torchvision==0.19.1+cu121 --extra-index-url https://download.pytorch.org/whl/cu121

UV

  1. Prepare a System Path
  2. Go to uv 's Releases page
  3. Download the .zip file for x64 Windows
  4. Extract the uv.exe to your System Path folder
  5. Verify by running uv in a console
    • Search cmd
    • Type in uv ; Enter

FFmpeg

  1. Prepare a System Path
  2. Go to FFmpeg 's Download Page
  3. Click on Windows builds from gyan.dev

  1. Download the essentials version of .7z file

  1. Extract the 3 .exe files inside the bin folder to your System Path folder
  2. Verify by running ffmpeg in a console
    • Search cmd
    • Type in ffmpeg ; Enter

PATH

PATH refers to folders that the system searches for executables, meaning software in those folders can be launched using just the filename instead of the full absolute path

  1. Create a new folder
    • e.g. ~\Documents\bin
  2. Open System Properties
    • Search env

  1. Open Environment Variables

  1. Click on the Path entry ; Click Edit...

  1. Click New ; Paste in the path to the folder

  1. Done!

Clone this wiki locally