ComfyUI Extension: ComfyUI-QuickUseTools

Authored by cingee2016

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

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

Looking for a different extension?

Custom Nodes (0)

    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.

    Run ComfyUI workflows without the setup

    No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

    Learn more