https://rocm.docs.amd.com/en/latest/deploy/windows/index.html Answer from iBoMbY on reddit.com
🌐
AMD ROCm
rocm.docs.amd.com › projects › install-on-windows › en › latest
HIP SDK for Windows - ROCm Documentation
HIP SDK for Windows provides a subset of the ROCm platform to Microsoft Windows as described in ROCm component support in HIP SDK. It provides the runtime, APIs, and tooling to leverage the computational power of AMD GPUs to create high-performance, portable applications using the HIP programming language. The HIP SDK consists of the AMD GPU Driver, HIP runtime, and HIP Libraries. These three parts are distributed in the HIP SDK installer.
🌐
GitHub
github.com › ROCm › rocm-install-on-windows
GitHub - ROCm/rocm-install-on-windows · GitHub
This repository contains installation instructions for the HIP SDK on Windows, along with installation-related information. For Linux-related installation information, refer to the Linux installation GitHub repository or the ROCm docs Linux install page.
Starred by 31 users
Forked by 13 users
Discussions

How to use Rocm with windows?
https://rocm.docs.amd.com/en/latest/deploy/windows/index.html More on reddit.com
🌐 r/Amd
19
23
November 6, 2023
[Installation Guide] Windows 11 + ROCm 7 RC with ComfyUI
Thanks for collecting these steps in one place. We also have some more developer-facing instructions at https://github.com/ROCm/TheRock/blob/main/RELEASES.md , and you can direct feedback or bug reports via issues on that repository. I'll note that these are "nightly releases" and may be unstable. We'll advertise more broadly and directly once a "stable release" is ready. The "supported GPUs" list in the original post is also a bit off (for example, 7900XTX should use gfx110X-dgpu, gfx950 is CDNA4, etc.). We recently added a table on that releases page and you can also consult other lists on pages like https://rocm.docs.amd.com/en/latest/reference/gpu-arch-specs.html . More on reddit.com
🌐 r/ROCm
78
78
September 22, 2025
[Feature]: Global ROCm 7.x installer for windows
However, this method seems to be only for installing ROCm 7.x python packages. I would like to use llama.cpp (including Ollama and LMstudio) to run LLMs, in which case, the packages in python seems to be incompatible. Granted, I can find a Windows installer for HIP 6.x through here, but as ... More on github.com
🌐 github.com
3
December 5, 2025
Official AMD ROCm™ Support Arrives on Windows for ComfyUI Desktop
Based on these slides the January Adrenalin driver will finally integrate Pytorch related changes, so probably no more "custom driver" after that. Should be out soon. I expect also soon after that ComfyUI will be updated to ROCm 7.2.2. I did not check yet all details, if will do automatic updates or you need to do a manual upgrade. https://videocardz.com/newz/amd-highlights-rocm-7-2-2-at-ces-2026-with-ryzen-ai-400-support-and-a-single-windows-plus-linux-release PS - It just did an automatic update after a pc restart, but was only for ComfyUI. Most likely it will automatically update to a newer ROCm version when ready, which is nice, no more manual updates, which you expect in Windows. More on reddit.com
🌐 r/ROCm
39
87
January 8, 2026
🌐
Reddit
reddit.com › r/rocm › rocm 7.2 official installation instructions
r/ROCm on Reddit: ROCm 7.2 official installation instructions
January 22, 2026 -

Windows (requires 26.1.1 driver): PyTorch via PIP installation — Use ROCm on Radeon and Ryzen

Linux: Install Radeon software for Linux with ROCm — Use ROCm on Radeon and Ryzen

Release notes: https://rocm.docs.amd.com/en/latest/about/release-notes.html

Top answer
1 of 5
8
Holy shit AMD crew. Either I am doing something wrong or there is a RADICAL performance boost for inferring diffusion models. I just ran a 5 second wan, 3 samplers (6 steps total). It normally takes me 10 minutes. It just ran in 190 seconds. FP16! I am on an r9700. Did we just more than double our speed? lol holy smokes 2nd generation of 5s is down to 172s. fp16 6 steps 3 samplers this nutty. [edit] Testing some other models and workflows for image gen in comfy. 7.2 on linux is a MASSIVE perf boost. Insane. I was coming off 6.4.1
2 of 5
6
Hi everyone, I wanted to share my recent experience with the latest ROCm setup for ComfyUI and why I decided to revert to Zluda. Outdated Default Version: The ComfyUI version bundled with the driver is the older 0.3.x. As expected, it lacks the latest features and doesn't provide optimal performance. Lack of Memory Optimization: I tried setting up a fresh ComfyUI environment using Python 3.12 and the latest PyTorch. However, when running VRAM-intensive models like Qwen, I immediately hit OOM (Out of Memory) errors. Compared to NVIDIA, there seems to be almost no efficient memory management or reduction for these models on ROCm. Severe Performance Drop during OOM: Once it hits the memory limit, the slowdown is unbearable. It becomes 3 to 5 times slower than generating images via Zluda. In my case, it took over 100 seconds just to complete a single iteration (1it). Because of these issues, I’ve decided to give up on using ComfyUI with the latest native PyTorch for now and am switching back to the Zluda-based setup. My Specs: GPU: AMD Radeon RX 7900 XTX (24GB) CPU: AMD Ryzen 9 7950X3D RAM: 64GB DDR5-5600
🌐
AMD
amd.com › https://www.amd.com/en.html › developer central › amd technical articles & blogs › how to run amd rocm™ software in windows 11
How To Run AMD ROCm™ Software in Windows 11
April 25, 2025 - sudo apt install python3-pip -y pip3 install --upgrade pip wheel wget https://repo.radeon.com/rocm/manylinux/rocm-rel-6.1.3/torch-2.1.2+rocm6.1.3-cp310-cp310-linux_x86_64.whl wget https://repo.radeon.com/rocm/manylinux/rocm-rel-6.1.3/torchv...
🌐
AMD ROCm
rocm.docs.amd.com › projects › install-on-windows › en › latest › install › install.html
Install HIP SDK — HIP SDK for Windows 7.1.1 documentation
Select the download file matching the ROCm version you want to install. Clicking the HIP SDK download link takes you to a license page that you must accept before the download will begin. Specify the location to save the downloaded file. Launch the installer.
🌐
AMD ROCm
rocm.docs.amd.com › en › 7.10.0-preview › install › rocm.html
Install AMD ROCm 7.10.0 — AMD ROCm 7.10.0 preview
Make sure you're in the therock-tarball directory before proceeding. export ROCM_PATH=$PWD/install export PATH=$PATH:$ROCM_PATH/bin export LD_LIBRARY_PATH=$ROCM_PATH/lib · After modifying your shell configuration, apply the change to your current session by sourcing your updated shell configuration file. ... Configure environment variables so that ROCm libraries and tools are available on your Windows system.
🌐
AMD ROCm
rocm.docs.amd.com › en › docs-5.7.0 › deploy › windows › index.html
Install ROCm (HIP SDK) on Windows — ROCm 5.7.0 Documentation Home
Start with Quick Start (Windows) or follow the detailed instructions below. ... The prerequisites page lists the required steps to verify that the system supports ROCm. Installation Prerequisites (Windows)
Find elsewhere
🌐
Reddit
reddit.com › r/rocm › [installation guide] windows 11 + rocm 7 rc with comfyui
r/ROCm on Reddit: [Installation Guide] Windows 11 + ROCm 7 RC with ComfyUI
September 22, 2025 -

[Guide] Windows 11 + ROCm 7 RC + ComfyUI (AMD GPU)

This installation guide was inspired by a Bilibili creator who posted a walkthrough for running ROCm 7 RC on Windows 11 with ComfyUI. I’ve translated the process into English and tested it myself — it’s actually much simpler than most AMD setups.

Original (Mandarin) guide: 【Windows部署ROCm7 rc来使用ComfyUI演示】
https://www.bilibili.com/video/BV1PAeqz1E7q/?share_source=copy_web&vd_source=b9f4757ad714ceaaa3563ca316ff1901

Requirements

OS: Windows 11

Supported GPUs:
gfx120X-all → RDNA 4 (9060XT / 9070 / 9070XT)
gfx1151
x110X-dgpu → RDNA 3 (e.g. 7800XT, 7900XTX)
gfx94X-dcgpu
gfx950-dcgpu

Software:
Python 3.13 https://www.python.org/ftp/python/3.13.7/python-3.13.7-amd64.exe
Visual Studio 2022 https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false
with:

  • MSVC v143 – VS 2022 C++ x64/x86 Build Tools

  • v143 C++ ATL Build Tools

  • Windows C++ CMake Tools

  • Windows 11 SDK (10.0.22621.0)

Installation Steps

  1. Install Python 3.13 (if not already).

  2. Install VS2022 with the components listed above.

  3. Clone ComfyUI and set up venv

    • git clone https://github.com/comfyanonymous/ComfyUI.git

    • cd ComfyUI

    • py -V:3.13 -m venv 3.13.venv

    • .\3.13.venv\Scripts\activate

  4. Install ROCm7 Torch (choose correct GPU link)

Example for RDNA4 (gfx120X-all):

python -m pip install --index-url https://d2awnip2yjpvqn.cloudfront.net/v2/gfx120X-all/ torch torchvision torchaudio

Example for RDNA3 (gfx94X-dcgpu like 7800XT/7900XTX):

python -m pip install --index-url https://d2awnip2yjpvqn.cloudfront.net/v2/gfx110X-dgpu/ torch torchvision torchaudio

Browse more GPU builds here: https://d2awnip2yjpvqn.cloudfront.net/v2/

(Optional checks)
rocm-sdk test # Verify ROCm install
pip freeze # List installed libs

Lastly Install ComfyUI requirements **(Important)**

pip install -r requirements.txt
pip install git+https://github.com/huggingface/transformers

Run ComfyUI

python main.py

Notes

  • If you’ve struggled with past AMD setups, this method is much more straightforward.

  • Performance will vary depending on GPU + driver maturity (ROCm 7 RC is still early).

  • Share your GPU model + results in the comments so others can compare!

Update 21/09/2025

Use this command to upgrade the latest RC wheel

Example for RDNA4 (gfx120X-all):

python -m pip install --upgrade --index-url https://d2awnip2yjpvqn.cloudfront.net/v2/gfx120X-all/ torch torchvision torchaudio

Solution to VAE out of gpu memory
Go to ComfyUI folder, add the follow code to main.py, screenshot below

import torch
torch.backends.cudnn.enabled = False

🌐
GitHub
github.com › ROCm › rocm-install-on-windows › blob › develop › README.md
rocm-install-on-windows/README.md at develop · ROCm/rocm-install-on-windows
This repository contains installation instructions for the HIP SDK on Windows, along with installation-related information. For Linux-related installation information, refer to the Linux installation GitHub repository or the ROCm docs Linux install page.
Author   ROCm
🌐
YouTube
youtube.com › watch
AMD ROCm™ Platform Installation - YouTube
In this Quick Bytes segment, Peter Cross, AMD Technical Engineer and Principal Member of Technical Staff, walks you through the essentials of getting started...
Published   December 19, 2024
🌐
Blockchain News
blockchain.news › news › running-amd-rocm-software-on-windows-11
Running AMD ROCm™ Software on Windows 11: A Comprehensive Guide
July 24, 2024 - This command will set up the necessary environment to run Linux applications on your Windows machine. Next, proceed to install the AMD ROCm™ software.
🌐
Lab
lab.cloud › install › setting up an amd computer for machine learning
Setting up an AMD Computer for Machine Learning | Transformer Lab
This guide will walk you through the steps to install ROCm and ensure your AMD GPU is available in your WSL environment. Once WSL and ROCm are set up, download Transformer Lab for Windows: Download Transformer Lab
🌐
GitHub
github.com › ROCm › rocblas › blob › develop › docs › install › Windows_Install_Guide.rst
rocBLAS/docs/install/Windows_Install_Guide.rst at develop · ROCm/rocBLAS
To install rocBLAS on Windows, follow these steps: Add the SDK installation location to CMAKE_PREFIX_PATH in the CMake configuration command. -DCMAKE_PREFIX_PATH="C:\Program Files\AMD\ROCm\5.5"
Author   ROCm
🌐
GitHub
github.com › ROCm › TheRock › issues › 2431
[Feature]: Global ROCm 7.x installer for windows #2431
December 5, 2025 - However, this method seems to be only for installing ROCm 7.x python packages. I would like to use llama.cpp (including Ollama and LMstudio) to run LLMs, in which case, the packages in python seems to be incompatible. Granted, I can find a Windows installer for HIP 6.x through here, but as ...
Author   ROCm
🌐
YouTube
youtube.com › watch
Run ROCm on Windows Subsystem for Linux (Easy 6-Minute Tutorial) - YouTube
AMD LinksHow to install ROCm on WSL:https://rocm.docs.amd.com/projects/radeon-ryzen/en/latest/docs/install/installrad/wsl/howto_wsl.htmlWSL Support matrices:...
Published   September 30, 2025
🌐
AMD ROCm
rocm.docs.amd.com › en › 7.9.0-preview › install › rocm.html
Install AMD ROCm 7.9.0 — AMD ROCm 7.9.0 preview
Learn how to install AMD ROCm 7.9.0 for supported Instinct GPUs and Ryzen AI APUs on Ubuntu, RHEL, and Windows. This step-by-step guide covers prerequisites, driver setup, installation methods (pip and tarball), and troubleshooting.
🌐
Reddit
reddit.com › r/rocm › official amd rocm™ support arrives on windows for comfyui desktop
r/ROCm on Reddit: Official AMD ROCm™ Support Arrives on Windows for ComfyUI Desktop
January 8, 2026 -

https://blog.comfy.org/p/official-amd-rocm-support-arrives

Just found this, took it for a ride on an AI MAX+ 395 . Easy install , all working smooth better than using the manual install recommended by AMD which I used before. Just tested a few random templates they work. For one of them I had to adjust RAM allocation to 64/64 from 96/32. Still keeping AMD recommended Adrenaline driver not the main one.

If you are looking for the proper driver, you can find the link here:

https://www.amd.com/en/resources/support-articles/release-notes/RN-AMDGPU-WINDOWS-PYTORCH-7-1-1.html

I did not have to install any extras as I was already using the AMD manual install before, but you need to have at least Git installed in the system, and maybe some VC Runtime at least I remember I needed that before.

You can get Git here:

https://git-scm.com/install/

The ComfyUI install does all the rest, installs all Python, ROCm and any requirements, in one step. You do not need to use a separate browser, it comes with an integrated one, much simpler use.

🌐
Medium
medium.com › @guinmoon › building-rocm-7-1-and-pytorch-on-windows-for-unsupported-gpus-my-hands-on-guide-0758d2d2b334
Building ROCm 7.1 and PyTorch on Windows for Unsupported GPUs: My Hands-On Guide | by Artem Savkin | Medium
November 21, 2025 - Gets you rocm-7.1.0.tar.gz and three .whl files. ... pip install --find-links C:\b\TheRock\build_103X_110X\packages\dist rocm[libraries,devel] # Adjust path pip install packaging