Extensions/RF Nodes
ComfyUI Extension

RF Nodes

A bunch of nodes that can be useful to manipulate primitive types (numbers, text, ...) Also some helpers to generate text and timestamps.

By foxtrot-roger·Created 3 years ago·Updated 2 years ago· 2
foxtrot-roger/comfyui-rf-nodes
Nodes27
On cloudLocal install
CategoryRF
Stars2
Updated2 years ago

Nodes (27)

Log (BOOL)

Find out if that branch actually fired

RF
Log (FLOAT)

Check what CFG, denoise, or strength value actually made it through

RF
Log (INT)

Watch your seeds and counters without guessing

RF
Log (NUMBER)

Log any number, int or float, without caring which it is

RF
Log (STRING)

See what's actually flowing through your prompt, live in the console

RF
Log (VEC2)

See what that 2D vector is actually doing

RF
Log (VEC3)

Debug that 3D vector before it reaches the camera node

RF
At index (STRING)

Pick a prompt from a list by number — batch variation without the typing

RF
To string (BOOL)

Get 'True' and 'False' out of the wire and into your notes

RF
To string (FLOAT)

Turn your CFG and denoise values into labels and filenames

RF
To string (INT)

Put that seed in the filename, not just in your head

RF
Style from JSON file

Style presets from a JSON file — A1111-style prompt templates, minus the UI

RF
Merge lines (STRING)

Slam several text inputs into one multi-line string

RF
To string (NUMBER)

Stringify any number without caring whether it's an int or a float

RF
One of (STRING)

One dropdown's worth of prompts, switched by a number

RF
Repeat (FLOAT)

Generate a sweep of float values and feed them to a batch

RF
Repeat (INT)

The batch-size glue node

RF
Repeat (NUMBER)

The float range that quietly expects integers

RF
Save prompt to file

Your whole workflow, auto-saved to disk on every run

RF
Options (STRING)

The poor man's batch-prompts node

RF
Concatenate

Joins up to five strings — and adds nothing in between

RF
Input (STRING)

The humble text box, promoted to a first-class node

RF
Replace text

Find-and-replace for your prompts — the poor man's dynamic text

RF
Timestamp (STRING)

Never overwrite a run again — unique timestamps, straight into your filenames

RF
To string (ANY)

Turn ANY primitive into text — the one converter that ends the type dance

RF
To string (VEC2)

Turn 2D coordinates into text you can actually read

RF
To string (VEC3)

3D coordinates to text, for motion and camera workflows

RF
Readme

RF Nodes

A bunch of nodes that can be useful to manipulate primitive types (numbers, text, ...) Also some helpers to generate text and timestamps.

NOTE: Work in progress, will add more descriptions when possible.