ComfyUI Extension
LumyINTP
INT+ node for ComfyUI with control after generate style functionality for signal-controlled increment/decrement/randomize operations.
Lumiyumi/LumyINTP
Nodes1
On cloudLocal install
CategoryLumyLogic/Primitive+
Stars0
Updated7 months ago
Nodes (1)
Readme
ComfyUI-LumyINTP
INT+ node for ComfyUI with "control after generate" style functionality.
Features
-
INTPlus: Integer primitive with signal-controlled increment/decrement/randomize
fixed- No changeincrement- Add 1 each executiondecrement- Subtract 1 each executionrandom_seed- Generate random seed (1 to max)
-
Signal input: Connect any output to control when the mode applies
- When signal is
NoneorFalse: considered "inactive" - When signal has a value: considered "active"
- Use
inverttoggle to flip this behavior
- When signal is
Installation
cd ComfyUI/custom_nodes
git clone https://github.com/Lumiyumi/LumyINTP.git
Restart ComfyUI after installation.
Usage
- Add the
INTPlusnode fromLumyLogic/Primitive+category - Set your control mode
- Optionally connect a signal to the
signalinput - The value updates based on your mode when the signal condition is met
Credits
Contains code adapted from MIT-licensed ComfyUI custom node projects.