this node handles raw text, lets you manipulate it (combine, replace parts, etc.), and encodes it using a clip model. useful for workflows needing text processing before generating conditioning vectors.
- takes raw text and wraps it for use in the workflow.
- encodes the raw text using a clip model, returning a conditioning vector.
- combines two raw text inputs with a comma separator.
- checks if a string is empty or just whitespace.
- replaces part of the text (
search) with another text (replace) in the input.