From cbd51745b862e24608bc957240617a818d70c554 Mon Sep 17 00:00:00 2001 From: forkless Date: Tue, 9 Jun 2026 00:36:49 +0200 Subject: [PATCH] docs: add tested hardware section (RX 9070 XT) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d0f4255..1d0864a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ are welcome to take whatever is useful. | `rocm_smi_lib` dependency | Removed; no replacement needed | ✅ | | Windows ROCm detection | `getattr(torch.version, 'roc', None)` + GPU name fallback | ✅ | +## Tested Hardware + +This plugin has only been tested on a single configuration: + +- **GPU**: AMD Radeon RX 9070 XT (ROCm 7.2, Windows) +- **PyTorch**: 2.9.1+rocm7.2.1 +- **ComfyUI**: v0.24.0 + +Other AMD GPUs may work but have not been validated. Results on older AMD cards (RX 6000 series, Instinct) or different ROCm versions may vary. + ## Requirements - ComfyUI (any recent version)