From da28a4c8deda3e6a69634ba01241c9ae989ebdd1 Mon Sep 17 00:00:00 2001 From: osi1880vr <87379616+osi1880vr@users.noreply.github.com> Date: Sun, 5 May 2024 14:54:18 +0200 Subject: [PATCH] Update custom-node-list.json (#642) added Comfyui Prompt Quill to the catalog --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1aa4a7c7..550e3e3d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8301,6 +8301,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "osiworx", + "title": "ComfyUI_Prompt-Quill", + "reference": "https://github.com/osi1880vr/prompt_quill_comfyui", + "files": [ + "https://github.com/osi1880vr/prompt_quill_comfyui/raw/main/CompfyuiPromptQuill.py" + ], + "install_type": "copy", + "description": "Nodes:Use Prompt Quill in Comfyui" } ] }