Skip to content

Commit 9e2b67e

Browse files
committed
update comfyui custom nodes list
1 parent 84f3288 commit 9e2b67e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

help/comfyui_extension_description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ ComfyUI 插件 / 自定义节点说明:
227227
描述:解决tag的强污染,效果比cutoff好
228228
链接:https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI
229229

230-
54、ComfyUI-Easy-Use
230+
54、ComfyUI-Easy-Use*
231231
描述:自定义节点集合
232232
链接:https://github.com/yolain/ComfyUI-Easy-Use
233233

@@ -255,7 +255,7 @@ ComfyUI 插件 / 自定义节点说明:
255255
描述:解决使用更高的CFGScale而出现颜色问题
256256
链接:https://github.com/mcmonkeyprojects/sd-dynamic-thresholding
257257

258-
61、rgthree-comfy
258+
61、rgthree-comfy*
259259
描述:节点管道工具
260260
链接:https://github.com/rgthree/rgthree-comfy
261261

install/comfyui/comfyui_custom_node.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ __term_sd_task_pre_ext_50 git_clone_repository https://github.com/kohya-ss/Contr
5151
__term_sd_task_pre_ext_51 git_clone_repository https://github.com/Acly/comfyui-tooling-nodes "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 使用ComfyUI作为外部工具后端的节点
5252
__term_sd_task_pre_ext_52 git_clone_repository https://github.com/jags111/efficiency-nodes-comfyui "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 自定义节点的集合,可帮助简化工作流程并减少节点总数
5353
__term_sd_task_pre_ext_53 git_clone_repository https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 解决tag的强污染,效果比cutoff好
54-
__term_sd_task_pre_ext_54 git_clone_repository https://github.com/yolain/ComfyUI-Easy-Use "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 自定义节点集合
54+
__term_sd_task_pre_ext_54 git_clone_repository https://github.com/yolain/ComfyUI-Easy-Use "${COMFYUI_ROOT_PATH}"/custom_nodes ON # 自定义节点集合
5555
__term_sd_task_pre_ext_55 git_clone_repository https://github.com/twri/sdxl_prompt_styler "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # SDXL提示词风格预设节点
5656
__term_sd_task_pre_ext_56 git_clone_repository https://github.com/11cafe/comfyui-workspace-manager "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 工作流管理器
5757
__term_sd_task_pre_ext_57 git_clone_repository https://github.com/talesofai/comfyui-browser "${COMFYUI_ROOT_PATH}"/custom_nodes ON # 查看和管理ComfyUI的所有输出文件/工作流,并且添加收藏方便随时调用
5858
__term_sd_task_pre_ext_58 git_clone_repository https://github.com/chrisgoringe/cg-use-everywhere "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 节点整理工具
5959
__term_sd_task_pre_ext_59 git_clone_repository https://github.com/ltdrdata/ComfyUI-Inspire-Pack "${COMFYUI_ROOT_PATH}"/custom_nodes ON # 整合多功能的节点
6060
__term_sd_task_pre_ext_60 git_clone_repository https://github.com/mcmonkeyprojects/sd-dynamic-thresholding "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 解决使用更高的CFGScale而出现颜色问题
61-
__term_sd_task_pre_ext_61 git_clone_repository https://github.com/rgthree/rgthree-comfy "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 节点管道工具
61+
__term_sd_task_pre_ext_61 git_clone_repository https://github.com/rgthree/rgthree-comfy "${COMFYUI_ROOT_PATH}"/custom_nodes ON # 节点管道工具
6262
__term_sd_task_pre_ext_62 git_clone_repository https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes "${COMFYUI_ROOT_PATH}"/custom_nodes ON # ComfyUI自定义节点合集
6363
__term_sd_task_pre_ext_63 git_clone_repository https://github.com/FizzleDorf/ComfyUI_FizzNodes "${COMFYUI_ROOT_PATH}"/custom_nodes OFF # 视频制作节点
6464
__term_sd_task_pre_ext_64 git_clone_repository https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet "${COMFYUI_ROOT_PATH}"/custom_nodes ON # Controlnet节点,包含各种Controlnet调节选项

install/comfyui/dialog_comfyui_custom_node.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ __term_sd_task_pre_ext_50 ControlNet-LLLite-ComfyUI OFF
5151
__term_sd_task_pre_ext_51 comfyui-tooling-nodes OFF
5252
__term_sd_task_pre_ext_52 efficiency-nodes-comfyui OFF
5353
__term_sd_task_pre_ext_53 cd-tuner_negpip-ComfyUI OFF
54-
__term_sd_task_pre_ext_54 ComfyUI-Easy-Use OFF
54+
__term_sd_task_pre_ext_54 ComfyUI-Easy-Use ON
5555
__term_sd_task_pre_ext_55 sdxl_prompt_styler OFF
5656
__term_sd_task_pre_ext_56 comfyui-workspace-manager OFF
5757
__term_sd_task_pre_ext_57 comfyui-browser ON
5858
__term_sd_task_pre_ext_58 cg-use-everywhere OFF
5959
__term_sd_task_pre_ext_59 ComfyUI-Inspire-Pack ON
6060
__term_sd_task_pre_ext_60 sd-dynamic-thresholding OFF
61-
__term_sd_task_pre_ext_61 rgthree-comfy OFF
61+
__term_sd_task_pre_ext_61 rgthree-comfy ON
6262
__term_sd_task_pre_ext_62 ComfyUI_Comfyroll_CustomNodes ON
6363
__term_sd_task_pre_ext_63 ComfyUI_FizzNodes OFF
6464
__term_sd_task_pre_ext_64 ComfyUI-Advanced-ControlNet ON

0 commit comments

Comments
 (0)