ComfyUI Extension: Multiline Text Choice Node for ComfyUI

Authored by ThepExcel

Created

Updated

1 stars

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.

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