RUI-Nodes

RUI-Nodes
★ 16

条件判断字符统计自定义节点工作流工具
RUI-Nodes 提供两个工作流专用自定义节点:ABConditionNode 用于数值条件切换(输入0输出2,其他输出1),CharacterCountNode 用于外部输入文本的字符计数,简化流程控制与文本统计。
💡 在 ComfyUI 工作流中进行条件分支与文本长度判断。
🍴 2 Forks💻 Python🔄 2024-05-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e00a65475347
📦 requirements.txt
torch
numpy
Pillow
requests
📄 README

RUI-Nodes

Just to provide some simple necessary capabilities for the workflow I made, written using GPT

ABConditionNode.py

performs simple numerical calculations for switching Latent, if you enter 0, it will output 2, all other conditions will output 1.

CharacterCountNode.py

counts the number of characters in the input text, must use external input to ensure accuracy.