ComfyUI Extension: ComfyUI-CalculatorX

Authored by ryanontheinside

Created

Updated

2 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

A fully interactive calculator node for ComfyUI with variable inputs and scientific functions

Looking for a different extension?

Custom Nodes (0)

    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.

    Calculator standalone

    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

    Calculator in a workflow

    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

    Run ComfyUI workflows without the setup

    No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

    Learn more