Extensions/ComfyUI-QuickUseTools
ComfyUI Extension

ComfyUI-QuickUseTools

A collection of quick-use custom nodes for ComfyUI - image processing and workflow tools

By cingee2016·Created 3 months ago·Updated 3 months ago· 0
cingee2016/ComfyUI-QuickUseTools
Nodes
On cloudLocal install
Stars0
Updated3 months ago
Readme

ComfyUI-QuickUseTools

A collection of quick-use custom nodes for ComfyUI, focusing on image processing and workflow automation.

Features

Image Processing Nodes

  • Coming soon...

Workflow Tool Nodes

  • Coming soon...

Installation

Via ComfyUI-Manager (Recommended)

  1. Open ComfyUI-Manager
  2. Search for "ComfyUI-QuickUseTools"
  3. Click Install

Manual Installation

cd ComfyUI/custom_nodes
git clone https://github.com/zhangrui/ComfyUI-QuickUseTools.git
cd ComfyUI-QuickUseTools

# Install dependencies
pip install -r requirements.txt

Requirements

  • Python >= 3.8
  • ComfyUI
  • PyTorch >= 2.0.0
  • NumPy >= 1.24.0

Development

# Install development依赖
uv sync --dev

# Run tests
uv run pytest

# Run linting
uv run ruff check .

License

MIT License - see LICENSE file for details

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.