Where the RX 7900 XTX stands today

Architecture
RDNA 3
Compile target
gfx1100
Memory
24 GB
Best evidence
Tested
Start here

ComfyUI + ROCm on Linux

This is the exact card, OS and ROCm version combination the ComfyUI patch set was validated against. The community ComfyUI wrapper plus a patch set that fixes the hardcoded GPU architecture flag, package paths and checkpoint downloads. Reported working end to end on a 7900 XTX for both shape-only and textured runs.

Open that guide →

24 GB GDDR6. The upstream TRELLIS.2 project documents Linux and a 24 GB NVIDIA card as its standard path, so every route below is community work rather than a supported configuration. What follows separates what has actually been reported on this card from what is inferred from a shared instruction set.

What is actually reported

  • A ROCm ComfyUI install guide reports end-to-end shape and textured runs on a 7900 XTX (gfx1100, 24 GB) with ROCm 7.2.2 and PyTorch 2.11+rocm7.2 on Ubuntu 22.04.
  • That guide reports roughly 16 GB in use for the bf16 textured pipeline, which fits inside 24 GB with headroom.
How to read thisEvery AMD route on this page is community or third-party work. Neither Microsoft nor AMD lists TRELLIS.2 as an officially supported workload, and AMD's own documentation still limits Windows to PyTorch rather than the full ROCm stack.

Memory and weight formats

Weight size is not peak VRAM. The figures below describe how much of the frame buffer the weights themselves occupy; the texture stage and working buffers sit on top of that. With 24 GB, these are the formats worth trying in order.

  • f16 / bf16 (default) · ≈ 16.5 GB · 24 GB comfortable
  • Q8 · ≈ 9.5 GB · 16 GB practical
  • Q4 · ≈ 6 GB · 12 GB practical, 8 GB tight
  • GGUF K-quants (Q4_K_M – Q6_K) · ≈ 6 GB – 8 GB · 8 GB reported workable

Full detail on the two quantized options lives in the Q8 guide and the Q4 guide. If your workflow goes through ComfyUI rather than a native binary, the GGUF guide covers loader compatibility, which is the part that actually decides whether a quantized file opens.

What to watch for on this card

  • Windows is a different story: a separate open issue reports the stock ComfyUI wrapper failing on a 7900 XTX under Windows with ROCm, and RDNA 3 is still listed as pending validation for that route.
  • The same guide notes hipBLASLt shape-coverage gaps on RDNA 3 and recommends falling back to hipBLAS through an environment variable.
  • There is no CUDA-rasterizer HIP port, so the OpenGL backend is used instead and ComfyUI must be launched with cross-attention in PyTorch.
  • Headless machines need an EGL/GBM fallback or a virtual display for OpenGL context creation.

RDNA 3 in the full matrix

A separate install-guide project reports full shape and textured pipelines on a 7900 XTX under Linux. Navi 32 and Navi 33 cards share the family but are inferred, not individually reported.

Compatibility matrixReviewed 2026-08-15
GPUVRAMISAROCm forkLinuxComfyUI LinuxLinuxComfyUI WindowsWindows 11trellis.cpp ROCmLinux · Windowstrellis.cpp VulkanLinux · Windows
RDNA 3 gfx1100 · gfx1101 · gfx1102
RX 7900 XTX24 GBgfx1100ExpectedTestedUnknownExpectedExpected
RX 7900 XT20 GBgfx1100ExpectedExpectedUnknownExpectedExpected
RX 7800 XT16 GBgfx1101ExpectedExpectedUnknownExpectedExpected
RX 7700 XT12 GBgfx1101UnknownExpectedUnknownExpectedExpected
RX 7600 XT16 GBgfx1102UnknownExpectedUnknownExpectedExpected
  • Tested

    A named project or maintainer reports this exact card completing the pipeline end to end.

  • Reported

    Community reports exist but come from work in progress, partial runs, or a single tester.

  • Expected

    Inferred from a shared instruction set with a tested card. No direct report yet.

  • Blocked

    A known dependency, kernel, or runtime gap prevents this path today.

  • Unknown

    No usable report either way. Treat as untested rather than as a failure.

Every AMD route on this page is community or third-party work. Neither Microsoft nor AMD lists TRELLIS.2 as an officially supported workload, and AMD's own documentation still limits Windows to PyTorch rather than the full ROCm stack.

Tested route

TRELLIS.2 ROCm source fork

A fork of the upstream repository that ships HIP builds of FlexGEMM, CuMesh, nvdiffrast and nvdiffrec, plus a setup script that detects CUDA or ROCm and installs the matching dependencies. Validated on an RX 9070 XT 16 GB.

OS
Linux
Stack
ROCm 7.2 · PyTorch rocm7.2 · Python 3.10+
Python runtime
Required
Open the guide →
Tested route

ComfyUI + ROCm on Linux

The community ComfyUI wrapper plus a patch set that fixes the hardcoded GPU architecture flag, package paths and checkpoint downloads. Reported working end to end on a 7900 XTX for both shape-only and textured runs.

OS
Linux
Stack
ROCm 7.2.2 · PyTorch 2.11+rocm7.2 · Python 3.10–3.12
Python runtime
Required
Open the guide →
Work in progress

ComfyUI + ROCm on Windows

Work in progress. RDNA 4 is confirmed running and testers are being recruited; RDNA 3 and RDNA 3.5 are next in line. The maintainer warns about silent bugs that can change the final output without raising an error.

OS
Windows 11
Stack
PyTorch 2.9.1 + ROCm 7.2.1, or PyTorch 2.12 + ROCm 7.14 · Python 3.12
Python runtime
Required
Open the guide →
Tested route

trellis.cpp — ROCm build

A native C++/GGML reimplementation of the whole TRELLIS.2 pipeline. Prebuilt ROCm archives are published for Linux and Windows, which removes the CUDA-only Python wheels from the problem entirely.

OS
Linux · Windows
Stack
Prebuilt ROCm/HIP binaries · no Python runtime
Python runtime
Not required
Open the guide →
Tested route

trellis.cpp — Vulkan build

The path with the fewest prerequisites: a Vulkan-capable driver replaces the entire ROCm stack. The project reports Vulkan as its fastest backend on some integrated GPUs.

OS
Linux · Windows
Stack
Vulkan driver only · no ROCm, no Python runtime
Python runtime
Not required
Open the guide →

The complete cross-architecture view, including the runtime stacks and version numbers each route was tested against, is on the AMD GPU compatibility page.

Support levels reviewed 2026-08-15. Trellis 3D is an independent project and is not affiliated with AMD, Microsoft, or any of the community projects cited here.