diff --git a/custom-node-list.json b/custom-node-list.json index 32a1d1f..3e7bf00 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2385,7 +2385,7 @@ "https://github.com/THtianhao/ComfyUI-FaceChain" ], "install_type": "git-clone", - "description": "Nodes:FC_LoraMerge." + "description": "Nodes:FC FaceFusion, FC StyleLoraLoad, FC FaceDetection, FC CropMask, FC ReplaceImage, FC CropBottom, FC CropAndPaste, FC MaskOP" }, { "author": "zer0TF", @@ -4024,6 +4024,26 @@ "install_type": "git-clone", "description": "Allows you to save images with their generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition." }, + { + "author": "kft334", + "title": "Knodes", + "reference": "https://github.com/kft334/Knodes", + "files": [ + "https://github.com/kft334/Knodes" + ], + "install_type": "git-clone", + "description": "Nodes: Image(s) To Websocket (Base64)" + }, + { + "author": "Hangover3832", + "title": "Microsoft kosmos-2 for ComfyUI", + "reference": "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes", + "files": [ + "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes" + ], + "install_type": "git-clone", + "description": "An implementation of Microsoft [a/kosmos-2](https://huggingface.co/microsoft/kosmos-2-patch14-224) image to text transformer." + }, { diff --git a/extension-node-map.json b/extension-node-map.json index 7f36360..945a156 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -107,9 +107,11 @@ "ImageOverlap-badger", "ImageScaleToSide-badger", "IntToString-badger", + "SegmentToMaskByPoint-badger", "StringToFizz-badger", "TextListToString-badger", "VideoCut-badger", + "findCenterOfMask-badger", "getImageSide-badger", "getParentDir-badger", "mkdir-badger" @@ -243,6 +245,7 @@ [ "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", + "ComfyUIDeployExternalNumber", "ComfyUIDeployExternalText" ], { @@ -816,6 +819,14 @@ "title_aux": "ReActor Node for ComfyUI" } ], + "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [ + [ + "MS kosmos-2 Interrogator" + ], + { + "title_aux": "Microsoft kosmos-2 for ComfyUI" + } + ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ "Hook Recenter", @@ -4442,6 +4453,15 @@ "title_aux": "qq-nodes-comfyui" } ], + "https://github.com/kft334/Knodes": [ + [ + "Image(s) To Websocket (Base64)", + "ImageOutput" + ], + { + "title_aux": "Knodes" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8d3c567..c000ba5 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -8,7 +8,28 @@ "install_type": "git-clone", "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel." }, + + { + "author": "Hangover3832", + "title": "Microsoft kosmos-2 for ComfyUI", + "reference": "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes", + "files": [ + "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes" + ], + "install_type": "git-clone", + "description": "An implementation of Microsoft [a/kosmos-2](https://huggingface.co/microsoft/kosmos-2-patch14-224) image to text transformer." + }, + { + "author": "kft334", + "title": "Knodes", + "reference": "https://github.com/kft334/Knodes", + "files": [ + "https://github.com/kft334/Knodes" + ], + "install_type": "git-clone", + "description": "Nodes: Image(s) To Websocket (Base64)" + }, { "author": "alexopus", "title": "ComfyUI Image Saver", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 7f36360..945a156 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -107,9 +107,11 @@ "ImageOverlap-badger", "ImageScaleToSide-badger", "IntToString-badger", + "SegmentToMaskByPoint-badger", "StringToFizz-badger", "TextListToString-badger", "VideoCut-badger", + "findCenterOfMask-badger", "getImageSide-badger", "getParentDir-badger", "mkdir-badger" @@ -243,6 +245,7 @@ [ "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", + "ComfyUIDeployExternalNumber", "ComfyUIDeployExternalText" ], { @@ -816,6 +819,14 @@ "title_aux": "ReActor Node for ComfyUI" } ], + "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [ + [ + "MS kosmos-2 Interrogator" + ], + { + "title_aux": "Microsoft kosmos-2 for ComfyUI" + } + ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ "Hook Recenter", @@ -4442,6 +4453,15 @@ "title_aux": "qq-nodes-comfyui" } ], + "https://github.com/kft334/Knodes": [ + [ + "Image(s) To Websocket (Base64)", + "ImageOutput" + ], + { + "title_aux": "Knodes" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel",