String to Int¶
Documentation¶
- Class name:
StringToInt
- Category:
Art Venture/Utils
- Output node:
False
Converts a string representation of a number into its integer form, providing a straightforward way to parse and utilize numerical data represented as text.
Input types¶
Required¶
string
- The string input represents the numerical data in text form that needs to be converted into an integer. This parameter is crucial for the conversion process, determining the numerical value that will be returned.
- Comfy dtype:
STRING
- Python dtype:
str
Output types¶
int
- Comfy dtype:
INT
- The integer representation of the input string, allowing for numerical operations and processing within the system.
- Python dtype:
int
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown