Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 207 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 207 Bytes

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