Nodes Browser
ComfyDeploy: How SimpleToolsNodes works in ComfyUI?
What is SimpleToolsNodes?
Two simple nodes: 1. Get the steps based on the model name, 2. Generate prompts using chatglm.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
SimpleToolsNodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Simple tool node
This is a ComfyUI plugin, currently there are two nodes:
- GetModelStep Get model steps You can output the model steps marked according to the loaded model name. If it is not recognized, the specified default steps are output. Currently only supports UnetLoader, other model loaders have not been tested.
- GlmPromptNode Generate prompt words
use ChatGLM api, no need to install the model locally, but need to be connected to the Internet.
paid models need to be purchased and configured by yourself
The default model is glm-4-flash, which is free. Other models need to be configured in the plugin directory, CHATGLM_API_KEY in config.json. Chatglm key acquisition address: https://open.bigmodel.cn/usercenter/apikeys
Installation
-
Download
Code -> Download ZIP in the upper right corner
unzip to ComfyUI\custom_nodes
enter the directory, double-click install.bat
restart ComfyUI after completion. -
Git
cd ComfyUI\custom_nodes
git clone https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes.git
ComfyUI-SimpleToolsNodes\install.bat
restart ComfyUI.
简单工具节点
这是一个ComfyUI插件,目前有两个节点:
- GetModelStep 获取模型步数
可以根据加载的模型名称,输出其标注的模型步数,在未识别到时,输出指定缺省步数。
目前只支持UnetLoader,其它模型加载器未测试。 - GlmPromptNode 通过ChatGLM生成提示词 在线调用,无需本地安装模型,但需联网,付费模型需自行购买配置 默认使用glm-4-flash模型,该模型免费。 其它模型需要在插件目录中,config.json中配置CHATGLM_API_KEY。 chatglm key 获取地址:https://open.bigmodel.cn/usercenter/apikeys
安装
- 下载安装方式:右上角Code -> Download ZIP,解压到ComfyUI\custom_nodes,进入目录中,双击install.bat,完成后重启ComfyUI。
- git 安装方式:
cd ComfyUI\custom_nodes
git clone https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes.git
ComfyUI-SimpleToolsNodes\install.bat
重启ComfyUI。