Nodes Browser
ComfyDeploy: How ComfyUI Impact Subpack works in ComfyUI?
What is ComfyUI Impact Subpack?
This node pack provides nodes that complement the Impact Pack, such as the UltralyticsDetectorProvider.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI Impact Subpack
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-Impact-Subpack
This node pack provides nodes that complement the ComfyUI Impact Pack, such as the UltralyticsDetectorProvider.
Nodes
UltralyticsDetectorProvider
- Loads the Ultralystics model to provide SEGM_DETECTOR, BBOX_DETECTOR.
- Unlike
MMDetDetectorProvider
, for segm models,BBOX_DETECTOR
is also provided. - The various models available in UltralyticsDetectorProvider can be downloaded through ComfyUI-Manager.
Ultralytics models
- When using ultralytics models, save them separately in
models/ultralytics/bbox
andmodels/ultralytics/segm
depending on the type of model. Many models can be downloaded by searching forultralytics
in the Model Manager of ComfyUI-Manager. - huggingface.co/Bingsu/adetailer - You can download face, people detection models, and clothing detection models.
- ultralytics/assets - You can download various types of detection models other than faces or people.
- civitai/adetailer - You can download various types detection models....Many models are associated with NSFW content.
How To Install?
Install via ComfyUI-Manager (Recommended)
- Search
ComfyUI Impact Subpack
in ComfyUI-Manager and clickInstall
button.
Manual Install (Not Recommended)
cd custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack
cd ComfyUI-Impact-Subpack
pip install -r requirements.txt
- IMPORTANT:
- You must install it within the Python environment where ComfyUI is running.
- For the portable version, use
<installed path>\python_embeded\python.exe -m pip
instead ofpip
. For avenv
, activate thevenv
first and then usepip
.
- IMPORTANT:
- Restart ComfyUI
Credits
ComfyUI/ComfyUI - A powerful and modular stable diffusion GUI.
Bing-su/adetailer - This repository provides an object detection model and features based on Ultralystics.
huggingface/Bingsu/adetailer - This repository offers various models based on Ultralystics.
- You can download other models supported by the UltralyticsDetectorProvider from here.