Extensions/HavocsCall's Custom ComfyUI Nodes
ComfyUI Extension

HavocsCall's Custom ComfyUI Nodes

NODES: Prompt Combiner, Float/Int Selector, Sampler Config, Text Box, Int to Float/String, Int to Float/String, Clip/Conditioning/Image/Latent/Model/String/VAE Switch

By HavocsCall·Created 2 years ago·Updated 8 months ago· 4
HavocsCall/comfyui_HavocsCall_Custom_Nodes
Nodes24
On cloudLocal install
CategoryHavocsCall/Switches, HavocsCall/Combination
Stars4
Updated8 months ago

Nodes (24)

Clip Switch

A-B your text encoders without rebuilding the graph

HavocsCall/Switches
Combine String

Two strings in, one string out — with a custom separator

HavocsCall/Combination
Conditioning Switch

The cheap way to A/B test two prompts

HavocsCall/Switches
Float Selector

A float value that you can actually type into

HavocsCall/Basic
Float to Integer

It says it rounds. It doesn't. Know the difference.

HavocsCall/Conversion
Float to String

Turn a numeric widget into text you can save or stamp

HavocsCall/Conversion
Image Switch

Flip between two images mid-workflow

HavocsCall/Switches
Integer Selector

The number node with a ceiling you'll never hit

HavocsCall/Basic
Integer to Float

The boring conversion node you'll actually use

HavocsCall/Conversion
Integer to String

Turn numbers into text for prompts and filenames

HavocsCall/Conversion
Latent Switch

Route two latent streams without the decode-encode round trip

HavocsCall/Switches
Load Image

The stock loader, plus the filename data ComfyUI won't give you

HavocsCall/Basic
Logic Compare

Compare two numbers, get the winner — or the average

HavocsCall/Logic
Math Operation

The five-operation calculator ComfyUI forgot to ship

HavocsCall/Math
Model Switch

Swap diffusion models on the fly, no re-downloading

HavocsCall/Switches
Prompt Combiner

Seven named prompt slots, joined into one string

HavocsCall/Basic
Prompt Styler

One-click style presets, but you bring the styles

HavocsCall/Prompt Styler
Sampler Config

One node for the entire KSampler front panel — latent included

HavocsCall/Basic
Save Image

Save into your own folder, with a metadata kill-switch

HavocsCall/Basic
String Switch

A/B your prompts by flipping one number

HavocsCall/Switches
String to Float

The float twin of String to Integer, for when your API sends decimals as text

HavocsCall/Conversion
String to Integer

The boring node that keeps your API workflow alive

HavocsCall/Conversion
Text Box

A multiline text field that actually behaves

HavocsCall/Basic
VAE Switch

Swap decoders to fix ugly colors without touching the model

HavocsCall/Switches
Readme

HavocsCall's ComfyUI Custom Nodes

Mostly vanilla nodes with some extra inputs/outputs and some extra nodes for easier workflows.

Installation

Recommended

Install with ComfyUI manager

Manual

Clone with git into your custom_nodes folder

git clone https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes.git

Features

Basic Nodes

  • Float Selector - Returns the given FLOAT, unmodified.
  • Integer Selector - Returns the given INTEGER, unmodified.
  • Load Image - Returns the given IMAGE with the image's width and height.
  • Prompt Combiner - Combines the given prompts into a single string, separated by commas.
  • Sampler Config - One node for most KSampler inputs.
  • Save Image - A Save image node with a separate input for folder and a toggle for saving the metadata.
  • Text Box - Returns the given STRING, unmodified.

Conversion Nodes

  • Float to Integer - Converts a FLOAT to an INT. (Note: This truncates towards zero, it does not round)
  • Float to String - Converts a FLOAT to a STRING.
  • Integer to Float - Converts an INTEGER to a FLOAT.
  • Integer to String - Converts an INTEGER to a STRING.
  • String to Float - Converts a STRING to a FLOAT (Returns 0 if an invalid STRING).
  • String to Integer - Converts a STRING to a INT (Returns 0.0 if an invalid STRING).

Logic Nodes

  • Logic Compare - Compares two numbers based on the selected operation.

Math Nodes

  • Math Operation - Run math operations on an input number.

Prompt Styler Node

  • Prompt Styler - Adds text to your prompts based on json files. - See Prompt Styler Nodes for more information.

Switch Nodes

  • Clip Switch - Switches between two CLIPS.
  • Conditioning Switch - Switches between two CONDITIONING.
  • Image Switch - Switches between two IMAGES.
  • Latent Switch - Switches between two LATENTS.
  • Model Switch - Switches between two MODELS.
  • String Switch - Switches between two STRINGS.
  • VAE Switch - Switches between two VAE.

Comfy Registry

https://registry.comfy.org/nodes/havocscall_custom_nodes

Acknowledgements

Thank you very much to: