diff --git a/custom-node-list.json b/custom-node-list.json index 1465fb9..e6848c8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7039,6 +7039,16 @@ "install_type": "git-clone", "description": "SDFXBridgeForComfyUI is a custom node designed for seamless integration between ComfyUI and SDFX. This custom node allows users to make ComfyUI compatible with SDFX when running the ComfyUI instance on their local machines." }, + { + "author": "smthemex", + "title": "ComfyUI_ChatGLM_API", + "reference": "https://github.com/smthemex/ComfyUI_ChatGLM_API", + "files": [ + "https://github.com/smthemex/ComfyUI_ChatGLM_API" + ], + "install_type": "git-clone", + "description": "You can call Chatglm's API in comfyUI to translate and describe pictures, and the API similar to OpenAI." + }, @@ -7396,16 +7406,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "smthemex", - "title": "ComfyUI_ChatGLM_API", - "reference": "https://github.com/smthemex/ComfyUI_ChatGLM_API", - "files": [ - "https://github.com/smthemex/ComfyUI_ChatGLM_API" - ], - "install_type": "git-clone", - "description": "You can call Chatglm's API in comfyUI to translate and describe pictures, and the API similar to OpenAI." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 5de49b2..7c4a8b4 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6171,6 +6171,7 @@ "IPAdapterNoise", "IPAdapterSaveEmbeds", "IPAdapterStyleComposition", + "IPAdapterStyleCompositionBatch", "IPAdapterTiled", "IPAdapterTiledBatch", "IPAdapterUnifiedLoader", @@ -9751,6 +9752,15 @@ "title_aux": "kb-comfyui-nodes" } ], + "https://github.com/smthemex/ComfyUI_ChatGLM_API": [ + [ + "ZhipuaiApi_Txt", + "ZhipuaiApi_img" + ], + { + "title_aux": "ComfyUI_ChatGLM_API" + } + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ [ "DiscoDiffusion_DiscoDiffusion", diff --git a/github-stats.json b/github-stats.json index cd57e25..3d71b3c 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2766,5 +2766,9 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 1, "last_update": "2024-04-09 11:11:06" + }, + "https://github.com/smthemex/ComfyUI_ChatGLM_API": { + "stars": 1, + "last_update": "2024-04-09 02:41:43" } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 2bba2bf..8816f1e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -30,6 +30,16 @@ "install_type": "git-clone", "description": "Just a comfyui version of [a/Euler Smea Dyn Sampler](https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler). It adds the sampler directly to existing samplers." }, + { + "author": "smthemex", + "title": "ComfyUI_ChatGLM_API", + "reference": "https://github.com/smthemex/ComfyUI_ChatGLM_API", + "files": [ + "https://github.com/smthemex/ComfyUI_ChatGLM_API" + ], + "install_type": "git-clone", + "description": "You can call Chatglm's API in comfyUI to translate and describe pictures, and the API similar to OpenAI." + }, { "author": "AIFSH", "title": "ComfyUI-UVR5", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 5de49b2..7c4a8b4 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -6171,6 +6171,7 @@ "IPAdapterNoise", "IPAdapterSaveEmbeds", "IPAdapterStyleComposition", + "IPAdapterStyleCompositionBatch", "IPAdapterTiled", "IPAdapterTiledBatch", "IPAdapterUnifiedLoader", @@ -9751,6 +9752,15 @@ "title_aux": "kb-comfyui-nodes" } ], + "https://github.com/smthemex/ComfyUI_ChatGLM_API": [ + [ + "ZhipuaiApi_Txt", + "ZhipuaiApi_img" + ], + { + "title_aux": "ComfyUI_ChatGLM_API" + } + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ [ "DiscoDiffusion_DiscoDiffusion",