feat: add lucy-vton-3 (realtime + queue/batch)#55
Merged
Conversation
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-3as a public virtual try-on model, available on both realtime streaming and the queue/batch API. It joins the existing VTON lineup (lucy-2.1-vton,lucy-vton-2), which all remain supported.lucy-vton-latestcontinues to resolve server-side to the newest VTON.Why
Gives users access to the latest virtual try-on generation through the Python SDK, with the same input surface and ergonomics as the previous VTON models — no migration needed to adopt it.
Usage
Note
Low Risk
Additive model registry and test coverage only; no auth, billing, or behavioral changes to existing models.
Overview
Registers
lucy-vton-3in the Python SDK model catalog so callers can select it viamodels.realtime("lucy-vton-3")andmodels.video("lucy-vton-3"), alongside the existing VTON models.Realtime maps to
/v1/streamat 30 fps (1088×624), matching other VTON stream models. Queue/batch uses/v1/jobs/lucy-vton-3at 20 fps with the sameVideoEdit2Inputschema aslucy-vton-2. Type literalsRealTimeModelsandVideoModelsare updated accordingly, and tests assert registry paths and dimensions forlucy-vton-2and the new model.Reviewed by Cursor Bugbot for commit 9a02b98. Bugbot is set up for automated code reviews on this repo. Configure here.