Extensions/dn_little_helpers
ComfyUI Extension

dn_little_helpers

A collection of little custom nodes for ComfyUI to help in simple/specific tasks

By DN2048·Created 6 months ago·Updated 6 months ago· 0
DN2048/dn_little_helpers
Nodes2
On cloudLocal install
CategoryDNLH_Nodes
Stars0
Updated6 months ago
Readme

DN Little Helpers

A collection of little custom nodes for ComfyUI to help in simple/specific tasks.

Features

  • [NODE] Boolean to Other

    • Converts a boolean input to int or string.
    • For the int output it has an optional toggle to add +1 to the number. Useful for selectors that start on 1. So FALSE becomes 1 and TRUE becomes 2.
  • [NODE] Is Group Active

    • Outputs a boolean is the selected group (via combobox) is active.

Quickstart

  1. Install ComfyUI.
  2. Install ComfyUI-Manager
  3. Look up this extension in ComfyUI-Manager. If you are installing manually, git clone this repository under ComfyUI/custom_nodes.
  4. Restart ComfyUI.

[NOTE] This projected was created with a cookiecutter template. It helps you start writing custom nodes without worrying about the Python setup.