Nodes Browser
ComfyDeploy: How RUI-Nodes works in ComfyUI?
What is RUI-Nodes?
Rui's workflow-specific custom node, written using GPT.
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
RUI-Nodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
RUI-Nodes
Just to provide some simple necessary capabilities for the workflow I made, written using GPT
ABConditionNode.py performs simple numerical calculations for switching Latent, if you enter 0, it will output 2, all other conditions will output 1.
CharacterCountNode.py counts the number of characters in the input text, must use external input to ensure accuracy.