/invokeai_tools

Code that relates to invokeai but should not be merged into the main repo

Primary LanguagePython

invokeai_tools

Installation

# Install as package
pip install .

# Install dev dependencies (for tests etc.)
pip install -r requirements_dev.txt

# Setup pre-commit hooks
pre-commit install