A collection of nodes to enhance your experience with ComfyUI.
The upload_images node allows you to upload images to the InstantStudio Toolkit. It requires:
- Username
- Toolkit Endpoint
- API Key
The classifier node works with the HF Transformers Classifier Provider, a feature provided by the ComfyUI Impact Pack by ltdrdata. This node:
-
Utilizes HuggingFace's Transformers models for classification.
-
Currently supports classifying images as male or female.
-
Enables workflows based on the gender classification of a user's input image.
This node is a comfyui node for the moondream visual LLM (https://huggingface.co/vikhyatk/moondream2a) It is customized based on ComfyUI-Hangover-Moondream to meet our needs. This node:
- Utilizes HuggingFace's Transformers models for classification.
- Can be used to analyze images and generate text.
To install the ComfyUI-InstantStudio Node Pack:
-
Navigate to your
custom_nodesdirectory:cd custom_nodes -
Clone
git clone https://github.com/InstantStudioAI/ComfyUI-InstantStudio.git
-
Install Requirements
cd comfy_instant_studio pip install -r requirements.txt -
Make sure ComfyUI-Impact-Pack is also installed if you want to use the Classifier Node.
-
Restart ComfyUI