comfyui-yanc

comfyui-yanc
★ 12

字符串处理日期格式化类型转换轻量节点集合
简单实用的ComfyUI自定义节点集合,提供字符串拼接、日期格式化、整型转换、多行与截断处理,便于按需增删节点,降低依赖复杂度。
💡 在工作流中按需添加简单字符串与类型处理节点,避免引入过重依赖。
🍴 2 Forks💻 Python🔄 2025-09-07
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c1eafc754fbb
Preview Image of Nodes included in comfyui-yanc
📄 README

comfyui-yanc

Yet Another Node Collection, a repository of simple nodes for ComfyUI.

This repository was created to alleviate a few of the problems I experienced using other ComfyUI custom node repositories:

  • I frequently wanted only one custom node out of several in a repository.
  • Some custom nodes were more complex than necessary, making them and dependent workflows inaccessible or otherwise difficult to use after a ComfyUI update.
  • Some custom nodes were updated such that dependent workflows became inaccessible or otherwise difficult to use afterwards.
  • This repository eases the addition or removal of custom nodes to itself.

  • Custom node scripts can follow the format used by example_node.py.example.
  • Add or remove nodes by adding or removing scripts to or from the nodes directory.
  • Credit to pythongosssss for \_\_init\_\_.py, the script which discovers and imports nodes.