Releases: DecartAI/decart-python
Releases · DecartAI/decart-python
y
v0.0.11 - Release
Added queue support
v0.0.10 - Release
remove lucy edit dev
v0.0.9 - Release
Added lucy edit fast
v0.0.8
What's Changed
- Added
lucy-motionmodel
v0.0.7
What's Changed
- feat: Add User-Agent header with SDK identification by @AdirAmsalem in #6
Full Changelog: v0.0.6...v0.0.7
v0.0.6 - Feature summary
What's Changed
- Change
mirage_v2to 18 fps
v0.0.5 - Feature Summary
What's Changed
- Support 'mirage_v2' realtime model
v0.0.4 - Feature summary
What's Changed
- Introduce Realtime Lip Sync Client
v0.0.3 - Rename to decart
What's Changed
- 🎉 Renamed package from
decart-sdktodecart - 📦 Module renamed from
decart_sdktodecart - ✨ Added automated publishing workflow
- 🔧 Updated all documentation and examples
Installation
pip install decartUsage
from decart import DecartClient, modelsBreaking Changes
This is a breaking change if you were using the previous decart-sdk package:
- Update installation:
pip install decart-sdk→pip install decart - Update imports:
from decart_sdk→from decart
Full Changelog: b077061...v0.0.3