This sets up ComfyUI Zluda for AMD devices without a system Python installation, venvs or magic scripts.
It assumes you're using up to date Windows development tools and know your way around a terminal
- Enable "Developer Mode" in Windows
- https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development
- Just type "developer" in start menu, enable and enable all the features
- PowerShell Core
- Git for Windows
- https://git-scm.com/downloads/win
- Ensure commands are available in your $PATH
- HIP SDK for Windows
- (optional) HIP support for your GPU
Run all commands from PowerShell Core
# PowerShell Core
# Whatever root path you want
cd ~
git clone "https://github.com/patientx/ComfyUI-Zluda.git" comfyuiIgnore changes we will make to repo
# PowerShell Core
cd comfyui
"`n.local" | Out-File -Append .gitignore
mkdir .local
cd .local
# Download scripts hereDownload the scripts to comfyui/.local
Download python standalone/portable from here:
https://github.com/astral-sh/python-build-standalone/releases https://github.com/astral-sh/python-build-standalone/releases/download/20250807/cpython-3.11.13+20250807-x86_64-pc-windows-msvc-install_only.tar.gz
Note, check the releases for the latest one. They rebuild them frequently
Extract it to comfyui/.local/python
Make sure comfyui/.local/python/python.exe exists
Download Zluda from here:
https://github.com/lshqqytiger/ZLUDA/releases
Extract it to comfyui/.local/zluda
Make sure comfyui/.local/zluda/zluda.exe exists
Run this once to setup
# PowerShell Core
cd comfyui
.\.local\install.ps1# PowerShell Core
cd comfyui
.\.local\start.ps1