Skip to content

Commit 9ef2acb

Browse files
YuminJiaWauplin
andauthored
add download count tracking for infinite you. (#1335)
Co-authored-by: Lucain <[email protected]>
1 parent 02ce8cb commit 9ef2acb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

+7
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
419419
repoUrl: "https://github.com/DigitalPhonetics/IMS-Toucan",
420420
countDownloads: `path:"embedding_gan.pt" OR path:"Vocoder.pt" OR path:"ToucanTTS.pt"`,
421421
},
422+
"infinite-you": {
423+
prettyLabel: "InfiniteYou",
424+
repoName: "InfiniteYou",
425+
repoUrl: "https://github.com/bytedance/InfiniteYou",
426+
filter: false,
427+
countDownloads: `path:"infu_flux_v1.0/sim_stage1/image_proj_model.bin" OR path:"infu_flux_v1.0/aes_stage2/image_proj_model.bin"`,
428+
},
422429
keras: {
423430
prettyLabel: "Keras",
424431
repoName: "Keras",

0 commit comments

Comments
 (0)