Skip to content

Commit bfa2794

Browse files
committed
Update README.md
1 parent 61fd271 commit bfa2794

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
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 .`

0 commit comments

Comments
 (0)