File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 # Video aliases
4848 "lucy-pro-v2v" : "lucy-clip" ,
4949 "lucy-restyle-v2v" : "lucy-restyle-2" ,
50+ # VTON aliases
51+ "lucy-vton" : "lucy-2.1-vton" ,
52+ "lucy-2.1-vton-2" : "lucy-vton-2" ,
53+ "lucy-vton-latest" : "lucy-vton-2" ,
5054 # Image aliases
5155 "lucy-pro-i2i" : "lucy-image-2" ,
5256}
@@ -207,6 +211,20 @@ class ImageToImageInput(DecartBaseModel):
207211 width = 1088 ,
208212 height = 624 ,
209213 ),
214+ "lucy-vton-2" : ModelDefinition (
215+ name = "lucy-vton-2" ,
216+ url_path = "/v1/stream" ,
217+ fps = 20 ,
218+ width = 1088 ,
219+ height = 624 ,
220+ ),
221+ "lucy-2.1-vton-2" : ModelDefinition (
222+ name = "lucy-2.1-vton-2" ,
223+ url_path = "/v1/stream" ,
224+ fps = 20 ,
225+ width = 1088 ,
226+ height = 624 ,
227+ ),
210228 "lucy-restyle-latest" : ModelDefinition (
211229 name = "lucy-restyle-latest" ,
212230 url_path = "/v1/stream" ,
You can’t perform that action at this time.
0 commit comments