Extensions/FlowNodes
ComfyUI Extension

FlowNodes

A ComfyUI node pack containing nodes for basic programming logic.

By gitmyloΒ·Created 2 years agoΒ·Updated about a year agoΒ· 13
gitmylo/FlowNodes
Nodes23
On cloudLocal install
CategoryπŸ”‚ FlowNodes/logic, πŸ”‚ FlowNodes/conditions
Stars13
Updatedabout a year ago

Nodes (23)

πŸ†Ž 2 Boolean operation

The two-boolean node that covers AND, OR, and equality

πŸ”‚ FlowNodes/logic
❗ Boolean Not

The one-input node that flips any condition

πŸ”‚ FlowNodes/logic
πŸ”€ Boolean Switch expression

A boolean that picks between two values β€” the graph's if/else

πŸ”‚ FlowNodes/conditions
πŸ’» Print to console

The node that tells you what your graph is actually doing

πŸ”‚ FlowNodes/function
Convert

The node that fixes ComfyUI's type mismatches

πŸ”‚ FlowNodes/convert
πŸ“ƒ Create batch

Gather up to 20 values into one list

πŸ”‚ FlowNodes/convert
βž• Create empty object

Your starting point for building lists and dicts by hand

πŸ”‚ FlowNodes/convert
🐍 Execute python (UNSAFE)

Arbitrary code, with the warning painted red

πŸ”‚ FlowNodes/function
❓ Compare (Float)

A Real If-Statement for Your Workflow

πŸ”‚ FlowNodes/comparisons
❓ Math expression (Float)

Two numbers, an operation, no fuss

πŸ”‚ FlowNodes/math
🌊 Merge flow (bottleneck)

The node that turns a flow into a lock and a loop

πŸ”‚ FlowNodes/conditions
🌊 Activate flow from any

How you tell ComfyUI what order to run things

πŸ”‚ FlowNodes/conditions
πŸ“– Generic operation

Do math on anything, with a safe default

πŸ”‚ FlowNodes/function
πŸ“– Generic operation (write)

Mutate lists and dicts in place, in order

πŸ”‚ FlowNodes/function
πŸ”Ί Get persistent dict

Memory that survives between runs

πŸ”‚ FlowNodes/function
πŸ”€ If condition

The node that lets one value take two paths

πŸ”‚ FlowNodes/conditions
❓ Compare (Int)

Turn two numbers into a yes/no

πŸ”‚ FlowNodes/comparisons
❓ Math expression (Int)

The little calculator your graph never had

πŸ”‚ FlowNodes/math
πŸ”€ Int Switch expression

A 20-way routing valve driven by a number

πŸ”‚ FlowNodes/conditions
πŸ“ƒ List to Batch

Turn separately-run items into one bundle

πŸ”‚ FlowNodes/convert
πŸ” Regex match

Pull text patterns out of strings without opening a script

πŸ”‚ FlowNodes/function
🐍 Stack python exec parameters

Hand named variables to your script

πŸ”‚ FlowNodes/function
πŸ“ƒ Batch to List

The batch-to-list node that changes nothing and everything

πŸ”‚ FlowNodes/convert
Readme

A ComfyUI node pack containing nodes for basic programming logic.