- Stability Matrix Extensions Manager
- ComfyUI Manager
-
Clone this repository to
ComfyUI/custom_nodes/ -
Either:
- Run
install.pyusing the venv or preferred python environment.
Or
(Installs required dependencies and appropriate onnxruntime acceleration via compiled wheels)
- (CUDA 11 or latest stable) Run
pip install -e .[cuda] - (CUDA 12) Run
pip install -e .[cuda12] - (RoCM) Run
pip install -e .[rocm] - (DirectML) Run
pip install -e .[directml] - (CPU Only) Run
pip install -e .[cpu]
Or
(Installs only required dependencies without onnxruntime acceleration)
- Run
pip install -e .