mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 21:30:49 +08:00
update DB
This commit is contained in:
parent
468b493299
commit
7a841dce1d
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user