Extensions/ComfyUI-Nikosis-Preprocessors
ComfyUI Extension

ComfyUI-Nikosis-Preprocessors

Nodes: DepthAnything v2, LineArt, PyraCanny, Sketch

By Nikosis·Created about a year ago·Updated about a year ago· 2
Nikosis/ComfyUI-Nikosis-Preprocessors
Nodes5
On cloudLocal install
CategoryNikosis Nodes/preprocessors
Stars2
Updatedabout a year ago
Readme

ComfyUI-Nikosis-Preprocessors

A collection of custom nodes for ComfyUI designed to enhance your workflow with utilities for:

Installation

Recommended

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
      
  • 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!

Credits