update DB

This commit is contained in:
Dr.Lt.Data 2024-05-04 00:46:06 +09:00
parent c4571e5459
commit 5a5906ac9d
6 changed files with 28 additions and 39 deletions

View File

@ -5950,16 +5950,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Cascade Resolutions" "description": "Nodes:Cascade Resolutions"
}, },
{
"author": "yytdfc",
"title": "Amazon Bedrock nodes for for ComfyUI",
"reference": "https://github.com/yytdfc/ComfyUI-Bedrock",
"files": [
"https://github.com/yytdfc/ComfyUI-Bedrock"
],
"install_type": "git-clone",
"description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL."
},
{ {
"author": "mirabarukaso", "author": "mirabarukaso",
"title": "ComfyUI_Mira", "title": "ComfyUI_Mira",

View File

@ -8033,6 +8033,8 @@
"LLM", "LLM",
"LLM_local", "LLM_local",
"VAEDecode_party", "VAEDecode_party",
"accuweather_tool",
"api_tool",
"check_web_tool", "check_web_tool",
"classify_function", "classify_function",
"classify_persona", "classify_persona",
@ -8869,6 +8871,7 @@
"CreateFadeMaskAdvanced", "CreateFadeMaskAdvanced",
"CreateFluidMask", "CreateFluidMask",
"CreateGradientMask", "CreateGradientMask",
"CreateInstanceDiffusionTracking",
"CreateMagicMask", "CreateMagicMask",
"CreateShapeMask", "CreateShapeMask",
"CreateShapeMaskOnPath", "CreateShapeMaskOnPath",
@ -8917,6 +8920,7 @@
"NormalizedAmplitudeToMask", "NormalizedAmplitudeToMask",
"OffsetMask", "OffsetMask",
"OffsetMaskByNormalizedAmplitude", "OffsetMaskByNormalizedAmplitude",
"PlotCoordinates",
"RemapImageRange", "RemapImageRange",
"RemapMaskRange", "RemapMaskRange",
"ResizeMask", "ResizeMask",
@ -12272,18 +12276,6 @@
"title_aux": "ComfyUI Whisper" "title_aux": "ComfyUI Whisper"
} }
], ],
"https://github.com/yytdfc/ComfyUI-Bedrock": [
[
"Bedrock - Claude",
"Bedrock - SDXL",
"Bedrock - Titan Image",
"Prompt Regex Remove",
"Prompt Template"
],
{
"title_aux": "Amazon Bedrock nodes for for ComfyUI"
}
],
"https://github.com/zcfrank1st/Comfyui-Toolbox": [ "https://github.com/zcfrank1st/Comfyui-Toolbox": [
[ [
"PreviewJson", "PreviewJson",

View File

@ -2223,10 +2223,6 @@
"stars": 1, "stars": 1,
"last_update": "2024-03-08 10:11:28" "last_update": "2024-03-08 10:11:28"
}, },
"https://github.com/yytdfc/ComfyUI-Bedrock": {
"stars": 5,
"last_update": "2024-05-01 05:32:32"
},
"https://github.com/mirabarukaso/ComfyUI_Mira": { "https://github.com/mirabarukaso/ComfyUI_Mira": {
"stars": 9, "stars": 9,
"last_update": "2024-04-30 12:30:41" "last_update": "2024-04-30 12:30:41"

View File

@ -9,7 +9,16 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
}, },
{
"author": "ericbeyer",
"title": "guidance_interval",
"reference": "https://github.com/ericbeyer/guidance_interval",
"files": [
"https://github.com/ericbeyer/guidance_interval"
],
"install_type": "git-clone",
"description": "Nodes:Guidance Interval\nNOTE: Because the sampling function is replaced, you must restart after executing this custom node to restore the original state."
},
{ {
"author": "GraftingRayman", "author": "GraftingRayman",
"title": "ComfyUI-GR", "title": "ComfyUI-GR",

View File

@ -10,6 +10,16 @@
}, },
{
"author": "yytdfc",
"title": "Amazon Bedrock nodes for for ComfyUI [REMOVED]",
"reference": "https://github.com/yytdfc/ComfyUI-Bedrock",
"files": [
"https://github.com/yytdfc/ComfyUI-Bedrock"
],
"install_type": "git-clone",
"description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL."
},
{ {
"author": "ExponentialML", "author": "ExponentialML",
"title": "ComfyUI_ELLA [DEPRECATED]", "title": "ComfyUI_ELLA [DEPRECATED]",

View File

@ -8033,6 +8033,8 @@
"LLM", "LLM",
"LLM_local", "LLM_local",
"VAEDecode_party", "VAEDecode_party",
"accuweather_tool",
"api_tool",
"check_web_tool", "check_web_tool",
"classify_function", "classify_function",
"classify_persona", "classify_persona",
@ -8869,6 +8871,7 @@
"CreateFadeMaskAdvanced", "CreateFadeMaskAdvanced",
"CreateFluidMask", "CreateFluidMask",
"CreateGradientMask", "CreateGradientMask",
"CreateInstanceDiffusionTracking",
"CreateMagicMask", "CreateMagicMask",
"CreateShapeMask", "CreateShapeMask",
"CreateShapeMaskOnPath", "CreateShapeMaskOnPath",
@ -8917,6 +8920,7 @@
"NormalizedAmplitudeToMask", "NormalizedAmplitudeToMask",
"OffsetMask", "OffsetMask",
"OffsetMaskByNormalizedAmplitude", "OffsetMaskByNormalizedAmplitude",
"PlotCoordinates",
"RemapImageRange", "RemapImageRange",
"RemapMaskRange", "RemapMaskRange",
"ResizeMask", "ResizeMask",
@ -12272,18 +12276,6 @@
"title_aux": "ComfyUI Whisper" "title_aux": "ComfyUI Whisper"
} }
], ],
"https://github.com/yytdfc/ComfyUI-Bedrock": [
[
"Bedrock - Claude",
"Bedrock - SDXL",
"Bedrock - Titan Image",
"Prompt Regex Remove",
"Prompt Template"
],
{
"title_aux": "Amazon Bedrock nodes for for ComfyUI"
}
],
"https://github.com/zcfrank1st/Comfyui-Toolbox": [ "https://github.com/zcfrank1st/Comfyui-Toolbox": [
[ [
"PreviewJson", "PreviewJson",