update DB

This commit is contained in:
Dr.Lt.Data 2024-04-09 21:25:38 +09:00
parent 468b493299
commit 7a841dce1d
5 changed files with 44 additions and 10 deletions

View File

@ -7039,6 +7039,16 @@
"install_type": "git-clone", "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." "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", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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."
} }
] ]
} }

View File

@ -6171,6 +6171,7 @@
"IPAdapterNoise", "IPAdapterNoise",
"IPAdapterSaveEmbeds", "IPAdapterSaveEmbeds",
"IPAdapterStyleComposition", "IPAdapterStyleComposition",
"IPAdapterStyleCompositionBatch",
"IPAdapterTiled", "IPAdapterTiled",
"IPAdapterTiledBatch", "IPAdapterTiledBatch",
"IPAdapterUnifiedLoader", "IPAdapterUnifiedLoader",
@ -9751,6 +9752,15 @@
"title_aux": "kb-comfyui-nodes" "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": [ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[ [
"DiscoDiffusion_DiscoDiffusion", "DiscoDiffusion_DiscoDiffusion",

View File

@ -2766,5 +2766,9 @@
"https://github.com/sdfxai/SDFXBridgeForComfyUI": { "https://github.com/sdfxai/SDFXBridgeForComfyUI": {
"stars": 1, "stars": 1,
"last_update": "2024-04-09 11:11:06" "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"
} }
} }

View File

@ -30,6 +30,16 @@
"install_type": "git-clone", "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." "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", "author": "AIFSH",
"title": "ComfyUI-UVR5", "title": "ComfyUI-UVR5",

View File

@ -6171,6 +6171,7 @@
"IPAdapterNoise", "IPAdapterNoise",
"IPAdapterSaveEmbeds", "IPAdapterSaveEmbeds",
"IPAdapterStyleComposition", "IPAdapterStyleComposition",
"IPAdapterStyleCompositionBatch",
"IPAdapterTiled", "IPAdapterTiled",
"IPAdapterTiledBatch", "IPAdapterTiledBatch",
"IPAdapterUnifiedLoader", "IPAdapterUnifiedLoader",
@ -9751,6 +9752,15 @@
"title_aux": "kb-comfyui-nodes" "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": [ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[ [
"DiscoDiffusion_DiscoDiffusion", "DiscoDiffusion_DiscoDiffusion",