mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 21:30:49 +08:00
add Pipeline Parallel for custom-node-list.json (#828)
This commit is contained in:
parent
8e97b8665e
commit
17895916f8
@ -11328,9 +11328,6 @@
|
||||
"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."
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "theally",
|
||||
"title": "TheAlly's Custom Nodes",
|
||||
@ -11377,6 +11374,16 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"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