File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11# ComfyUI-Inference-Core-Nodes
22
3+ ## Installation
4+ 1 . [ Stability Matrix] ( https://github.com/LykosAI/StabilityMatrix ) Extensions Manager
5+ 2 . [ ComfyUI Manager] ( https://github.com/ltdrdata/ComfyUI-Manager )
6+
7+ ## Manual Installation
8+ 1 . Clone this repository to ` ComfyUI/custom_nodes/ `
9+
10+ 2 . Either:
11+ - Run ` install.py ` using the venv or preferred python environment.
12+
13+ Or
14+
15+ (Installs required dependencies and appropriate onnxruntime acceleration via compiled wheels)
16+ - (CUDA 11 or latest stable) Run ` pip install -e .[cuda] `
17+ - (CUDA 12) Run ` pip install -e .[cuda12] `
18+ - (RoCM) Run ` pip install -e .[rocm] `
19+ - (DirectML) Run ` pip install -e .[dml] `
20+ - (CPU Only) Run ` pip install -e .[cpu] `
21+
22+ Or
23+
24+ (Installs only required dependencies without onnxruntime acceleration)
25+ - Run ` pip install -e . `
You can’t perform that action at this time.
0 commit comments