feat: add lucy-vton-3.5 realtime model at 720p - #11
Merged
Conversation
Re-adds lucy-vton-3.5 on both the realtime and batch/video surfaces after the earlier revert, and repoints the lucy-vton-latest alias to it. Geometry is 1280x720, not the 1088x624 the reverted change shipped: the backend serves this model at 720p (bouncer supported_resolutions ["720p"], inference_server/server_configs/lucy-vton-3.5.yaml canonical supported_landscape_resolutions entry [720, 1280]). The lucy-vton-latest rows move to 720p with it. Claude-Session: https://claude.ai/code/session_01QoAEWRoPpnJYkEV57yUvob
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
lucy-vton-3.5, the newest Lucy virtual try-on model, to the realtime model registry.lucy-vton-latestnow resolves to it.This model runs at 720p — a step up from the 1088×624 that vton-3 and vton-2 output — so the geometry the SDK reports for it (and for the
lucy-vton-latestalias that now points at it) is 1280×720. Callers that size their video source fromModelDefinitionpick the new resolution up for free.Why
Give SDK users the newest try-on quality without any migration work: callers already on
lucy-vton-latestpick it up automatically, and anyone pinned tolucy-vton-3orlucy-vton-2is unaffected.The other Decart SDKs are getting the same model in parallel; this keeps the C++ realtime registry in step with them.
Usage
Note for reviewers
The
lucy-vton-latest→lucy-vton-3.5repoint needs the matching backend alias change to land as well; today the resolver still sendslucy-vton-latesttolucy-vton-3.https://claude.ai/code/session_01QoAEWRoPpnJYkEV57yUvob