add Pipeline Parallel for custom-node-list.json (#828)

This commit is contained in:
YongJie 2024-07-01 19:49:53 +08:00 committed by GitHub
parent 8e97b8665e
commit 17895916f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]
}