update DB

This commit is contained in:
Dr.Lt.Data 2024-08-04 10:55:39 +09:00
parent 8b649ae0d9
commit 31d7fcc8ba
7 changed files with 1484 additions and 1488 deletions

View File

@ -12224,13 +12224,13 @@
}, },
{ {
"author": "vault-developer", "author": "vault-developer",
"title": "Image-blender", "title": "ImageBlender",
"reference": "https://github.com/vault-developer/comfyui-image-blender", "reference": "https://github.com/vault-developer/comfyui-image-blender",
"files": [ "files": [
"https://github.com/vault-developer/comfyui-image-blender" "https://github.com/vault-developer/comfyui-image-blender"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A custom node to blend two images together using a specified blending mode." "description": "ComfyuiImageBlender is a custom node for ComfyUI. It may be used to blend two images together using a specified blending mode."
}, },
{ {
"author": "gisu", "author": "gisu",
@ -12719,16 +12719,6 @@
"install_type": "unzip", "install_type": "unzip",
"description": "Various image processing nodes." "description": "Various image processing nodes."
}, },
{
"author": "vault-developer",
"title": "ImageBlender",
"reference": "https://github.com/vault-developer/comfyui-image-blender",
"files": [
"https://github.com/vault-developer/comfyui-image-blender"
],
"install_type": "git-clone",
"description": "ComfyuiImageBlender is a custom node for ComfyUI. It may be used to blend two images together using a specified blending mode."
},
{ {
"author": "aimingfail", "author": "aimingfail",
"title": "Image2Halftone Node for ComfyUI", "title": "Image2Halftone Node for ComfyUI",

View File

@ -1732,7 +1732,10 @@
], ],
"https://github.com/Extraltodeus/Skimmed_CFG": [ "https://github.com/Extraltodeus/Skimmed_CFG": [
[ [
"Skimmed CFG" "Skimmed CFG",
"Skimmed CFG - linear interpolation",
"Skimmed CFG - linear interpolation dual scales",
"Skimmed CFG - replace"
], ],
{ {
"title_aux": "Skimmed_CFG" "title_aux": "Skimmed_CFG"
@ -2794,7 +2797,6 @@
"JNodes_SearchAndReplaceFromFile", "JNodes_SearchAndReplaceFromFile",
"JNodes_SearchAndReplaceFromList", "JNodes_SearchAndReplaceFromList",
"JNodes_SelectRandomFileFromDirectory", "JNodes_SelectRandomFileFromDirectory",
"JNodes_SetMetadataA1111",
"JNodes_SetNegativePromptInMetaData", "JNodes_SetNegativePromptInMetaData",
"JNodes_SetPositivePromptInMetaData", "JNodes_SetPositivePromptInMetaData",
"JNodes_SplitAndJoin", "JNodes_SplitAndJoin",
@ -9089,7 +9091,9 @@
], ],
"https://github.com/dagthomas/comfyui_dagthomas": [ "https://github.com/dagthomas/comfyui_dagthomas": [
[ [
"CFGSkimming",
"GPT4MiniNode", "GPT4MiniNode",
"GPT4VisionNode",
"PGSD3LatentGenerator", "PGSD3LatentGenerator",
"PromptGenerator" "PromptGenerator"
], ],
@ -14460,6 +14464,7 @@
"https://github.com/pamparamm/sd-perturbed-attention": [ "https://github.com/pamparamm/sd-perturbed-attention": [
[ [
"PerturbedAttention", "PerturbedAttention",
"SmoothedEnergyGuidanceAdvanced",
"TRTAttachPag", "TRTAttachPag",
"TRTPerturbedAttention" "TRTPerturbedAttention"
], ],
@ -16504,7 +16509,7 @@
"ImageBlender" "ImageBlender"
], ],
{ {
"title_aux": "Image-blender" "title_aux": "ImageBlender"
} }
], ],
"https://github.com/veighnsche/comfyui_gr85": [ "https://github.com/veighnsche/comfyui_gr85": [

File diff suppressed because it is too large Load Diff

View File

@ -409,14 +409,6 @@
"title_aux": "ComfyUI-Airtable [WIP]" "title_aux": "ComfyUI-Airtable [WIP]"
} }
], ],
"https://github.com/GeekyGhost/ComfyUI-GeekyRemB/raw/SketchUITest/GeekyRembv2.py": [
[
"GeekyRemB"
],
{
"title_aux": "ComfyUI-GeekyRemB v2"
}
],
"https://github.com/GentlemanHu/ComfyUI-Notifier": [ "https://github.com/GentlemanHu/ComfyUI-Notifier": [
[ [
"GentlemanHu_Notifier" "GentlemanHu_Notifier"
@ -1221,6 +1213,7 @@
"ModelSamplingContinuousEDM", "ModelSamplingContinuousEDM",
"ModelSamplingContinuousV", "ModelSamplingContinuousV",
"ModelSamplingDiscrete", "ModelSamplingDiscrete",
"ModelSamplingFlux",
"ModelSamplingSD3", "ModelSamplingSD3",
"ModelSamplingStableCascade", "ModelSamplingStableCascade",
"Morphology", "Morphology",
@ -1344,8 +1337,11 @@
"AddDoc2Knowledge", "AddDoc2Knowledge",
"AutoSurvey", "AutoSurvey",
"ChatModel", "ChatModel",
"ComfyMilvus",
"ComfyWeaviate", "ComfyWeaviate",
"ManageDatabase", "ManageDatabase",
"MilvusScheme",
"MsField",
"QueryKnowledge", "QueryKnowledge",
"WcProperty", "WcProperty",
"WcPropertyComb", "WcPropertyComb",

File diff suppressed because it is too large Load Diff

View File

@ -227,13 +227,13 @@
}, },
{ {
"author": "vault-developer", "author": "vault-developer",
"title": "Image-blender", "title": "ImageBlender",
"reference": "https://github.com/vault-developer/comfyui-image-blender", "reference": "https://github.com/vault-developer/comfyui-image-blender",
"files": [ "files": [
"https://github.com/vault-developer/comfyui-image-blender" "https://github.com/vault-developer/comfyui-image-blender"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A custom node to blend two images together using a specified blending mode." "description": "ComfyuiImageBlender is a custom node for ComfyUI. It may be used to blend two images together using a specified blending mode."
}, },
{ {
"author": "liangt", "author": "liangt",

View File

@ -1732,7 +1732,10 @@
], ],
"https://github.com/Extraltodeus/Skimmed_CFG": [ "https://github.com/Extraltodeus/Skimmed_CFG": [
[ [
"Skimmed CFG" "Skimmed CFG",
"Skimmed CFG - linear interpolation",
"Skimmed CFG - linear interpolation dual scales",
"Skimmed CFG - replace"
], ],
{ {
"title_aux": "Skimmed_CFG" "title_aux": "Skimmed_CFG"
@ -2794,7 +2797,6 @@
"JNodes_SearchAndReplaceFromFile", "JNodes_SearchAndReplaceFromFile",
"JNodes_SearchAndReplaceFromList", "JNodes_SearchAndReplaceFromList",
"JNodes_SelectRandomFileFromDirectory", "JNodes_SelectRandomFileFromDirectory",
"JNodes_SetMetadataA1111",
"JNodes_SetNegativePromptInMetaData", "JNodes_SetNegativePromptInMetaData",
"JNodes_SetPositivePromptInMetaData", "JNodes_SetPositivePromptInMetaData",
"JNodes_SplitAndJoin", "JNodes_SplitAndJoin",
@ -9089,7 +9091,9 @@
], ],
"https://github.com/dagthomas/comfyui_dagthomas": [ "https://github.com/dagthomas/comfyui_dagthomas": [
[ [
"CFGSkimming",
"GPT4MiniNode", "GPT4MiniNode",
"GPT4VisionNode",
"PGSD3LatentGenerator", "PGSD3LatentGenerator",
"PromptGenerator" "PromptGenerator"
], ],
@ -14460,6 +14464,7 @@
"https://github.com/pamparamm/sd-perturbed-attention": [ "https://github.com/pamparamm/sd-perturbed-attention": [
[ [
"PerturbedAttention", "PerturbedAttention",
"SmoothedEnergyGuidanceAdvanced",
"TRTAttachPag", "TRTAttachPag",
"TRTPerturbedAttention" "TRTPerturbedAttention"
], ],
@ -16504,7 +16509,7 @@
"ImageBlender" "ImageBlender"
], ],
{ {
"title_aux": "Image-blender" "title_aux": "ImageBlender"
} }
], ],
"https://github.com/veighnsche/comfyui_gr85": [ "https://github.com/veighnsche/comfyui_gr85": [