ComfyUI-CalculatorX

ComfyUI-CalculatorX
★ 2

交互式计算器变量输入科学计算函数实时预览
ComfyUI 的交互式计算器节点,支持 Basic/Scientific 模式、A/B/C 变量输入、三种输出与实时预览,可独立使用或嵌入工作流进行可视化表达式计算。
💡 在工作流中用变量构建表达式并输出计算结果
🍴 1 Forks💻 JavaScript🔄 2026-02-13
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a1f1f564f19c
Calculator standalone
Calculator in a workflow
📄 README

# ComfyUI CalculatorX

A fully interactive calculator node for ComfyUI. You can use it standalone for quick calculations without connecting it to anything, or optionally wire it into your workflow—build expressions visually, connect inputs as variables, and output the result when the workflow runs.

Features

  • Basic & Scientific modes — toggle between standard arithmetic and trig/log/power functions
  • Variable inputs (A, B, C) — optional float inputs (scalar or list) you can wire from other nodes and reference in expressions; lists enable sine waves and temporal scheduling
  • Three outputsresult_float, result_int, result_string
  • Live preview — expressions without variables evaluate instantly on =; expressions with variables evaluate server-side when queued
  • Installation

    Clone into your ComfyUI custom_nodes directory and restart:

    cd ComfyUI/custom_nodes
    git clone https://github.com/ryanontheinside/ComfyUI-CalculatorX.git

    No additional dependencies required.

    Other ComfyUI Projects

  • ComfyUI_RyanOnTheInside — Main node pack
  • ComfyUI_ProfilerX — Performance profiling
  • ComfyUI_ControlFreak — Universal MIDI & gamepad mapping