update DB

This commit is contained in:
Dr.Lt.Data 2024-05-28 23:20:13 +09:00
parent c0f5218532
commit 5b33519fad
5 changed files with 119 additions and 54 deletions

View File

@ -7960,6 +7960,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This repository simply caches the CLIP embeddings and subtly accelerates the inference process by bypassing unnecessary computations." "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", "author": "AIFSH",
"title": "ComfyUI-UVR5", "title": "ComfyUI-UVR5",
@ -9408,14 +9419,14 @@
}, },
{ {
"author": "lks-ai", "author": "lks-ai",
"title": "ComfyUI AnyNode: Any Node you ask for", "title": "ComfyUI AnyNode: Any Node you ask for [UNSAFE]",
"id": "anynode", "id": "anynode",
"reference": "https://github.com/lks-ai/anynode", "reference": "https://github.com/lks-ai/anynode",
"files": [ "files": [
"https://github.com/lks-ai/anynode" "https://github.com/lks-ai/anynode"
], ],
"install_type": "git-clone", "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", "author": "SayanoAI",
@ -9482,7 +9493,38 @@
"install_type": "git-clone", "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." "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", "install_type": "copy",
"description": "Extension to show random cat GIFs while queueing prompt." "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", "author": "archifancy",
"title": "Image-vector-for-ComfyUI", "title": "Image-vector-for-ComfyUI",

View File

@ -1706,6 +1706,7 @@
"https://github.com/GraftingRayman/ComfyUI_GraftingRayman": [ "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": [
[ [
"GR Image Resize", "GR Image Resize",
"GR Image Resize Methods",
"GR Image Size", "GR Image Size",
"GR Mask Create", "GR Mask Create",
"GR Mask Create Random", "GR Mask Create Random",
@ -7405,9 +7406,12 @@
"ImageListToBatch+", "ImageListToBatch+",
"ImagePosterize+", "ImagePosterize+",
"ImageRandomTransform+", "ImageRandomTransform+",
"ImageRemoveAlpha+",
"ImageRemoveBackground+", "ImageRemoveBackground+",
"ImageResize+", "ImageResize+",
"ImageSeamCarving+", "ImageSeamCarving+",
"ImageTile+",
"ImageToDevice+",
"KSamplerVariationsStochastic+", "KSamplerVariationsStochastic+",
"KSamplerVariationsWithNoise+", "KSamplerVariationsWithNoise+",
"LoadCLIPSegModels+", "LoadCLIPSegModels+",
@ -7415,6 +7419,7 @@
"MaskBlur+", "MaskBlur+",
"MaskBoundingBox+", "MaskBoundingBox+",
"MaskExpandBatch+", "MaskExpandBatch+",
"MaskFix+",
"MaskFlip+", "MaskFlip+",
"MaskFromBatch+", "MaskFromBatch+",
"MaskFromColor+", "MaskFromColor+",
@ -7424,7 +7429,6 @@
"MaskPreview+", "MaskPreview+",
"MaskSmooth+", "MaskSmooth+",
"ModelCompile+", "ModelCompile+",
"NoiseFromImage~",
"PixelOEPixelize+", "PixelOEPixelize+",
"RemBGSession+", "RemBGSession+",
"RemoveLatentMask+", "RemoveLatentMask+",
@ -7943,6 +7947,7 @@
"Eden_DebugPrint", "Eden_DebugPrint",
"Eden_Float", "Eden_Float",
"Eden_Int", "Eden_Int",
"Eden_Lora_Loader",
"Eden_String", "Eden_String",
"GetRandomFile", "GetRandomFile",
"HistogramMatching", "HistogramMatching",
@ -10015,6 +10020,7 @@
"ColorizeDepthmap", "ColorizeDepthmap",
"MarigoldDepthEstimation", "MarigoldDepthEstimation",
"MarigoldDepthEstimationVideo", "MarigoldDepthEstimationVideo",
"MarigoldDepthEstimation_v2",
"RemapDepth", "RemapDepth",
"SaveImageOpenEXR" "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.", "description": "This single node uses an LLM to generate a functionality based on your request. You can make the node do anything.",
"nickname": "AnyNode", "nickname": "AnyNode",
"title": "AnyNode v0.1", "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": [ "https://github.com/lldacing/comfyui-easyapi-nodes": [
@ -11182,6 +11188,14 @@
"title_aux": "Preset Dimensions" "title_aux": "Preset Dimensions"
} }
], ],
"https://github.com/moyi7712/ComfyUI_Seamless_Patten": [
[
"SeamlessApply"
],
{
"title_aux": "ComfyUI_Seamless_Patten"
}
],
"https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [
[ [
"Save IMG Prompt" "Save IMG Prompt"
@ -11192,6 +11206,7 @@
], ],
"https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": [ "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": [
[ [
"Image Brightness",
"Openpose Keypoint Mask" "Openpose Keypoint Mask"
], ],
{ {
@ -11654,6 +11669,7 @@
"BMAB Load Image", "BMAB Load Image",
"BMAB Masks To Images", "BMAB Masks To Images",
"BMAB Model To Bind", "BMAB Model To Bind",
"BMAB Noise Generator",
"BMAB Openpose Hand Detailer", "BMAB Openpose Hand Detailer",
"BMAB Person Detailer", "BMAB Person Detailer",
"BMAB Preview Text", "BMAB Preview Text",
@ -13427,7 +13443,7 @@
"title_aux": "hd-nodes-comfyui" "title_aux": "hd-nodes-comfyui"
} }
], ],
"https://github.com/xliry/ComfyUI_SendDiscord/raw/main/SendDiscord.py": [ "https://github.com/xliry/ComfyUI_SendDiscord": [
[ [
"SendDiscord" "SendDiscord"
], ],

View File

@ -1875,6 +1875,10 @@
"stars": 7, "stars": 7,
"last_update": "2023-11-30 02:45:49" "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": { "https://github.com/discus0434/comfyui-caching-embeddings": {
"stars": 1, "stars": 1,
"last_update": "2024-04-09 03:52:05" "last_update": "2024-04-09 03:52:05"
@ -2687,6 +2691,10 @@
"stars": 0, "stars": 0,
"last_update": "2024-05-22 22:08:50" "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": { "https://github.com/mozman/ComfyUI_mozman_nodes": {
"stars": 0, "stars": 0,
"last_update": "2024-05-22 22:13:32" "last_update": "2024-05-22 22:13:32"
@ -3387,6 +3395,10 @@
"stars": 7, "stars": 7,
"last_update": "2024-05-22 23:25:32" "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": { "https://github.com/xuhongming251/ComfyUI-GPEN": {
"stars": 2, "stars": 2,
"last_update": "2024-05-25 03:32:25" "last_update": "2024-05-25 03:32:25"

View File

@ -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", "author": "Ron-Digital",
"title": "ComfyUI-SceneGenerator", "title": "ComfyUI-SceneGenerator",
@ -134,14 +156,14 @@
}, },
{ {
"author": "lks-ai", "author": "lks-ai",
"title": "ComfyUI AnyNode: Any Node you ask for", "title": "ComfyUI AnyNode: Any Node you ask for [UNSAFE]",
"id": "anynode", "id": "anynode",
"reference": "https://github.com/lks-ai/anynode", "reference": "https://github.com/lks-ai/anynode",
"files": [ "files": [
"https://github.com/lks-ai/anynode" "https://github.com/lks-ai/anynode"
], ],
"install_type": "git-clone", "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", "author": "Thomas Ward",
@ -668,28 +690,6 @@
], ],
"install_type": "git-clone", "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." "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"
} }
] ]
} }

View File

@ -1706,6 +1706,7 @@
"https://github.com/GraftingRayman/ComfyUI_GraftingRayman": [ "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": [
[ [
"GR Image Resize", "GR Image Resize",
"GR Image Resize Methods",
"GR Image Size", "GR Image Size",
"GR Mask Create", "GR Mask Create",
"GR Mask Create Random", "GR Mask Create Random",
@ -7405,9 +7406,12 @@
"ImageListToBatch+", "ImageListToBatch+",
"ImagePosterize+", "ImagePosterize+",
"ImageRandomTransform+", "ImageRandomTransform+",
"ImageRemoveAlpha+",
"ImageRemoveBackground+", "ImageRemoveBackground+",
"ImageResize+", "ImageResize+",
"ImageSeamCarving+", "ImageSeamCarving+",
"ImageTile+",
"ImageToDevice+",
"KSamplerVariationsStochastic+", "KSamplerVariationsStochastic+",
"KSamplerVariationsWithNoise+", "KSamplerVariationsWithNoise+",
"LoadCLIPSegModels+", "LoadCLIPSegModels+",
@ -7415,6 +7419,7 @@
"MaskBlur+", "MaskBlur+",
"MaskBoundingBox+", "MaskBoundingBox+",
"MaskExpandBatch+", "MaskExpandBatch+",
"MaskFix+",
"MaskFlip+", "MaskFlip+",
"MaskFromBatch+", "MaskFromBatch+",
"MaskFromColor+", "MaskFromColor+",
@ -7424,7 +7429,6 @@
"MaskPreview+", "MaskPreview+",
"MaskSmooth+", "MaskSmooth+",
"ModelCompile+", "ModelCompile+",
"NoiseFromImage~",
"PixelOEPixelize+", "PixelOEPixelize+",
"RemBGSession+", "RemBGSession+",
"RemoveLatentMask+", "RemoveLatentMask+",
@ -7943,6 +7947,7 @@
"Eden_DebugPrint", "Eden_DebugPrint",
"Eden_Float", "Eden_Float",
"Eden_Int", "Eden_Int",
"Eden_Lora_Loader",
"Eden_String", "Eden_String",
"GetRandomFile", "GetRandomFile",
"HistogramMatching", "HistogramMatching",
@ -10015,6 +10020,7 @@
"ColorizeDepthmap", "ColorizeDepthmap",
"MarigoldDepthEstimation", "MarigoldDepthEstimation",
"MarigoldDepthEstimationVideo", "MarigoldDepthEstimationVideo",
"MarigoldDepthEstimation_v2",
"RemapDepth", "RemapDepth",
"SaveImageOpenEXR" "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.", "description": "This single node uses an LLM to generate a functionality based on your request. You can make the node do anything.",
"nickname": "AnyNode", "nickname": "AnyNode",
"title": "AnyNode v0.1", "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": [ "https://github.com/lldacing/comfyui-easyapi-nodes": [
@ -11182,6 +11188,14 @@
"title_aux": "Preset Dimensions" "title_aux": "Preset Dimensions"
} }
], ],
"https://github.com/moyi7712/ComfyUI_Seamless_Patten": [
[
"SeamlessApply"
],
{
"title_aux": "ComfyUI_Seamless_Patten"
}
],
"https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [
[ [
"Save IMG Prompt" "Save IMG Prompt"
@ -11192,6 +11206,7 @@
], ],
"https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": [ "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": [
[ [
"Image Brightness",
"Openpose Keypoint Mask" "Openpose Keypoint Mask"
], ],
{ {
@ -11654,6 +11669,7 @@
"BMAB Load Image", "BMAB Load Image",
"BMAB Masks To Images", "BMAB Masks To Images",
"BMAB Model To Bind", "BMAB Model To Bind",
"BMAB Noise Generator",
"BMAB Openpose Hand Detailer", "BMAB Openpose Hand Detailer",
"BMAB Person Detailer", "BMAB Person Detailer",
"BMAB Preview Text", "BMAB Preview Text",
@ -13427,7 +13443,7 @@
"title_aux": "hd-nodes-comfyui" "title_aux": "hd-nodes-comfyui"
} }
], ],
"https://github.com/xliry/ComfyUI_SendDiscord/raw/main/SendDiscord.py": [ "https://github.com/xliry/ComfyUI_SendDiscord": [
[ [
"SendDiscord" "SendDiscord"
], ],