Nodes Browser

ComfyDeploy: How iwanders/ComfyUI_nodes works in ComfyUI?

What is iwanders/ComfyUI_nodes?

Nodes:IW SaveString, IW PrintString, IW ReplaceString, IW StringNode, IW StringConcat, IW TokenizerVocab, IW JsonPickItem.

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 iwanders/ComfyUI_nodes and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI Nodes

Some custom nodes for ComfyUI.

  • StringSave: Writes a string to a text or json file in the output directory. For json output, string is parsed and pretty printed.
  • StringPrint: Prints the input string to stdout (would be nice if it went to the UI...).
  • StringReplace: Replace the needle in the haystack by the value.
  • StringNode: A node that just provides a string, like the primitive node, but then always a string.
  • StringConcat: Concatenates the prefix with the suffix and returns the combined string.
  • JsonPickItem: Pick an element from a json list using the provided pick (integer) value.
  • TokenizerVocab: Converts the tokenizer vocabulary to a json string (limited to SDXL clips atm).

License

License is GPLv3, just like ComfyUI.