Nodes Browser

ComfyDeploy: How ComfyUI SKBundle works in ComfyUI?

What is ComfyUI SKBundle?

Nodes: MultiText, TextBox, TitlePlus, SeamlessTexture, AspectRatioPlus, DisplayEverything, ComparerPlus, AnySwitch, Node Design Tools...

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

ComfyUI SKBundle

A collection of custom nodes designed to enhance your workflow in ComfyUI. These nodes were developed to meet my own needs while working with ComfyUI. Although I'm not a programmer, I created these nodes with the help of Cursor AI and will continue to develop them over time. skb (16)

📝 Text Nodes

  • MultiText: Advanced text editing capabilities skb (20)

  • TextBox: Customizable text box skb (24)

  • TitlePlus: Enhanced title node

https://github.com/user-attachments/assets/152f6f0e-5c68-4e50-9996-7fab3da2756f

🖼️ Image Tools

  • SeamlessTexture: Create seamless textures skb (27)

  • AspectRatioPlus: Advanced aspect ratio control skb (25)

🛠️ Utility Nodes

  • DisplayEverything: View any data type MultiFloat: Multiple float value control

skb (23)

  • ComparerPlus: Advanced comparison tool skb (28)

  • AnySwitch: skb (29)

🎨 Node Design Tools

  • NodeDesign: Advanced node design and layout tools

https://github.com/user-attachments/assets/5ec6463e-c6f9-476a-a7cb-e281a10f662b

📦 Installation

  1. Clone this repository into ComfyUI's custom_nodes directory:
cd ComfyUI/custom_nodes
git clone https://github.com/SKBv0/ComfyUI_SKBundle.git
  1. Install required packages:
pip install -r requirements.txt