Nodes Browser

ComfyDeploy: How ComfyUI-InstantStudio works in ComfyUI?

What is ComfyUI-InstantStudio?

A collection of nodes to enhance your experience with ComfyUI.

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

ComfyUI-InstantStudio Node Pack

A collection of nodes to enhance your experience with ComfyUI.

Nodes in This Pack

1. Upload Images Node

The upload_images node allows you to upload images to the InstantStudio Toolkit. It requires:

  • Username
  • Toolkit Endpoint
  • API Key
<img width="708" alt="Screenshot 2024-12-12 at 3 09 39 PM" src="https://github.com/user-attachments/assets/e44619ef-93c2-4747-9990-0cbe303e3135" />

2. HuggingFace Classify Node

The classifier node works with the HF Transformers Classifier Provider, a feature provided by the ComfyUI Impact Pack by ltdrdata. This node:


Install

To install the ComfyUI-InstantStudio Node Pack:

Manual Installation

  1. Navigate to your custom_nodes directory:

    cd custom_nodes
    
  2. Clone

    git clone https://github.com/InstantStudioAI/ComfyUI-InstantStudio.git
    
  3. Install Requirements

    cd comfy_instant_studio
    pip install -r requirements.txt
    
  4. Make sure ComfyUI-Impact-Pack is also installed if you want to use the Classifier Node.

  5. Restart ComfyUI