Installation
Install the package
Install opencomic-ai-bin via your preferred package manager:The package includes pre-built binaries for Linux, macOS, and Windows on both x64 and ARM64 architectures.
Configure the library
Set up the models directory and configure paths:
Models are downloaded automatically on first use. The
setModelsPath method configures where these models are stored locally.Multi-step processing
You can chain multiple models together for advanced workflows:Automatic model downloading
Models are automatically downloaded from GitHub on first use. You’ll see download progress if you provide download callbacks:Next steps
Basic usage
Learn about supported formats, parameters, and options
Model selection
Choose the right model for your use case
Pipeline processing
Chain multiple models for advanced workflows
Daemon mode
Optimize performance for batch processing