mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-30 18:57:24 +08:00
update DB
This commit is contained in:
parent
1bed21771f
commit
765e64ff1d
@ -45935,6 +45935,17 @@
|
|||||||
"install_type": "git-clone",
|
"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."
|
"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",
|
"author": "senjinthedragon",
|
||||||
"title": "ComfyUI Gender Tag Filter",
|
"title": "ComfyUI Gender Tag Filter",
|
||||||
@ -49487,6 +49498,35 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Toggle-Pass: Privacy toggle, dynamic LoRA slots, and other quality-of-life nodes for ComfyUI"
|
"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",
|
"author": "Ser-Hilary",
|
||||||
"title": "SDXL_sizing",
|
"title": "SDXL_sizing",
|
||||||
|
|||||||
@ -1,5 +1,45 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"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",
|
"author": "electricty00",
|
||||||
"title": "ComfyUI-Toggle-Pass",
|
"title": "ComfyUI-Toggle-Pass",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user