

# 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.
result_float, result_int, result_string=; expressions with variables evaluate server-side when queuedClone 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.