ComfyUI Extension
dn_little_helpers
A collection of little custom nodes for ComfyUI to help in simple/specific tasks
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
- Install ComfyUI.
- Install ComfyUI-Manager
- Look up this extension in ComfyUI-Manager. If you are installing manually, git clone this repository under
ComfyUI/custom_nodes. - Restart ComfyUI.
[NOTE] This projected was created with a cookiecutter template. It helps you start writing custom nodes without worrying about the Python setup.