Nodes Browser

ComfyDeploy: How primitive-types works in ComfyUI?

What is primitive-types?

Small collection of typed primitive nodes.

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

primitive-types

This repository contains typed primitives for ComfyUI in the form of the following nodes:

  • int
  • float
  • string
  • string (multiline)

The motivation for these primitives is that the standard primitive node cannot be routed. As a result, if you have a configuration node, e.g., CFG, you must connect it directly to the sampler node. However, with an int node, you can route it (several times if you wish)