From 0c1dd422073df081ee41f0a9c5a0e280f934c183 Mon Sep 17 00:00:00 2001 From: ketle-man <152043204+ketle-man@users.noreply.github.com> Date: Sun, 17 May 2026 13:54:10 +0900 Subject: [PATCH] Add ComfyUI Particle Renderer (PixiJS) to extension-node-map.json --- extension-node-map.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index d09b102a..028431a3 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -64379,5 +64379,13 @@ { "title_aux": "SDXLResolutionPresets" } + ], + "https://github.com/ketle-man/comfyUI-particle-pixijs": [ + [ + "ParticleRenderer" + ], + { + "title_aux": "ComfyUI Particle Renderer (PixiJS)" + } ] } \ No newline at end of file