We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ce8cb commit 9ef2acbCopy full SHA for 9ef2acb
packages/tasks/src/model-libraries.ts
@@ -419,6 +419,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
419
repoUrl: "https://github.com/DigitalPhonetics/IMS-Toucan",
420
countDownloads: `path:"embedding_gan.pt" OR path:"Vocoder.pt" OR path:"ToucanTTS.pt"`,
421
},
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
+ },
429
keras: {
430
prettyLabel: "Keras",
431
repoName: "Keras",
0 commit comments