ComfyUI Node
UUID Generator
A UUID generator node This node generates a UUID string based on a string input. It can generate different types of UUIDs and optionally use the input string as a namespace. Class methods ------------- INPUT_TYPES (dict): Tell the main program input parameters of nodes. Attributes ---------- RETURN_TYPES (`tuple`): The type of each element in the output tuple. RETURN_NAMES (`tuple`): The name of each output in the output tuple. FUNCTION (`str`): The name of the entry-point method. CATEGORY (`str`): The category the node should appear in the UI.
UUID Generator
- uuid
◄input_stringseed string►
◄uuid_versionv5►
CategoryRisuTools/String
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| input_string | STRING | seed string | — |
| uuid_version | COMBO | v5 | 4 options: v1, v3, v4, v5 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| uuid | STRING | — |