Installation¶
# Core (canvas + looped blocks)
pip install canvas-engineering
# With CogVideoX support
pip install canvas-engineering[cogvideox]
# With video dataset loading
pip install canvas-engineering[data]
# Development
pip install canvas-engineering[dev]
Requires Python 3.9+ and PyTorch 2.0+.