diff --git a/custom-node-list.json b/custom-node-list.json index 12e30747..5265d28a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3150,6 +3150,26 @@ "install_type": "git-clone", "description": "Currently supports LoRA training, and untested full finetune with code from kohya's scripts: [a/https://github.com/kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)" }, + { + "author": "kijai", + "title": "ComfyUI CogVideoX Wrapper", + "reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-CogVideoXWrapper" + ], + "install_type": "git-clone", + "description": "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)" + }, + { + "author": "kijai", + "title": "ComfyUI Llava-OneVision", + "reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision", + "files": [ + "https://github.com/kijai/ComfyUI-LLaVA-OneVision" + ], + "install_type": "git-clone", + "description": "Nodes to use the OneVision LLaVA models: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", @@ -13319,7 +13339,7 @@ "https://github.com/doomy23/ComfyUI-D00MYsNodes" ], "install_type": "git-clone", - "description": "Nodes: Images_Converter, Show_Text" + "description": "Nodes: Images_Converter, Show_Text, Strings_From_List, Save_Text, Random_Images, Load_Images_From_Paths, JSPaint." }, { "author": "Sieyalixnet", @@ -13752,6 +13772,17 @@ "install_type": "git-clone", "description": "NODES:Audio Analysis YVANN, Show Text YVANN." }, + { + "author": "Isi-dev", + "title": "ComfyUI-Img2DrawingAssistants", + "id": "Img2DrawingAssistants", + "reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants", + "files": [ + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants" + ], + "install_type": "git-clone", + "description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts." + }, @@ -14142,6 +14173,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "tianguangliu", + "title": "comfyui-utools", + "id": "utools", + "reference": "https://github.com/tianguanggliu/Utools", + "files": [ + "https://github.com/tianguanggliu/Utools" + ], + "install_type": "git-clone", + "description": "Efficiency tools, Personalized style, Other Nodes, ..." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index e4ca7e17..617644f5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -10497,9 +10497,12 @@ "https://github.com/doomy23/ComfyUI-D00MYsNodes": [ [ "Images_Converter|D00MYs", - "JSPaint|D00MYs", + "Show_Text|D00MYs", + "Strings_From_List|D00MYs", + "Save_Text|D00MYs", + "Random_Images|D00MYs", "Load_Images_From_Paths|D00MYs", - "Show_Text|D00MYs" + "JSPaint|D00MYs" ], { "title_aux": "ComfyUI-D00MYsNodes" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 9f9897ee..81c66591 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -282,16 +282,6 @@ "install_type": "git-clone", "description": "A Video2Video framework for text2image models in ComfyUI. Supports SD1.5 and SDXL." }, - { - "author": "kijai", - "title": "ComfyUI-LLaVA-OneVision [WIP]", - "reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision", - "files": [ - "https://github.com/kijai/ComfyUI-LLaVA-OneVision" - ], - "install_type": "git-clone", - "description": "Original repo: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)\nUnsure of the dependencies, the original was a huge list, but I didn't install single new one to my environment and it worked." - }, { "author": "IuvenisSapiens", "title": "ComfyUI_MiniCPM-V-2_6-int4", @@ -313,16 +303,6 @@ "install_type": "git-clone", "description": "ComfyUI_EnvAutopsyAPI is a powerful debugging tool designed for ComfyUI that provides in-depth analysis of your environment and dependencies through an API interface. This tool allows you to inspect environment variables, pip packages, and dependency trees, making it easier to diagnose and resolve issues in your ComfyUI setup.[w/This tool may expose sensitive system information if used on a public server. MUST READ [a/THIS](https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI#%EF%B8%8F-warning-security-risk-%EF%B8%8F) before install.]" }, - { - "author": "kijai", - "title": "ComfyUI-CogVideoXWrapper [WIP]", - "reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper", - "files": [ - "https://github.com/kijai/ComfyUI-CogVideoXWrapper" - ], - "install_type": "git-clone", - "description": "Original repo: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)\nNOTE:Currently requires diffusers with PR: [a/huggingface/diffusers#9082](https://github.com/huggingface/diffusers/pull/9082)" - }, { "author": "neuratech-ai", "title": "ComfyUI-MultiGPU", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 3ac118a8..c245ed70 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,37 @@ + { + "author": "kijai", + "title": "ComfyUI CogVideoX Wrapper", + "reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-CogVideoXWrapper" + ], + "install_type": "git-clone", + "description": "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)" + }, + { + "author": "kijai", + "title": "ComfyUI Llava-OneVision", + "reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision", + "files": [ + "https://github.com/kijai/ComfyUI-LLaVA-OneVision" + ], + "install_type": "git-clone", + "description": "Nodes to use the OneVision LLaVA models: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)" + }, + { + "author": "Isi-dev", + "title": "ComfyUI-Img2DrawingAssistants", + "id": "Img2DrawingAssistants", + "reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants", + "files": [ + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants" + ], + "install_type": "git-clone", + "description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts." + }, { "author": "neverbiasu", "title": "ComfyUI-StyleShot", @@ -679,7 +710,7 @@ "https://github.com/doomy23/ComfyUI-D00MYsNodes" ], "install_type": "git-clone", - "description": "Nodes:ImagesToPNG. A set of custom nodes for ComfyUI I needed for myself but I'm sharing with the public." + "description": "Nodes: Images_Converter, Show_Text, Strings_From_List, Save_text, Random_Images, Load_Images_From_Paths, JSPaint." }, { "author": "Sieyalixnet", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e4ca7e17..617644f5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -10497,9 +10497,12 @@ "https://github.com/doomy23/ComfyUI-D00MYsNodes": [ [ "Images_Converter|D00MYs", - "JSPaint|D00MYs", + "Show_Text|D00MYs", + "Strings_From_List|D00MYs", + "Save_Text|D00MYs", + "Random_Images|D00MYs", "Load_Images_From_Paths|D00MYs", - "Show_Text|D00MYs" + "JSPaint|D00MYs" ], { "title_aux": "ComfyUI-D00MYsNodes"