ComfyUI Node
DB Convert to String
A ComfyUI node in DataBeast with 3 inputs and 1 output.
DB Convert to String
- input
- output
◄filesafe—►
◄shortenize—►
CategoryDataBeast
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| input | DB_ITEM | Input from a DBGet* node. | |
| filesafe | BOOLEAN | If True, make it safe for use in file paths. This is a lossy operation that replaces non-alphanumeric characters with single _s | |
| shortenize | BOOLEAN | If True, shorten component strings severely by removing vowels and adding hash codes for long strings. Works on a per-string basis for deep data structures like dict. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| output | STRING | — |