From 6b99cf4c5cc53316b92c24fba1a42a3d5f5bd4d4 Mon Sep 17 00:00:00 2001 From: ketle-man <152043204+ketle-man@users.noreply.github.com> Date: Sat, 2 May 2026 21:25:58 +0900 Subject: [PATCH 1/3] Add ComfyUI Particle Renderer (PixiJS) by ketle-man --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 11d0dd74..2f520436 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46627,6 +46627,16 @@ "files": ["https://github.com/ketle-man/comfyui-2dpose-editor"], "install_type": "git-clone", "description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE." + }, + { + "author": "ketle-man", + "title": "ComfyUI Particle Renderer (PixiJS)", + "reference": "https://github.com/ketle-man/comfyUI-particle-pixijs", + "files": [ + "https://github.com/ketle-man/comfyUI-particle-pixijs" + ], + "install_type": "git-clone", + "description": "Real-time particle animation node for ComfyUI. Renders smoke, sparks, light rays, and star-warp effects using PixiJS v7, with 13 post-effect filters, blend modes, custom textures, character-shape particles, and scatter mode. Captures any frame as an image output." } ] } From 19ace4740804f817b212cf06602606d39323c291 Mon Sep 17 00:00:00 2001 From: ketle-man <152043204+ketle-man@users.noreply.github.com> Date: Sun, 17 May 2026 13:51:15 +0900 Subject: [PATCH 2/3] Fix: add missing id field to ComfyUI Particle Renderer (PixiJS) --- custom-node-list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2f520436..95ef9630 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46631,6 +46631,7 @@ { "author": "ketle-man", "title": "ComfyUI Particle Renderer (PixiJS)", + "id": "comfyui-particle-pixijs", "reference": "https://github.com/ketle-man/comfyUI-particle-pixijs", "files": [ "https://github.com/ketle-man/comfyUI-particle-pixijs" 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 3/3] 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