mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-09 04:32:34 +08:00
add Pipeline Parallel for custom-node-list.json
This commit is contained in:
parent
4448e9a4f1
commit
5748bda1ca
@ -11328,9 +11328,6 @@
|
|||||||
"install_type": "copy",
|
"install_type": "copy",
|
||||||
"description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags."
|
"description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"author": "theally",
|
"author": "theally",
|
||||||
"title": "TheAlly's Custom Nodes",
|
"title": "TheAlly's Custom Nodes",
|
||||||
@ -11377,6 +11374,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "DeJoker",
|
||||||
|
"title": "Pipeline Parallel ComfyUI",
|
||||||
|
"reference": "https://github.com/DeJoker/pipeline-parallel-comfy",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/DeJoker/pipeline-parallel-comfy"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "provide extra api to run prompt request with parallel execution of independent node"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user