Nodes Browser
ComfyDeploy: How Multiline Text Choice Node for ComfyUI works in ComfyUI?
What is 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.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Multiline Text Choice Node for ComfyUI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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