Extensions/Multiline Text Choice Node for ComfyUI
ComfyUI Extension

Multiline Text Choice Node for ComfyUI

This custom node for ComfyUI allows users to input multiline text and select a specific line by its number. The node processes the input and returns the selected line…

By ThepExcel·Created 2 years ago·Updated 2 years ago· 3
ThepExcel/aiangelgallery-comfyui
Nodes1
On cloudLocal install
CategoryUtility
Stars3
Updated2 years ago
Readme

Multiline Text Choice Node for ComfyUI

This custom node for ComfyUI allows users to input multiline text and select a specific line by its number. The node processes the input and returns the selected line along with its index.

Installation

To install this custom node, navigate to the custom_nodes directory of your ComfyUI project and clone the repository:

cd custom_nodes
git clone https://github.com/ThepExcel/aiangelgallery-comfyui

Pull the Latest Changes from GitHub: Execute the following command to fetch and merge the latest updates:

git pull https://github.com/ThepExcel/aiangelgallery-comfyui