You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add avatar-live and reference image support (#19)
* feat: Add avatar-live and reference image support
- Add avatar-live realtime model with set_image() method
- Add lucy-restyle-v2v video model with reference_image support
- Add AvatarOptions for configuring avatar image on connect
- Add VideoRestyleInput with mutual exclusivity validation
- Add comprehensive tests for both features
* black
* remove unused import
* add examples
* black
* ruff
* feat: Add interactive test UI for Decart SDK
- Introduced a Gradio-based test UI for easy feature testing.
- Added functionality for image and video generation, transformation, and restyling.
- Included a tokens API for creating short-lived client tokens.
- Updated README with instructions for using the test UI.
* feat: update avatar-live ACK format and add initial prompt support
- Update image ACK message type from 'image_set' to 'set_image_ack'
- Change ACK format to use success:bool + error:string
- Add initial_prompt option for sending prompt before WebRTC handshake
- Add ErrorMessage, ReadyMessage, and IceRestartMessage types
- Add ICE restart with TURN server support
- Update tests for new message format and initial_prompt feature
* ruff and black
0 commit comments