ComfyUI Extension
ComfyUI-UsefulStuffNodes
Utility ComfyUI custom nodes that add some extra features for your workflows.
ArtemKo7v/ComfyUI-UsefulStuffNodes
Nodes3
On cloudLocal install
CategoryArtemKo7v
Stars0
Updated6 days ago
Readme
ComfyUI-UsefulStuffNodes
Utility ComfyUI custom nodes that add a few small helpers for workflows.
Nodes
- Empty String — returns an empty
STRING. - Unix Timestamp — returns the current Unix timestamp as an
INT.currentis freshly generated on every execution.savedreturns the value that was stored in the node before this execution; after execution, the new current value is written intolast_valueso it can be saved with the workflow. - Random Long INT — returns a large positive random
INTin the signed 64-bit range.currentis freshly generated on every execution.savedreturns the value that was stored in the node before this execution; after execution, the new current value is written intolast_valueso it can be saved with the workflow.
The last_value widget is stored as text so large integers are preserved exactly in workflow JSON without JavaScript number precision loss. On a newly created node, the initial saved value is 0.
Installation
Use ComfyUI Manager or copy this folder into ComfyUI/custom_nodes/ and restart ComfyUI. Reload the browser page after installing or updating the node pack so the frontend extension is loaded.