mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-21 04:10:48 +08:00
Added negative wildcard processor custom node (#1201)
* Added negative wildcard processor custom node * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
parent
294244b99f
commit
a9dabbdd20
@ -16144,6 +16144,17 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This extension provides tag completion feature in textbox."
|
"description": "This extension provides tag completion feature in textbox."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "grovebadger",
|
||||||
|
"title": "Negative Wildcard Processor Node for ComfyUI",
|
||||||
|
"id": "neg_wildcard_processor",
|
||||||
|
"reference": "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Node to process negative wildcard tokens (<! !>) and move them from the positive prompt to the negative."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user