ComfyUI Extension
ComfyUI-Nikosis-Preprocessors
Nodes: DepthAnything v2, LineArt, PyraCanny, Sketch
Nikosis/ComfyUI-Nikosis-Preprocessors
Nodes5
On cloudLocal install
CategoryNikosis Nodes/preprocessors
Stars2
Updatedabout a year ago
Nodes (5)
Depth Anything V2 (nikosis)
Depth maps from Depth Anything V2, minus the dependency tango
Nikosis Nodes/preprocessors
Edge Preprocessor (nikosis)
Five edge detectors in one node, and the default is the one you didn't know you wanted
Nikosis Nodes/preprocessors
Laplacian Preprocessor (nikosis)
Second derivatives, one extra knob, no model
Nikosis Nodes/preprocessors
LineArt Preprocessor (nikosis)
Ink-style line art from any photo, two sliders, zero model downloads
Nikosis Nodes/preprocessors
LineArt Sketch Preprocessor (nikosis)
The sketch node that actually runs a model — clean anime linework, auto-downloaded
Nikosis Nodes/preprocessors
Readme
ComfyUI-Nikosis-Preprocessors
A collection of custom nodes for ComfyUI designed to enhance your workflow with utilities for:
Installation
Recommended
- Install via ComfyUI-Manager.
Manual
- Navigate to
ComfyUI/custom_nodesin your terminal (cmd). - Clone the repository under the
custom_nodesdirectory using the following command:git clone https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors comfyui-nikosis-preprocessors cd comfyui-nikosis-preprocessors - Install dependencies in your Python environment.
- For Windows Portable, run the following command inside
ComfyUI\custom_nodes\comfyui-nikosis-preprocessors:..\..\..\python_embeded\python.exe -m pip install -r requirements.txt - If using venv or conda, activate your Python environment first, then run:
pip install -r requirements.txt
- For Windows Portable, run the following command inside
- Restart ComfyUI
Nodes Overview
Depth Anything v2
Description
Inputs
Outputs
Features
Edge Preprocessor
Description
Inputs
Outputs
Features
LineArt Preprocessor
Description
Inputs
Outputs
Features
LineArt Sketch Preprocessor
Description
Inputs
Outputs
Features
Contributing
- Feel free to submit pull requests or issues on GitHub.
- Suggestions for new nodes or improvements are welcome!