Datasheet for local AI49 models98 GPUsData read 2026-09-25
No adsNo tracking
Check my GPU →

AMD and Intel GPUs for ComfyUI in 2026

Where Radeon and Arc stand for local image and video generation: what is officially supported, and what the memory verdicts mean for you.

G.07GPUsUpdated 2026-09-25

For years, local AI image generation meant NVIDIA. That has changed. Here is the state of things in September 2026, with sources.

AMD Radeon

ComfyUI added official AMD support on Windows in version 0.7.0 (January 2026), built on AMD's ROCm; its README now installs AMD's multi-architecture PyTorch packages on ROCm 10. AMD's own ROCm list for Windows includes the RX 9000 series and the RX 7900 XTX, 7900 XT, 7900 GRE, 7800 XT, 7700 XT and 7600. It does not name the RX 7600 XT, but ComfyUI's Windows instructions still cover it, along with RDNA 2 cards. On Linux, ROCm has worked for longer.

Intel Arc

PyTorch supports Arc A-series and B-series GPUs natively (the "XPU" device) on Windows 11 and Linux, and ComfyUI documents that route officially.

What this means for the verdicts here

Whether a model fits depends on memory, and memory works the same on every brand. So the fit verdicts apply to AMD and Intel too. What differs is speed and the extras. RX 9000 (RDNA 4) GPUs have FP8 hardware that ComfyUI uses with ROCm 6.4+; on RX 7000/6000 and Intel, FP8 files are converted back before the maths, so they save memory but not time. Some custom nodes are written for NVIDIA only.

That is why the 24 GB RX 7900 XTX and the 16 GB RX 9070 XT are interesting: a lot of memory for the money. Expect more setup, and check that the custom nodes you rely on support your GPU. RX 7900 XTX vs RTX 4090 →

Sources

  • ComfyUI added official AMD ROCm support on Windows in v0.7.0 (announced Jan 6, 2026), built on ROCm 7.1.1, across the Desktop app, git and portable ve… blog.comfy.org →
  • ComfyUI's README (Sep 2026) gives a Windows 11 install path for AMD GPUs using AMD's multi-architecture PyTorch packages: pip install --index-url http… github.com →
  • ComfyUI system requirements: 'AMD GPU (Windows) - ROCm 10.0 via AMD multi-architecture PyTorch packages. Supports RDNA 2, RDNA 3, RDNA 3.5, and RDNA 4… docs.comfy.org →
  • The ROCm 10.0.0 compatibility matrix (2026-08-19) lists Linux and Windows support for RX 9070 XT, 9070 GRE, 9070, 9060 XT (and LP), 9060, 9050 (incl. … rocm.docs.amd.com →
  • AMD's Radeon/Ryzen Windows PyTorch guide (ROCm 7.2.1 track) ships PyTorch 2.9.1 wheels and notes: 'Pytorch on Windows includes ROCm 7.2.1 components; … rocm.docs.amd.com →
  • PyTorch supports Intel GPUs natively via torch.xpu (since PyTorch 2.5) on Arc A-Series (Alchemist) and Arc B-Series (Battlemage), on Windows 11 and Ub… docs.pytorch.org →
  • ComfyUI officially supports Intel Arc on Windows and Linux via native PyTorch torch.xpu (stable or nightly xpu wheels). github.com →