From 30d38de4ff8c790527bef62b40fb1d678c1726e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E7=94=9F=E3=81=AE=E7=94=B7?= Date: Sun, 12 Jul 2026 22:18:03 +0900 Subject: [PATCH] Add ComfyUI RDNA35 Attention --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ecbabced..e9b8f4bd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -54337,6 +54337,17 @@ ], "install_type": "git-clone", "description": "A1111-style PNG Info for ComfyUI: load an image, read its generation metadata as human-readable text (A1111 parameters and ComfyUI embedded workflows), and reuse positive/negative/seed/steps/cfg as typed outputs." + }, + { + "author": "Yasei-no-otoko", + "title": "ComfyUI RDNA35 Attention", + "id": "rdna35-attention", + "reference": "https://github.com/Yasei-no-otoko/ComfyUI-RDNA35-Attention", + "files": [ + "https://github.com/Yasei-no-otoko/ComfyUI-RDNA35-Attention" + ], + "install_type": "git-clone", + "description": "RDNA 3.5 attention research nodes for ComfyUI, including fixed-block, exact Triton, FlexAttention, and PISA paths with model-local fallback handling." } ] }