Home

Awesome

ComfyUI-Impact-Subpack

This node pack provides nodes that complement the ComfyUI Impact Pack, such as the UltralyticsDetectorProvider.

Nodes

Ultralytics models

How To Install?

Install via ComfyUI-Manager (Recommended)

Manual Install (Not Recommended)

  1. cd custom_nodes
  2. git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack
  3. cd ComfyUI-Impact-Subpack
  4. 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 of pip. For a venv, activate the venv first and then use pip.
  5. 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.