ComfyUI  >  Nodes  >  Dream Project Animation Nodes >  🪙 String Tokenizer

ComfyUI Node: 🪙 String Tokenizer

Class Name

String Tokenizer [Dream]

Category
✨ Dream/🛠 utils
Author
Dream Project (Account age: 669 days)
Extension
Dream Project Animation Nodes
Latest Updated
7/1/2024
Github Stars
0.1K

How to Install Dream Project Animation Nodes

Install this extension via the ComfyUI Manager by searching for  Dream Project Animation Nodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Dream Project Animation Nodes in the search bar
After installation, click the  Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • High-speed GPU machines
  • 200+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 50+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

🪙 String Tokenizer Description

Split strings into tokens based on separators for text analysis and processing in AI art projects.

String Tokenizer [Dream]:

The String Tokenizer [Dream] node is designed to split a given string into smaller segments or tokens based on a specified separator. This node is particularly useful for breaking down large blocks of text into manageable pieces, allowing you to focus on specific parts of the text for further processing or analysis. By providing a simple and intuitive way to tokenize strings, this node helps streamline workflows that involve text manipulation, making it easier to handle and analyze textual data in your AI art projects.

String Tokenizer [Dream] Input Parameters:

text

The text parameter is the main input string that you want to tokenize. This parameter accepts a string value and can handle multiline text, making it versatile for various text processing tasks. The default value is an empty string (""), and you can input any text you need to split into tokens.

separator

The separator parameter defines the character or string used to split the text into tokens. By default, this is set to a comma (,), but you can specify any character or string that suits your needs. If the separator is not provided or is an empty string, the node will use a space (" ") as the default separator.

selected

The selected parameter determines which token to select from the list of tokens generated after splitting the text. This parameter accepts an integer value, with the default set to 0. The value should be within the range of the number of tokens generated. If the value is negative or exceeds the number of tokens, it will wrap around using the absolute value modulo the number of tokens.

String Tokenizer [Dream] Output Parameters:

token

The token output parameter provides the selected token from the list of tokens generated by splitting the text based on the specified separator. This output is a string representing the specific segment of the original text that you have chosen to focus on, making it easier to work with individual parts of the text in subsequent nodes or processes.

String Tokenizer [Dream] Usage Tips:

  • To split a paragraph into sentences, use a period (".") as the separator.
  • For CSV data, keep the default comma (,) separator to tokenize each field.
  • Use the selected parameter to quickly access specific parts of the text, such as the first word or the last sentence.

String Tokenizer [Dream] Common Errors and Solutions:

"IndexError: list index out of range"

  • Explanation: This error occurs when the selected parameter value exceeds the number of tokens generated from the text.
  • Solution: Ensure that the selected value is within the range of the number of tokens. You can use a modulo operation to wrap around the index if needed.

"ValueError: empty separator"

  • Explanation: This error occurs when the separator parameter is set to an empty string.
  • Solution: Provide a valid separator character or string. If you want to use a space as the separator, explicitly set the separator parameter to " ".

"TypeError: text.split is not a function"

  • Explanation: This error occurs if the text parameter is not a string.
  • Solution: Ensure that the text parameter is a valid string. Convert any non-string input to a string before passing it to the node.

🪙 String Tokenizer Related Nodes

Go back to the extension to check out more related nodes.
Dream Project Animation Nodes
RunComfy

© Copyright 2024 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals.