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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for RUI-Nodes and select it
  5. 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.