diff --git a/custom-node-list.json b/custom-node-list.json index d6827fe9..f8d39ce6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4926,7 +4926,7 @@ }, { "author": "davask", - "title": "ComfyUI-MarasIT-Nodes", + "title": "MarasIT Nodes", "reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes", "files": [ "https://github.com/davask/ComfyUI-MarasIT-Nodes" @@ -4944,6 +4944,16 @@ "install_type": "git-clone", "description": "Nodes: Get Danbooru, Tag Encode" }, + { + "author": "dfl", + "title": "comfyui-clip-with-break", + "reference": "https://github.com/dfl/comfyui-clip-with-break", + "files": [ + "https://github.com/dfl/comfyui-clip-with-break" + ], + "install_type": "git-clone", + "description": "Clip text encoder with BREAK formatting like A1111 (uses conditioning concat)" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 37c8814f..0a144e33 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -992,6 +992,10 @@ "Post to Discord w/ Webhook" ], { + "author": "Hiero", + "description": "Just some nodes that I wanted/needed, so I made them.", + "nickname": "HNodes", + "title": "Hiero-Nodes", "title_aux": "ComfyUI-Hiero-Nodes" } ], @@ -3135,6 +3139,8 @@ ], "https://github.com/abyz22/image_control": [ [ + "abyz22_Convertpipe", + "abyz22_Editpipe", "abyz22_FirstNonNull", "abyz22_FromBasicPipe_v2", "abyz22_Frompipe", @@ -3150,6 +3156,7 @@ "abyz22_blendimages", "abyz22_bypass", "abyz22_drawmask", + "abyz22_lamaInpaint", "abyz22_lamaPreprocessor", "abyz22_makecircles", "abyz22_setimageinfo", @@ -4543,7 +4550,7 @@ "MarasitBusNode" ], { - "title_aux": "ComfyUI-MarasIT-Nodes" + "title_aux": "MarasIT Nodes" } ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ @@ -4592,6 +4599,18 @@ "title_aux": "demofusion-comfyui" } ], + "https://github.com/dfl/comfyui-clip-with-break": [ + [ + "CLIPTextEncodeWithBreak" + ], + { + "author": "dfl", + "description": "CLIP text encoder that does BREAK prompting like A1111", + "nickname": "CLIP with BREAK", + "title": "CLIP with BREAK syntax", + "title_aux": "comfyui-clip-with-break" + } + ], "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ [ "PixelArtAddDitherPattern", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 533ea10c..d9aaa644 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "dfl", + "title": "comfyui-clip-with-break", + "reference": "https://github.com/dfl/comfyui-clip-with-break", + "files": [ + "https://github.com/dfl/comfyui-clip-with-break" + ], + "install_type": "git-clone", + "description": "Clip text encoder with BREAK formatting like A1111 (uses conditioning concat)" + }, { "author": "yffyhk", "title": "comfyui_auto_danbooru", @@ -42,7 +52,7 @@ }, { "author": "davask", - "title": "ComfyUI-MarasIT-Nodes", + "title": "MarasIT Nodes", "reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes", "files": [ "https://github.com/davask/ComfyUI-MarasIT-Nodes" diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 37c8814f..0a144e33 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -992,6 +992,10 @@ "Post to Discord w/ Webhook" ], { + "author": "Hiero", + "description": "Just some nodes that I wanted/needed, so I made them.", + "nickname": "HNodes", + "title": "Hiero-Nodes", "title_aux": "ComfyUI-Hiero-Nodes" } ], @@ -3135,6 +3139,8 @@ ], "https://github.com/abyz22/image_control": [ [ + "abyz22_Convertpipe", + "abyz22_Editpipe", "abyz22_FirstNonNull", "abyz22_FromBasicPipe_v2", "abyz22_Frompipe", @@ -3150,6 +3156,7 @@ "abyz22_blendimages", "abyz22_bypass", "abyz22_drawmask", + "abyz22_lamaInpaint", "abyz22_lamaPreprocessor", "abyz22_makecircles", "abyz22_setimageinfo", @@ -4543,7 +4550,7 @@ "MarasitBusNode" ], { - "title_aux": "ComfyUI-MarasIT-Nodes" + "title_aux": "MarasIT Nodes" } ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ @@ -4592,6 +4599,18 @@ "title_aux": "demofusion-comfyui" } ], + "https://github.com/dfl/comfyui-clip-with-break": [ + [ + "CLIPTextEncodeWithBreak" + ], + { + "author": "dfl", + "description": "CLIP text encoder that does BREAK prompting like A1111", + "nickname": "CLIP with BREAK", + "title": "CLIP with BREAK syntax", + "title_aux": "comfyui-clip-with-break" + } + ], "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ [ "PixelArtAddDitherPattern",