siliconflow/ComfyUI-Inference-Core-Nodes
forked from LykosAI/ComfyUI-Inference-Core-Nodes
Captured source
source ↗GH
Source ↗published May 19, 2025seen 5dcaptured 11hhttp 200method plain
siliconflow/ComfyUI-Inference-Core-Nodes
Description: ComfyUI Custom Nodes for Inference.Core
Language: Python
License: AGPL-3.0
Stars: 0
Forks: 0
Open issues: 0
Created: 2025-05-19T15:51:40Z
Pushed: 2025-05-20T10:00:27Z
Default branch: main
Fork: yes
Parent repository: LykosAI/ComfyUI-Inference-Core-Nodes
Archived: no
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.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 .
Notability
notability 2.0/10Routine fork, no notable traction