Installation¶
Requirements¶
- Python 3.10 or higher
- pip or uv package manager
Install via pip¶
Install via uv (recommended)¶
Verify Installation¶
Optional Dependencies¶
Development Dependencies¶
If you want to contribute to ComfyKit, install development dependencies:
Or with uv:
This includes: - pytest - Testing framework - pytest-asyncio - Async test support - black - Code formatter - ruff - Linter
Next Steps¶
After installation, check out the Quick Start guide to begin using ComfyKit.