ComfyUI Extension: ComfyUI-Nikosis-Preprocessors
Nodes: DepthAnything v2, LineArt, PyraCanny, Sketch
Custom Nodes (0)
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_nodes
in your terminal (cmd). - Clone the repository under the
custom_nodes
directory 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!