diff --git a/custom-node-list.json b/custom-node-list.json index 20c5a398..d2d6d6cf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7960,6 +7960,17 @@ "install_type": "git-clone", "description": "This repository simply caches the CLIP embeddings and subtly accelerates the inference process by bypassing unnecessary computations." }, + { + "author": "discus0434", + "title": "ComfyUI Aesthetic Predictor V2.5", + "id": "caching-embeddings", + "reference": "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5", + "files": [ + "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5" + ], + "install_type": "git-clone", + "description": "Simple ComfyUI node that predicts the score of an aesthetic image with SigLIP-based predictor." + }, { "author": "AIFSH", "title": "ComfyUI-UVR5", @@ -9408,14 +9419,14 @@ }, { "author": "lks-ai", - "title": "ComfyUI AnyNode: Any Node you ask for", + "title": "ComfyUI AnyNode: Any Node you ask for [UNSAFE]", "id": "anynode", "reference": "https://github.com/lks-ai/anynode", "files": [ "https://github.com/lks-ai/anynode" ], "install_type": "git-clone", - "description": "Nodes: AnyNode. Nodes that can be anything you ask. Auto-Generate functional nodes using LLMs. Create impossible workflows. API Compatibility: (OpenAI, LocalLLMs, Gemini)." + "description": "Nodes: AnyNode. Nodes that can be anything you ask. Auto-Generate functional nodes using LLMs. Create impossible workflows. API Compatibility: (OpenAI, LocalLLMs, Gemini). [w/This node contains dangerous code that can execute arbitrary code.]" }, { "author": "SayanoAI", @@ -9482,7 +9493,38 @@ "install_type": "git-clone", "description": "ComfyUI-SceneGenerator is a ComfyUI plugin used to generate scene preview photos from JSON files. This plugin creates scenes based on the provided JSON configuration and produces two different image outputs: one containing only the products and the other containing both the products and the props." }, - + { + "author": "xliry", + "title": "ComfyUI_SendDiscord", + "id": "senddiscord", + "reference": "https://github.com/xliry/ComfyUI_SendDiscord", + "files": [ + "https://github.com/xliry/ComfyUI_SendDiscord" + ], + "install_type": "git-clone", + "description": "Nodes:Send Video to Discord" + }, + { + "author": "xliry", + "title": "color2rgb", + "reference": "https://github.com/vxinhao/color2rgb", + "files": [ + "https://github.com/vxinhao/color2rgb/raw/main/color2rgb.py" + ], + "install_type": "copy", + "description": "Nodes:color2RGB" + }, + { + "author": "moyi7712", + "title": "ComfyUI_Seamless_Patten", + "id": "seamless-pattern", + "reference": "https://github.com/moyi7712/ComfyUI_Seamless_Patten", + "files": [ + "https://github.com/moyi7712/ComfyUI_Seamless_Patten" + ], + "install_type": "git-clone", + "description": "It make any text2image create seamless patten" + }, @@ -9817,27 +9859,6 @@ "install_type": "copy", "description": "Extension to show random cat GIFs while queueing prompt." }, - { - "author": "xliry", - "title": "ComfyUI_SendDiscord", - "id": "senddiscord", - "reference": "https://github.com/xliry/ComfyUI_SendDiscord", - "files": [ - "https://github.com/xliry/ComfyUI_SendDiscord/raw/main/SendDiscord.py" - ], - "install_type": "copy", - "description": "Nodes:Send Video to Discord" - }, - { - "author": "xliry", - "title": "color2rgb", - "reference": "https://github.com/vxinhao/color2rgb", - "files": [ - "https://github.com/vxinhao/color2rgb/raw/main/color2rgb.py" - ], - "install_type": "copy", - "description": "Nodes:color2RGB" - }, { "author": "archifancy", "title": "Image-vector-for-ComfyUI", diff --git a/extension-node-map.json b/extension-node-map.json index 45123542..bc9381ff 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1706,6 +1706,7 @@ "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": [ [ "GR Image Resize", + "GR Image Resize Methods", "GR Image Size", "GR Mask Create", "GR Mask Create Random", @@ -7405,9 +7406,12 @@ "ImageListToBatch+", "ImagePosterize+", "ImageRandomTransform+", + "ImageRemoveAlpha+", "ImageRemoveBackground+", "ImageResize+", "ImageSeamCarving+", + "ImageTile+", + "ImageToDevice+", "KSamplerVariationsStochastic+", "KSamplerVariationsWithNoise+", "LoadCLIPSegModels+", @@ -7415,6 +7419,7 @@ "MaskBlur+", "MaskBoundingBox+", "MaskExpandBatch+", + "MaskFix+", "MaskFlip+", "MaskFromBatch+", "MaskFromColor+", @@ -7424,7 +7429,6 @@ "MaskPreview+", "MaskSmooth+", "ModelCompile+", - "NoiseFromImage~", "PixelOEPixelize+", "RemBGSession+", "RemoveLatentMask+", @@ -7943,6 +7947,7 @@ "Eden_DebugPrint", "Eden_Float", "Eden_Int", + "Eden_Lora_Loader", "Eden_String", "GetRandomFile", "HistogramMatching", @@ -10015,6 +10020,7 @@ "ColorizeDepthmap", "MarigoldDepthEstimation", "MarigoldDepthEstimationVideo", + "MarigoldDepthEstimation_v2", "RemapDepth", "SaveImageOpenEXR" ], @@ -10342,7 +10348,7 @@ "description": "This single node uses an LLM to generate a functionality based on your request. You can make the node do anything.", "nickname": "AnyNode", "title": "AnyNode v0.1", - "title_aux": "ComfyUI AnyNode: Any Node you ask for" + "title_aux": "ComfyUI AnyNode: Any Node you ask for [UNSAFE]" } ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ @@ -11182,6 +11188,14 @@ "title_aux": "Preset Dimensions" } ], + "https://github.com/moyi7712/ComfyUI_Seamless_Patten": [ + [ + "SeamlessApply" + ], + { + "title_aux": "ComfyUI_Seamless_Patten" + } + ], "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ [ "Save IMG Prompt" @@ -11192,6 +11206,7 @@ ], "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": [ [ + "Image Brightness", "Openpose Keypoint Mask" ], { @@ -11654,6 +11669,7 @@ "BMAB Load Image", "BMAB Masks To Images", "BMAB Model To Bind", + "BMAB Noise Generator", "BMAB Openpose Hand Detailer", "BMAB Person Detailer", "BMAB Preview Text", @@ -13427,7 +13443,7 @@ "title_aux": "hd-nodes-comfyui" } ], - "https://github.com/xliry/ComfyUI_SendDiscord/raw/main/SendDiscord.py": [ + "https://github.com/xliry/ComfyUI_SendDiscord": [ [ "SendDiscord" ], diff --git a/github-stats.json b/github-stats.json index 60c0a816..e28262a4 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1875,6 +1875,10 @@ "stars": 7, "last_update": "2023-11-30 02:45:49" }, + "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { + "stars": 0, + "last_update": "2024-05-28 13:46:15" + }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-04-09 03:52:05" @@ -2687,6 +2691,10 @@ "stars": 0, "last_update": "2024-05-22 22:08:50" }, + "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { + "stars": 0, + "last_update": "2024-05-28 13:40:20" + }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32" @@ -3387,6 +3395,10 @@ "stars": 7, "last_update": "2024-05-22 23:25:32" }, + "https://github.com/xliry/ComfyUI_SendDiscord": { + "stars": 0, + "last_update": "2024-05-23 02:21:38" + }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 2, "last_update": "2024-05-25 03:32:25" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f7cb442f..a6f7faa9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -12,6 +12,28 @@ + { + "author": "moyi7712", + "title": "ComfyUI_Seamless_Patten", + "id": "seamless-pattern", + "reference": "https://github.com/moyi7712/ComfyUI_Seamless_Patten", + "files": [ + "https://github.com/moyi7712/ComfyUI_Seamless_Patten" + ], + "install_type": "git-clone", + "description": "It make any text2image create seamless patten" + }, + { + "author": "discus0434", + "title": "ComfyUI Aesthetic Predictor V2.5", + "id": "caching-embeddings", + "reference": "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5", + "files": [ + "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5" + ], + "install_type": "git-clone", + "description": "Simple ComfyUI node that predicts the score of an aesthetic image with SigLIP-based predictor." + }, { "author": "Ron-Digital", "title": "ComfyUI-SceneGenerator", @@ -134,14 +156,14 @@ }, { "author": "lks-ai", - "title": "ComfyUI AnyNode: Any Node you ask for", + "title": "ComfyUI AnyNode: Any Node you ask for [UNSAFE]", "id": "anynode", "reference": "https://github.com/lks-ai/anynode", "files": [ "https://github.com/lks-ai/anynode" ], "install_type": "git-clone", - "description": "Nodes: AnyNode. Nodes that can be anything you ask. Auto-Generate functional nodes using LLMs. Create impossible workflows. API Compatibility: (OpenAI, LocalLLMs, Gemini)." + "description": "Nodes: AnyNode. Nodes that can be anything you ask. Auto-Generate functional nodes using LLMs. Create impossible workflows. API Compatibility: (OpenAI, LocalLLMs, Gemini). [w/This node contains dangerous code that can execute arbitrary code.]" }, { "author": "Thomas Ward", @@ -668,28 +690,6 @@ ], "install_type": "git-clone", "description": "The Wav2Lip node is a custom node for ComfyUI that allows you to perform lip-syncing on videos using the Wav2Lip model. It takes an input video and an audio file and generates a lip-synced output video." - }, - { - "author": "ray", - "title": "Light Gradient for ComfyUI", - "id": "light-gradient", - "reference": "https://github.com/huagetai/ComfyUI_LightGradient", - "files": [ - "https://github.com/huagetai/ComfyUI_LightGradient" - ], - "install_type": "git-clone", - "description": "Nodes:Image Gradient,Mask Gradient" - }, - { - "author": "ray", - "title": "comfyui's gaffer(ComfyUI native implementation of IC-Light. )", - "id": "gaffer", - "reference": "https://github.com/huagetai/ComfyUI-Gaffer", - "files": [ - "https://github.com/huagetai/ComfyUI-Gaffer" - ], - "install_type": "git-clone", - "description": "Nodes:Load ICLight Model,Apply ICLight,Simple Light Source,Calculate Normal Map" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 45123542..bc9381ff 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1706,6 +1706,7 @@ "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": [ [ "GR Image Resize", + "GR Image Resize Methods", "GR Image Size", "GR Mask Create", "GR Mask Create Random", @@ -7405,9 +7406,12 @@ "ImageListToBatch+", "ImagePosterize+", "ImageRandomTransform+", + "ImageRemoveAlpha+", "ImageRemoveBackground+", "ImageResize+", "ImageSeamCarving+", + "ImageTile+", + "ImageToDevice+", "KSamplerVariationsStochastic+", "KSamplerVariationsWithNoise+", "LoadCLIPSegModels+", @@ -7415,6 +7419,7 @@ "MaskBlur+", "MaskBoundingBox+", "MaskExpandBatch+", + "MaskFix+", "MaskFlip+", "MaskFromBatch+", "MaskFromColor+", @@ -7424,7 +7429,6 @@ "MaskPreview+", "MaskSmooth+", "ModelCompile+", - "NoiseFromImage~", "PixelOEPixelize+", "RemBGSession+", "RemoveLatentMask+", @@ -7943,6 +7947,7 @@ "Eden_DebugPrint", "Eden_Float", "Eden_Int", + "Eden_Lora_Loader", "Eden_String", "GetRandomFile", "HistogramMatching", @@ -10015,6 +10020,7 @@ "ColorizeDepthmap", "MarigoldDepthEstimation", "MarigoldDepthEstimationVideo", + "MarigoldDepthEstimation_v2", "RemapDepth", "SaveImageOpenEXR" ], @@ -10342,7 +10348,7 @@ "description": "This single node uses an LLM to generate a functionality based on your request. You can make the node do anything.", "nickname": "AnyNode", "title": "AnyNode v0.1", - "title_aux": "ComfyUI AnyNode: Any Node you ask for" + "title_aux": "ComfyUI AnyNode: Any Node you ask for [UNSAFE]" } ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ @@ -11182,6 +11188,14 @@ "title_aux": "Preset Dimensions" } ], + "https://github.com/moyi7712/ComfyUI_Seamless_Patten": [ + [ + "SeamlessApply" + ], + { + "title_aux": "ComfyUI_Seamless_Patten" + } + ], "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ [ "Save IMG Prompt" @@ -11192,6 +11206,7 @@ ], "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": [ [ + "Image Brightness", "Openpose Keypoint Mask" ], { @@ -11654,6 +11669,7 @@ "BMAB Load Image", "BMAB Masks To Images", "BMAB Model To Bind", + "BMAB Noise Generator", "BMAB Openpose Hand Detailer", "BMAB Person Detailer", "BMAB Preview Text", @@ -13427,7 +13443,7 @@ "title_aux": "hd-nodes-comfyui" } ], - "https://github.com/xliry/ComfyUI_SendDiscord/raw/main/SendDiscord.py": [ + "https://github.com/xliry/ComfyUI_SendDiscord": [ [ "SendDiscord" ],