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
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: