Clone this repository to ComfyUI/custom_nodes/
Either:
install.py
using the venv or preferred python environment.Or
(Installs required dependencies and appropriate onnxruntime acceleration via compiled wheels)
pip install -e .[cuda]
pip install -e .[cuda12]
pip install -e .[rocm]
pip install -e .[directml]
pip install -e .[cpu]
Or
(Installs only required dependencies without onnxruntime acceleration)
pip install -e .