diff --git a/custom-node-list.json b/custom-node-list.json index c900f993..1777588b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7920,6 +7920,16 @@ "install_type": "git-clone", "description": "A Simple Python RSS Feed Reader to create Prompts in Comfy UI" }, + { + "author": "osi1880vr", + "title": "ComfyUI Prompt Quill", + "reference": "https://github.com/osi1880vr/prompt_quill_comfyui", + "files": [ + "https://github.com/osi1880vr/prompt_quill_comfyui" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI Nodes for interacting with [a/Prompt Quill](https://github.com/osi1880vr/prompt_quill). Integrate the power of Prompt Quill into ComfyUI workflows. To use this properly, you would need a running Prompt Quill API reachable from the host that is running ComfyUI." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 528636e7..c8af0ba6 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2567,6 +2567,7 @@ "MakeupStylesDir", "Mbsampler", "OptimalCrop", + "Overlay", "PhotomontageA", "PhotomontageB", "PhotomontageC", @@ -6935,6 +6936,7 @@ ], "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": [ [ + "CombinatorialDetailer", "PermuteMaskBatch" ], { @@ -10310,6 +10312,14 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/osi1880vr/prompt_quill_comfyui": [ + [ + "PromptQuillGenerate" + ], + { + "title_aux": "ComfyUI Prompt Quill" + } + ], "https://github.com/ostris/ostris_nodes_comfyui": [ [ "LLM Pipe Loader - Ostris", diff --git a/github-stats.json b/github-stats.json index cb0b3df9..c121949d 100644 --- a/github-stats.json +++ b/github-stats.json @@ -3154,5 +3154,9 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 2, "last_update": "2024-05-03 15:05:57" + }, + "https://github.com/osi1880vr/prompt_quill_comfyui": { + "stars": 0, + "last_update": "2024-05-05 07:31:05" } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 2d0737af..34eff9eb 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "osi1880vr", + "title": "ComfyUI Prompt Quill", + "reference": "https://github.com/osi1880vr/prompt_quill_comfyui", + "files": [ + "https://github.com/osi1880vr/prompt_quill_comfyui" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI Nodes for interacting with [a/Prompt Quill](https://github.com/osi1880vr/prompt_quill). Integrate the power of Prompt Quill into ComfyUI workflows. To use this properly, you would need a running Prompt Quill API reachable from the host that is running ComfyUI." + }, { "author": "BAIS1C", "title": "ComfyUI_RSS_Feed_Reader", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 528636e7..c8af0ba6 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2567,6 +2567,7 @@ "MakeupStylesDir", "Mbsampler", "OptimalCrop", + "Overlay", "PhotomontageA", "PhotomontageB", "PhotomontageC", @@ -6935,6 +6936,7 @@ ], "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": [ [ + "CombinatorialDetailer", "PermuteMaskBatch" ], { @@ -10310,6 +10312,14 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/osi1880vr/prompt_quill_comfyui": [ + [ + "PromptQuillGenerate" + ], + { + "title_aux": "ComfyUI Prompt Quill" + } + ], "https://github.com/ostris/ostris_nodes_comfyui": [ [ "LLM Pipe Loader - Ostris",