ComfyUI Node
Easy Utility (Koolook)
A ComfyUI node in Koolook/Utility with 4 inputs and 1 output.
Easy Utility (Koolook)
- string
◄modeint_to_padded_string►
◄int_value1►
◄prefix►
◄pad_width3►
CategoryKoolook/Utility
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| mode | COMBO | int_to_padded_string | Conversion mode. Current mode turns an INT into a zero-padded STRING. |
| int_value | INT | 10–99999 | Number to convert. |
| prefix | STRING | Optional text prepended before the padded number. Leave empty for EasyAIPipeline version inputs. | |
| pad_width | INT | 30–10 | Minimum digit count. 1 with width 3 becomes 001. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| string | STRING | — |