diff --git a/custom-node-list.json b/custom-node-list.json index 306a373..aed435f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4364,6 +4364,16 @@ "install_type": "git-clone", "description": "Nodes: MS kosmos-2 Interrogator, Save Image w/o Metadata, Image Scale Bounding Box. An implementation of Microsoft [a/kosmos-2](https://huggingface.co/microsoft/kosmos-2-patch14-224) image to text transformer." }, + { + "author": "Hangover3832", + "title": "ComfyUI-Hangover-Moondream", + "reference": "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream", + "files": [ + "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream" + ], + "install_type": "git-clone", + "description": "Moondream is a lightweight multimodal large languge model.\nIMPORTANT:According to the creator, Moondream is for research purposes only, commercial use is not allowed!\n[w/WARN:Additional python code will be downloaded from huggingface and executed. You have to trust this creator if you want to use this node!]" + }, { "author": "tzwm", "title": "ComfyUI Profiler", @@ -5024,6 +5034,16 @@ "install_type": "git-clone", "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging." }, + { + "author": "DonBaronFactory", + "title": "ComfyUI-Cre8it-Nodes", + "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes", + "files": [ + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" + }, diff --git a/extension-node-map.json b/extension-node-map.json index bd818f7..917d0f1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -436,7 +436,10 @@ ], "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [ [ - "LoadImageFromPath" + "ImageToPIL", + "LoadImageFromPath", + "PILToImage", + "PILToMask" ], { "title_aux": "ComfyUI_Ib_CustomNodes" @@ -620,6 +623,16 @@ "title_aux": "Derfuu_ComfyUI_ModdedNodes" } ], + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [ + [ + "ApplySerialPrompter", + "ImageSizer", + "SerialPrompter" + ], + { + "title_aux": "ComfyUI-Cre8it-Nodes" + } + ], "https://github.com/Electrofried/ComfyUI-OpenAINode": [ [ "OpenAINode" @@ -941,6 +954,14 @@ "title_aux": "ComfyUI aichemy nodes" } ], + "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [ + [ + "Moondream Interrogator (NO COMMERCIAL USE)" + ], + { + "title_aux": "ComfyUI-Hangover-Moondream" + } + ], "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [ [ "Image Scale Bounding Box", @@ -4128,6 +4149,7 @@ "LayerUtility: ImageShift", "LayerUtility: PrintInfo", "LayerUtility: RestoreCropBox", + "LayerUtility: TextImage", "LayerUtility: XY to Percent" ], { @@ -4862,21 +4884,21 @@ ], "https://github.com/edenartlab/eden_comfy_pipelines": [ [ - "Bool", "CLIP_Interrogator", - "Compare", - "DebugPrint", + "Eden_Bool", + "Eden_Compare", + "Eden_DebugPrint", + "Eden_Float", + "Eden_Int", + "Eden_String", "Filepicker", - "Float", "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", "If ANY execute A else B", - "Int", "LatentTypeConversion", "SaveImageAdvanced", - "String", "VAEDecode_to_folder" ], { @@ -5491,11 +5513,6 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", - "Axis To Float", - "Axis To Int", - "Axis To Model", - "Axis To Number", - "Axis To String", "Image Accumulator End", "Image Accumulator Start", "Load Lines From Text File", @@ -6853,15 +6870,11 @@ "3DImage", "AppInfo", "AreaToMask", - "CLIPSeg", - "CLIPSeg_", "CenterImage", "CharacterInText", "ChatGPTOpenAI", "CkptNames_", "Color", - "CombineMasks_", - "CombineSegMasks", "DynamicDelayProcessor", "EmbeddingPrompt", "EnhanceImage", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 1626bc5..d4864ca 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "kijai", + "title": "ComfyUI-ADMotionDirector [WIP]", + "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", + "files": [ + "https://github.com/kijai/ComfyUI-ADMotionDirector" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for using [a/AnimateDiff-MotionDirector](https://github.com/ExponentialML/AnimateDiff-MotionDirector)\nAfter training, the LoRAs are intended to be used with the ComfyUI Extension [a/ComfyUI-AnimateDiff-Evolved](https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved)." + }, + { + "author": "shadowcz007", + "title": "comfyui-CLIPSeg", + "reference": "https://github.com/shadowcz007/comfyui-CLIPSeg", + "files": [ + "https://github.com/shadowcz007/comfyui-CLIPSeg" + ], + "install_type": "git-clone", + "description": "Download [a/CLIPSeg](https://huggingface.co/CIDAS/clipseg-rd64-refined/tree/main), move to : models/clipseg" + }, { "author": "dezi-ai", "title": "ComfyUI Animate LCM", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 15adf19..fe7809c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "DonBaronFactory", + "title": "ComfyUI-Cre8it-Nodes", + "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes", + "files": [ + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" + }, { "author": "dezi-ai", "title": "ComfyUI Animate LCM", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index bd818f7..917d0f1 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -436,7 +436,10 @@ ], "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [ [ - "LoadImageFromPath" + "ImageToPIL", + "LoadImageFromPath", + "PILToImage", + "PILToMask" ], { "title_aux": "ComfyUI_Ib_CustomNodes" @@ -620,6 +623,16 @@ "title_aux": "Derfuu_ComfyUI_ModdedNodes" } ], + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [ + [ + "ApplySerialPrompter", + "ImageSizer", + "SerialPrompter" + ], + { + "title_aux": "ComfyUI-Cre8it-Nodes" + } + ], "https://github.com/Electrofried/ComfyUI-OpenAINode": [ [ "OpenAINode" @@ -941,6 +954,14 @@ "title_aux": "ComfyUI aichemy nodes" } ], + "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [ + [ + "Moondream Interrogator (NO COMMERCIAL USE)" + ], + { + "title_aux": "ComfyUI-Hangover-Moondream" + } + ], "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [ [ "Image Scale Bounding Box", @@ -4128,6 +4149,7 @@ "LayerUtility: ImageShift", "LayerUtility: PrintInfo", "LayerUtility: RestoreCropBox", + "LayerUtility: TextImage", "LayerUtility: XY to Percent" ], { @@ -4862,21 +4884,21 @@ ], "https://github.com/edenartlab/eden_comfy_pipelines": [ [ - "Bool", "CLIP_Interrogator", - "Compare", - "DebugPrint", + "Eden_Bool", + "Eden_Compare", + "Eden_DebugPrint", + "Eden_Float", + "Eden_Int", + "Eden_String", "Filepicker", - "Float", "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", "If ANY execute A else B", - "Int", "LatentTypeConversion", "SaveImageAdvanced", - "String", "VAEDecode_to_folder" ], { @@ -5491,11 +5513,6 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": [ [ "Any List", - "Axis To Float", - "Axis To Int", - "Axis To Model", - "Axis To Number", - "Axis To String", "Image Accumulator End", "Image Accumulator Start", "Load Lines From Text File", @@ -6853,15 +6870,11 @@ "3DImage", "AppInfo", "AreaToMask", - "CLIPSeg", - "CLIPSeg_", "CenterImage", "CharacterInText", "ChatGPTOpenAI", "CkptNames_", "Color", - "CombineMasks_", - "CombineSegMasks", "DynamicDelayProcessor", "EmbeddingPrompt", "EnhanceImage",