Number to String¶
Documentation¶
- Class name:
Number to String
- Category:
WAS Suite/Number/Operations
- Output node:
False
The node converts a numerical input into its string representation, facilitating operations that require the input in textual form.
Input types¶
Required¶
number
- The numerical input to be converted into a string. This parameter is crucial for the conversion process, determining the textual output.
- Comfy dtype:
NUMBER
- Python dtype:
Union[int, float]
Output types¶
string
- Comfy dtype:
STRING
- The string representation of the numerical input.
- Python dtype:
str
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown