diff --git a/extension-node-map.json b/extension-node-map.json index c8af759..8147b86 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1640,12 +1640,14 @@ "CR Aspect Ratio", "CR Aspect Ratio Banners", "CR Aspect Ratio SDXL", + "CR Batch Images From List", "CR Batch Process Switch", "CR Binary Pattern", "CR Binary To List", "CR Central Schedule", "CR Check Job Complete", "CR Checker Pattern", + "CR Clamp Value", "CR Clip Input Switch", "CR Color Bars", "CR Color Gradient", @@ -1790,6 +1792,7 @@ "CR Seed", "CR Seed to Int", "CR Select Model", + "CR Set Value On Boolean", "CR Simple Annotations", "CR Simple Banner", "CR Simple Binary Pattern", @@ -1843,7 +1846,7 @@ ], { "author": "Suzie1", - "description": "162 custom nodes for Graphics, Animation, IO, Aspect Ratio, Model Merge, ControlNet, LoRA, XY Grid, and Utilities.", + "description": "165 custom nodes for Graphics, Animation, IO, Aspect Ratio, Model Merge, ControlNet, LoRA, XY Grid, and Utilities.", "nickname": "Comfyroll Studio", "title": "Comfyroll Studio", "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -2690,6 +2693,9 @@ ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ + "CLIPTextEncode (RE)", + "CLIPTextEncodeSDXL (RE)", + "CLIPTextEncodeSDXLRefiner (RE)", "Int (RE)", "RErouter <=", "RErouter =>", @@ -3520,6 +3526,7 @@ "ImageEnhanceDifference+", "ImageExpandBatch+", "ImageFlip+", + "ImageFromBatch+", "ImagePosterize+", "ImageResize+", "MaskBatch+", @@ -3846,6 +3853,18 @@ "title_aux": "comfyui-portrait-master" } ], + "https://github.com/florestefano1975/comfyui-prompt-composer": [ + [ + "PromptComposerAssembler", + "PromptComposerEffect", + "PromptComposerStyler", + "PromptComposerTextMuliple", + "PromptComposerTextSingle" + ], + { + "title_aux": "comfyui-prompt-composer" + } + ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ "BatchIndex_AS", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a9ac1c8..65674cb 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "florestefano1975", + "title": "comfyui-prompt-composer", + "reference": "https://github.com/florestefano1975/comfyui-prompt-composer", + "files": [ + "https://github.com/florestefano1975/comfyui-prompt-composer" + ], + "install_type": "git-clone", + "description": "A suite of tools for prompt management. Combining nodes helps the user sequence strings for prompts, also creating logical groupings if necessary. Individual nodes can be chained together in any order." + }, { "author": "ai-liam", "title": "LiamUtil", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c8af759..8147b86 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1640,12 +1640,14 @@ "CR Aspect Ratio", "CR Aspect Ratio Banners", "CR Aspect Ratio SDXL", + "CR Batch Images From List", "CR Batch Process Switch", "CR Binary Pattern", "CR Binary To List", "CR Central Schedule", "CR Check Job Complete", "CR Checker Pattern", + "CR Clamp Value", "CR Clip Input Switch", "CR Color Bars", "CR Color Gradient", @@ -1790,6 +1792,7 @@ "CR Seed", "CR Seed to Int", "CR Select Model", + "CR Set Value On Boolean", "CR Simple Annotations", "CR Simple Banner", "CR Simple Binary Pattern", @@ -1843,7 +1846,7 @@ ], { "author": "Suzie1", - "description": "162 custom nodes for Graphics, Animation, IO, Aspect Ratio, Model Merge, ControlNet, LoRA, XY Grid, and Utilities.", + "description": "165 custom nodes for Graphics, Animation, IO, Aspect Ratio, Model Merge, ControlNet, LoRA, XY Grid, and Utilities.", "nickname": "Comfyroll Studio", "title": "Comfyroll Studio", "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -2690,6 +2693,9 @@ ], "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": [ [ + "CLIPTextEncode (RE)", + "CLIPTextEncodeSDXL (RE)", + "CLIPTextEncodeSDXLRefiner (RE)", "Int (RE)", "RErouter <=", "RErouter =>", @@ -3520,6 +3526,7 @@ "ImageEnhanceDifference+", "ImageExpandBatch+", "ImageFlip+", + "ImageFromBatch+", "ImagePosterize+", "ImageResize+", "MaskBatch+", @@ -3846,6 +3853,18 @@ "title_aux": "comfyui-portrait-master" } ], + "https://github.com/florestefano1975/comfyui-prompt-composer": [ + [ + "PromptComposerAssembler", + "PromptComposerEffect", + "PromptComposerStyler", + "PromptComposerTextMuliple", + "PromptComposerTextSingle" + ], + { + "title_aux": "comfyui-prompt-composer" + } + ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ "BatchIndex_AS",