Nodes Browser

ComfyDeploy: How stability-ComfyUI-nodes works in ComfyUI?

What is stability-ComfyUI-nodes?

Nodes: ColorBlend, ControlLoraSave, GetImageSize. NOTE: Control-LoRA recolor example uses these 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 stability-ComfyUI-nodes and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Custom nodes for ComfyUI

git clone this repo to your ComfyUI/custom_nodes folder, it should look like: ComfyUI/custom_nodes/stability-ComfyUI-nodes

On the standalone you can run: standalone_install_requirements.bat to install the dependencies. On a manual install you should: pip install -r requirements.txt

These nodes will appear in the stability section.

ControlLoraSave

This node can be used to create a Control Lora from a model and a controlnet. It will take the difference between the model weights and the controlnet weights and store that difference in Lora format.