LykosAI/ComfyUI-Inference-Core-Nodes

ComfyUI Custom Nodes for Inference.Core

39

stars

52

commits

Python

primary language

Aug 18, 2026

updated

README

ComfyUI-Inference-Core-Nodes

Installation

  1. Stability Matrix Extensions Manager
  2. ComfyUI Manager

Manual Installation

  1. Clone this repository to ComfyUI/custom_nodes/

  2. Either:

  • Run install.py using 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 .

Contributors

ionite34

41 commits

mohnjiles

7 commits

Mojo-OG

3 commits

LykosAI/ComfyUI-Inference-Core-Nodes

ComfyUI Custom Nodes for Inference.Core

39

stars

52

commits

Python

primary language

Aug 18, 2026

updated

README

ComfyUI-Inference-Core-Nodes

Installation

  1. Stability Matrix Extensions Manager
  2. ComfyUI Manager

Manual Installation

  1. Clone this repository to ComfyUI/custom_nodes/

  2. Either:

  • Run install.py using 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 .

Contributors

ionite34

41 commits

mohnjiles

7 commits

Mojo-OG

3 commits

Languages

Python

98.0%

Cuda

1.3%