Skip to content

Releases: DecartAI/decart-python

y

30 Nov 11:30

Choose a tag to compare

y

support queue

v0.0.11 - Release

27 Nov 14:46

Choose a tag to compare

Added queue support

v0.0.10 - Release

26 Nov 10:33

Choose a tag to compare

remove lucy edit dev

v0.0.9 - Release

24 Nov 08:02

Choose a tag to compare

Added lucy edit fast

v0.0.8

12 Nov 17:01

Choose a tag to compare

What's Changed

  • Added lucy-motion model

v0.0.7

04 Nov 10:43

Choose a tag to compare

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

30 Oct 10:13

Choose a tag to compare

What's Changed

  • Change mirage_v2 to 18 fps

v0.0.5 - Feature Summary

23 Oct 20:58

Choose a tag to compare

What's Changed

  • Support 'mirage_v2' realtime model

v0.0.4 - Feature summary

22 Oct 17:14

Choose a tag to compare

What's Changed

  • Introduce Realtime Lip Sync Client

v0.0.3 - Rename to decart

21 Oct 14:25

Choose a tag to compare

What's Changed

  • 🎉 Renamed package from decart-sdk to decart
  • 📦 Module renamed from decart_sdk to decart
  • ✨ Added automated publishing workflow
  • 🔧 Updated all documentation and examples

Installation

pip install decart

Usage

from decart import DecartClient, models

Breaking Changes

This is a breaking change if you were using the previous decart-sdk package:

  • Update installation: pip install decart-sdkpip install decart
  • Update imports: from decart_sdkfrom decart

Full Changelog: b077061...v0.0.3