diff --git a/custom-node-list.json b/custom-node-list.json index 599ba6ff..f5debc3d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45935,6 +45935,17 @@ "install_type": "git-clone", "description": "Drop a ComfyUI PNG/WebP/JSON onto the node to instantly extract and apply checkpoint, VAE, and prompts from embedded metadata. Supports ComfyUI, SD WebUI, SD Forge neo, Fooocus, SDXLPromptStyler, and Lora Loader (LoraManager). Includes LoRA from Metadata and CLIP Text Encode edit+ nodes." }, + { + "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" + ], + "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." + }, { "author": "senjinthedragon", "title": "ComfyUI Gender Tag Filter", @@ -49487,6 +49498,35 @@ "install_type": "git-clone", "description": "Toggle-Pass: Privacy toggle, dynamic LoRA slots, and other quality-of-life nodes for ComfyUI" }, + { + "author": "Excidos", + "title": "ComfyUI-Lumina-mGPT-Wrapper", + "reference": "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper", + "files": [ + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper" + ], + "install_type": "git-clone", + "pip": [ + "pandas", + "tensorboard", + "fairscale", + "sentencepiece", + "gradio==4.19.0", + "packaging", + "transformers>=4.43.3", + "pyyaml", + "pathlib", + "Ninja", + "bitsandbytes", + "httpx[socks]", + "einops", + "regex", + "h5py", + "accelerate", + "pre-commit" + ], + "description": "ComfyUI-Lumina-mGPT-Wrapper is a custom node for ComfyUI that integrates the advanced Lumina-mGPT model. It offers high-quality image generation with support for multiple model sizes and advanced features." + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4f07aaa0..9608f5ff 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "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" + ], + "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." + }, + { + "author": "Excidos", + "title": "ComfyUI-Lumina-mGPT-Wrapper", + "reference": "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper", + "files": [ + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper" + ], + "install_type": "git-clone", + "pip": [ + "pandas", + "tensorboard", + "fairscale", + "sentencepiece", + "gradio==4.19.0", + "packaging", + "transformers>=4.43.3", + "pyyaml", + "pathlib", + "Ninja", + "bitsandbytes", + "httpx[socks]", + "einops", + "regex", + "h5py", + "accelerate", + "pre-commit" + ], + "description": "ComfyUI-Lumina-mGPT-Wrapper is a custom node for ComfyUI that integrates the advanced Lumina-mGPT model. It offers high-quality image generation with support for multiple model sizes and advanced features." + }, { "author": "electricty00", "title": "ComfyUI-Toggle-Pass",