ComfyUI Extension: ComfyUI-Inference-Core-Nodes
ComfyUI Custom Nodes for Inference.Core
Custom Nodes (65)
- [Inference.Core] AIO Aux Preprocessor
- [Inference.Core] AnimalPose Estimator (AP10K)
- [Inference.Core] Anime Face Segmentor
- [Inference.Core] Anime Lineart
- [Inference.Core] BAE Normal Map
- [Inference.Core] Binary Lines
- [Inference.Core] Canny Edge
- [Inference.Core] Color Pallete
- [Inference.Core] DensePose Estimator
- [Inference.Core] Depth Anything
- [Inference.Core] Diffusion Edge (batch size ↑ => speed ↑, VRAM ↑)
- [Inference.Core] DWPose Estimator
- [Inference.Core] Colorize Facial Parts from PoseKPS
- [Inference.Core] Fake Scribble Lines (aka scribble_hed)
- [Inference.Core] HED Soft-Edge Lines
- [Inference.Core] Enchance And Resize Hint Images
- [Inference.Core] Generation Resolution From Image
- [Inference.Core] Generation Resolution From Latent
- [Inference.Core] Image Intensity
- [Inference.Core] Image Luminance
- [Inference.Core] Inpaint Preprocessor
- [Inference.Core] Layer Diffuse Apply
- [Inference.Core] Layer Diffuse Cond Apply
- [Inference.Core] Layer Diffuse Cond Joint Apply
- [Inference.Core] Layer Diffuse Decode
- [Inference.Core] Layer Diffuse Decode (RGBA)
- [Inference.Core] Layer Diffuse Decode (Split)
- [Inference.Core] Layer Diffuse Diff Apply
- [Inference.Core] Layer Diffuse Joint Apply
- [Inference.Core] LeReS Depth Map (enable boost for leres++)
- [Inference.Core] Realistic Lineart
- [Inference.Core] Standard Lineart
- [Inference.Core] Manga Lineart (aka lineart_anime_denoise)
- [Inference.Core] Mask Optical Flow (DragNUWA)
- [Inference.Core] MediaPipe Face Mesh
- [Inference.Core] MeshGraphormer Hand Refiner
- [Inference.Core] MiDaS Depth Map
- [Inference.Core] MiDaS Normal Map
- [Inference.Core] M-LSD Lines
- Inference_Core_ModelMergeBlockNumber
- Inference_Core_ModelMergeSDXL
- Inference_Core_ModelMergeSDXLDetailedTransformers
- Inference_Core_ModelMergeSDXLTransformers
- Inference_Core_ModelSamplerTonemapNoiseTest
- [Inference.Core] OneFormer ADE20K Segmentor
- [Inference.Core] OneFormer COCO Segmentor
- [Inference.Core] OpenPose Pose
- [Inference.Core] PiDiNet Soft-Edge Lines
- [Inference.Core] Pixel Perfect Resolution
- [Inference.Core] [Inference.Core] Prompt Expansion
- Inference_Core_ReferenceOnlySimple
- Inference_Core_RescaleClassifierFreeGuidanceTest
- [Inference.Core] SAM Segmentor
- [Inference.Core] Save Pose Keypoints
- [Inference.Core] Scribble Lines
- [Inference.Core] Scribble XDoG Lines
- [Inference.Core] Semantic Segmentor (legacy, alias for UniFormer)
- [Inference.Core] Content Shuffle
- Inference_Core_TEEDPreprocessor
- [Inference.Core] Tile
- Inference_Core_TonemapNoiseWithRescaleCFG
- [Inference.Core] UniFormer Segmentor
- [Inference.Core] Unimatch Optical Flow
- [Inference.Core] Zoe Depth Anything
- [Inference.Core] Zoe Depth Map
README
ComfyUI-Inference-Core-Nodes
Installation
- Stability Matrix Extensions Manager
- ComfyUI Manager
Manual Installation
-
Clone this repository to
ComfyUI/custom_nodes/
-
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 .