mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-06-17 21:39:20 +08:00
Merge 7a7bd6a6f7 into d0cc0e4fe9
This commit is contained in:
commit
47f41720d9
@ -47997,6 +47997,26 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "ketle-man",
|
||||
"title": "ComfyUI 2D Pose Editor",
|
||||
"id": "comfyui-2dpose-editor",
|
||||
"reference": "https://github.com/ketle-man/comfyui-2dpose-editor",
|
||||
"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)",
|
||||
"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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -65646,5 +65646,24 @@
|
||||
{
|
||||
"title_aux": "SDXLResolutionPresets"
|
||||
}
|
||||
],
|
||||
"https://github.com/dreamrec/ComfyUI-Pixal3D": [
|
||||
[
|
||||
"Pixal3DLoadPipeline",
|
||||
"Pixal3DImageToMesh",
|
||||
"Pixal3DFreePipeline"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Pixal3D"
|
||||
}
|
||||
],
|
||||
"https://github.com/ketle-man/comfyUI-particle-pixijs": [
|
||||
[
|
||||
"ParticleRenderer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Particle Renderer (PixiJS)"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user