diff --git a/extension-node-map.json b/extension-node-map.json index edb28bff..87c49ef9 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -682,6 +682,7 @@ "ComfyUIDeployExternalLora", "ComfyUIDeployExternalNumber", "ComfyUIDeployExternalNumberInt", + "ComfyUIDeployExternalNumberSlider", "ComfyUIDeployExternalText", "ComfyUIDeployExternalVid", "ComfyUIDeployExternalVideo" @@ -2654,6 +2655,7 @@ "IntEvaluate", "IntFloatDict", "IntStringDict", + "JoinImages", "LandscapeBackgrounds", "LandscapeDir", "MakeupStylesDir", @@ -7943,6 +7945,7 @@ ], "https://github.com/fsdymy1024/ComfyUI_fsdymy": [ [ + "Preview Image Without Metadata", "Save Image Without Metadata" ], { diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 8213232c..672a6644 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,18 @@ "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": "jtscmw01", + "title": "ComfyUI-DiffBIR", + "id": "diffbir", + "reference": "https://github.com/jtscmw01/ComfyUI-DiffBIR", + "files": [ + "https://github.com/jtscmw01/ComfyUI-DiffBIR" + ], + "install_type": "git-clone", + "description": "This extension provides [a/DiffBIR](https://github.com/XPixelGroup/DiffBIR) feature." + }, { "author": "huchenlei", "title": "ComfyUI-IC-Light", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index edb28bff..87c49ef9 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -682,6 +682,7 @@ "ComfyUIDeployExternalLora", "ComfyUIDeployExternalNumber", "ComfyUIDeployExternalNumberInt", + "ComfyUIDeployExternalNumberSlider", "ComfyUIDeployExternalText", "ComfyUIDeployExternalVid", "ComfyUIDeployExternalVideo" @@ -2654,6 +2655,7 @@ "IntEvaluate", "IntFloatDict", "IntStringDict", + "JoinImages", "LandscapeBackgrounds", "LandscapeDir", "MakeupStylesDir", @@ -7943,6 +7945,7 @@ ], "https://github.com/fsdymy1024/ComfyUI_fsdymy": [ [ + "Preview Image Without Metadata", "Save Image Without Metadata" ], {