diff --git a/custom-node-list.json b/custom-node-list.json index fbb302dc..cb426348 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5950,16 +5950,6 @@ "install_type": "git-clone", "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", "title": "ComfyUI_Mira", diff --git a/extension-node-map.json b/extension-node-map.json index ae77d410..46cb785a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -8033,6 +8033,8 @@ "LLM", "LLM_local", "VAEDecode_party", + "accuweather_tool", + "api_tool", "check_web_tool", "classify_function", "classify_persona", @@ -8869,6 +8871,7 @@ "CreateFadeMaskAdvanced", "CreateFluidMask", "CreateGradientMask", + "CreateInstanceDiffusionTracking", "CreateMagicMask", "CreateShapeMask", "CreateShapeMaskOnPath", @@ -8917,6 +8920,7 @@ "NormalizedAmplitudeToMask", "OffsetMask", "OffsetMaskByNormalizedAmplitude", + "PlotCoordinates", "RemapImageRange", "RemapMaskRange", "ResizeMask", @@ -12272,18 +12276,6 @@ "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": [ [ "PreviewJson", diff --git a/github-stats.json b/github-stats.json index e1907f2c..7352dcf0 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2223,10 +2223,6 @@ "stars": 1, "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": { "stars": 9, "last_update": "2024-04-30 12:30:41" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index f47f594c..eca3b3b2 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -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." }, - + { + "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", "title": "ComfyUI-GR", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 8d6bb43c..d831dd2f 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -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", "title": "ComfyUI_ELLA [DEPRECATED]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index ae77d410..46cb785a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -8033,6 +8033,8 @@ "LLM", "LLM_local", "VAEDecode_party", + "accuweather_tool", + "api_tool", "check_web_tool", "classify_function", "classify_persona", @@ -8869,6 +8871,7 @@ "CreateFadeMaskAdvanced", "CreateFluidMask", "CreateGradientMask", + "CreateInstanceDiffusionTracking", "CreateMagicMask", "CreateShapeMask", "CreateShapeMaskOnPath", @@ -8917,6 +8920,7 @@ "NormalizedAmplitudeToMask", "OffsetMask", "OffsetMaskByNormalizedAmplitude", + "PlotCoordinates", "RemapImageRange", "RemapMaskRange", "ResizeMask", @@ -12272,18 +12276,6 @@ "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": [ [ "PreviewJson",