primitive-types

primitive-types
★ 6

类型化原语可路由参数复用ComfyUI
提供 int、float、string 与多行 string 四种可路由的类型化原语节点,弥补标准 primitive 节点不可路由的限制,便于在图中多次复用与传递配置值。
💡 在流程图中多次路由并复用数值或字符串配置
🍴 6 Forks💻 Python🔄 2024-08-01
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/51137d50651f
📄 README

primitive-types

This repository contains typed primitives for ComfyUI in the form of the following nodes:

  • int
  • float
  • string
  • string (multiline)
  • The motivation for these primitives is that the standard primitive node cannot be routed. As a result, if you have a configuration node, e.g., CFG, you must connect it directly to the sampler node. However, with an int node, you can route it (several times if you wish)