@huggingface/tasks 0.19.35 → 0.19.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/local-apps.d.ts +7 -0
- package/dist/commonjs/local-apps.d.ts.map +1 -1
- package/dist/commonjs/local-apps.js +31 -0
- package/dist/commonjs/model-libraries-snippets.d.ts +1 -0
- package/dist/commonjs/model-libraries-snippets.d.ts.map +1 -1
- package/dist/commonjs/model-libraries-snippets.js +12 -2
- package/dist/commonjs/model-libraries.d.ts +15 -1
- package/dist/commonjs/model-libraries.d.ts.map +1 -1
- package/dist/commonjs/model-libraries.js +14 -0
- package/dist/commonjs/tasks/any-to-any/data.js +3 -3
- package/dist/commonjs/tasks/image-segmentation/data.js +2 -2
- package/dist/commonjs/tasks/image-text-to-text/data.d.ts.map +1 -1
- package/dist/commonjs/tasks/image-text-to-text/data.js +10 -38
- package/dist/commonjs/tasks/image-to-3d/data.js +2 -2
- package/dist/commonjs/tasks/image-to-image/data.d.ts.map +1 -1
- package/dist/commonjs/tasks/image-to-image/data.js +13 -25
- package/dist/commonjs/tasks/image-to-text/data.d.ts.map +1 -1
- package/dist/commonjs/tasks/image-to-text/data.js +10 -30
- package/dist/commonjs/tasks/keypoint-detection/data.js +5 -5
- package/dist/commonjs/tasks/object-detection/data.js +2 -2
- package/dist/commonjs/tasks/text-generation/data.d.ts.map +1 -1
- package/dist/commonjs/tasks/text-generation/data.js +14 -10
- package/dist/commonjs/tasks/text-to-image/data.js +6 -6
- package/dist/commonjs/tasks/text-to-speech/data.d.ts.map +1 -1
- package/dist/commonjs/tasks/text-to-speech/data.js +10 -14
- package/dist/commonjs/tasks/text-to-video/data.js +3 -3
- package/dist/commonjs/tasks/visual-document-retrieval/data.d.ts.map +1 -1
- package/dist/commonjs/tasks/visual-document-retrieval/data.js +6 -2
- package/dist/commonjs/tasks/zero-shot-object-detection/data.js +4 -4
- package/dist/esm/local-apps.d.ts +7 -0
- package/dist/esm/local-apps.d.ts.map +1 -1
- package/dist/esm/local-apps.js +31 -0
- package/dist/esm/model-libraries-snippets.d.ts +1 -0
- package/dist/esm/model-libraries-snippets.d.ts.map +1 -1
- package/dist/esm/model-libraries-snippets.js +10 -1
- package/dist/esm/model-libraries.d.ts +15 -1
- package/dist/esm/model-libraries.d.ts.map +1 -1
- package/dist/esm/model-libraries.js +14 -0
- package/dist/esm/tasks/any-to-any/data.js +3 -3
- package/dist/esm/tasks/image-segmentation/data.js +2 -2
- package/dist/esm/tasks/image-text-to-text/data.d.ts.map +1 -1
- package/dist/esm/tasks/image-text-to-text/data.js +10 -38
- package/dist/esm/tasks/image-to-3d/data.js +2 -2
- package/dist/esm/tasks/image-to-image/data.d.ts.map +1 -1
- package/dist/esm/tasks/image-to-image/data.js +13 -25
- package/dist/esm/tasks/image-to-text/data.d.ts.map +1 -1
- package/dist/esm/tasks/image-to-text/data.js +10 -30
- package/dist/esm/tasks/keypoint-detection/data.js +5 -5
- package/dist/esm/tasks/object-detection/data.js +2 -2
- package/dist/esm/tasks/text-generation/data.d.ts.map +1 -1
- package/dist/esm/tasks/text-generation/data.js +14 -10
- package/dist/esm/tasks/text-to-image/data.js +6 -6
- package/dist/esm/tasks/text-to-speech/data.d.ts.map +1 -1
- package/dist/esm/tasks/text-to-speech/data.js +10 -14
- package/dist/esm/tasks/text-to-video/data.js +3 -3
- package/dist/esm/tasks/visual-document-retrieval/data.d.ts.map +1 -1
- package/dist/esm/tasks/visual-document-retrieval/data.js +6 -2
- package/dist/esm/tasks/zero-shot-object-detection/data.js +4 -4
- package/package.json +1 -1
- package/src/local-apps.ts +32 -0
- package/src/model-libraries-snippets.ts +11 -1
- package/src/model-libraries.ts +14 -0
- package/src/tasks/any-to-any/data.ts +3 -3
- package/src/tasks/image-segmentation/data.ts +2 -2
- package/src/tasks/image-text-to-text/data.ts +10 -38
- package/src/tasks/image-to-3d/data.ts +2 -2
- package/src/tasks/image-to-image/data.ts +13 -25
- package/src/tasks/image-to-text/data.ts +10 -30
- package/src/tasks/keypoint-detection/data.ts +5 -5
- package/src/tasks/object-detection/data.ts +2 -2
- package/src/tasks/text-generation/data.ts +14 -10
- package/src/tasks/text-to-image/data.ts +6 -6
- package/src/tasks/text-to-speech/data.ts +10 -14
- package/src/tasks/text-to-video/data.ts +3 -3
- package/src/tasks/visual-document-retrieval/data.ts +7 -2
- package/src/tasks/zero-shot-object-detection/data.ts +4 -4
|
@@ -39,24 +39,20 @@ const taskData = {
|
|
|
39
39
|
],
|
|
40
40
|
models: [
|
|
41
41
|
{
|
|
42
|
-
description: "
|
|
43
|
-
id: "
|
|
42
|
+
description: "Small yet powerful TTS model.",
|
|
43
|
+
id: "KittenML/kitten-tts-nano-0.1",
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
description: "
|
|
47
|
-
id: "
|
|
46
|
+
description: "Bleeding edge TTS model.",
|
|
47
|
+
id: "ResembleAI/chatterbox",
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
description: "A massively multi-lingual TTS model.",
|
|
51
51
|
id: "fishaudio/fish-speech-1.5",
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
description: "A
|
|
55
|
-
id: "
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
description: "Small yet powerful TTS model.",
|
|
59
|
-
id: "hexgrad/Kokoro-82M",
|
|
54
|
+
description: "A text-to-dialogue model.",
|
|
55
|
+
id: "nari-labs/Dia-1.6B-0626",
|
|
60
56
|
},
|
|
61
57
|
],
|
|
62
58
|
spaces: [
|
|
@@ -69,12 +65,12 @@ const taskData = {
|
|
|
69
65
|
id: "fishaudio/fish-speech-1",
|
|
70
66
|
},
|
|
71
67
|
{
|
|
72
|
-
description: "
|
|
73
|
-
id: "
|
|
68
|
+
description: "Performant TTS application.",
|
|
69
|
+
id: "ResembleAI/Chatterbox",
|
|
74
70
|
},
|
|
75
71
|
{
|
|
76
|
-
description: "An application
|
|
77
|
-
id: "
|
|
72
|
+
description: "An application to compare different TTS models.",
|
|
73
|
+
id: "TTS-AGI/TTS-Arena-V2",
|
|
78
74
|
},
|
|
79
75
|
{
|
|
80
76
|
description: "An application that generates podcast episodes.",
|
|
@@ -74,8 +74,8 @@ const taskData = {
|
|
|
74
74
|
id: "nvidia/Cosmos-1.0-Diffusion-7B-Text2World",
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
description: "
|
|
78
|
-
id: "
|
|
77
|
+
description: "Very fast model for video generation.",
|
|
78
|
+
id: "Lightricks/LTX-Video-0.9.8-13B-distilled",
|
|
79
79
|
},
|
|
80
80
|
],
|
|
81
81
|
spaces: [
|
|
@@ -93,7 +93,7 @@ const taskData = {
|
|
|
93
93
|
},
|
|
94
94
|
],
|
|
95
95
|
summary: "Text-to-video models can be used in any application that requires generating consistent sequence of images from text. ",
|
|
96
|
-
widgetModels: ["Wan-AI/Wan2.
|
|
96
|
+
widgetModels: ["Wan-AI/Wan2.2-TI2V-5B"],
|
|
97
97
|
youtubeId: undefined,
|
|
98
98
|
};
|
|
99
99
|
exports.default = taskData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/visual-document-retrieval/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/visual-document-retrieval/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,cAuEf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -52,8 +52,8 @@ const taskData = {
|
|
|
52
52
|
id: "vidore/colqwen2-v1.0",
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
-
description: "Very fast and efficient visual document retrieval model that
|
|
56
|
-
id: "
|
|
55
|
+
description: "Very fast and efficient visual document retrieval model that can also take in other modalities like audio.",
|
|
56
|
+
id: "Tevatron/OmniEmbed-v0.1",
|
|
57
57
|
},
|
|
58
58
|
],
|
|
59
59
|
spaces: [
|
|
@@ -61,6 +61,10 @@ const taskData = {
|
|
|
61
61
|
description: "A leaderboard of visual document retrieval models.",
|
|
62
62
|
id: "vidore/vidore-leaderboard",
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
description: "Visual retrieval augmented generation demo based on ColQwen2 model.",
|
|
66
|
+
id: "vidore/visual-rag-tool",
|
|
67
|
+
},
|
|
64
68
|
],
|
|
65
69
|
summary: "Visual document retrieval is the task of searching for relevant image-based documents, such as PDFs. These models take a text query and multiple documents as input and return the top-most relevant documents and relevancy scores as output.",
|
|
66
70
|
widgetModels: [""],
|
|
@@ -38,17 +38,17 @@ const taskData = {
|
|
|
38
38
|
models: [
|
|
39
39
|
{
|
|
40
40
|
description: "Solid zero-shot object detection model.",
|
|
41
|
-
id: "
|
|
41
|
+
id: "openmmlab-community/mm_grounding_dino_large_all",
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
description: "Cutting-edge zero-shot object detection model.",
|
|
45
|
-
id: "
|
|
45
|
+
id: "fushh7/LLMDet",
|
|
46
46
|
},
|
|
47
47
|
],
|
|
48
48
|
spaces: [
|
|
49
49
|
{
|
|
50
|
-
description: "A demo to
|
|
51
|
-
id: "
|
|
50
|
+
description: "A demo to compare different zero-shot object detection models per output and latency.",
|
|
51
|
+
id: "ariG23498/zero-shot-od",
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
description: "A demo that combines a zero-shot object detection and mask generation model for zero-shot segmentation.",
|
package/dist/esm/local-apps.d.ts
CHANGED
|
@@ -203,6 +203,13 @@ export declare const LOCAL_APPS: {
|
|
|
203
203
|
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
204
204
|
snippet: (model: ModelData, filepath?: string) => string;
|
|
205
205
|
};
|
|
206
|
+
lemonade: {
|
|
207
|
+
prettyLabel: string;
|
|
208
|
+
docsUrl: string;
|
|
209
|
+
mainTask: "text-generation";
|
|
210
|
+
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
211
|
+
snippet: (model: ModelData, filepath?: string) => LocalAppSnippet[];
|
|
212
|
+
};
|
|
206
213
|
};
|
|
207
214
|
export type LocalAppKey = keyof typeof LOCAL_APPS;
|
|
208
215
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"local-apps.d.ts","sourceRoot":"","sources":["../../src/local-apps.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKnD,MAAM,WAAW,eAAe;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACtB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,kBAAkB,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,OAAO,CAAC;CAClD,GAAG,CACD;IACA;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,GAAG,CAAC;CACtD,GACD;IACA;;;;OAIG;IACH,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,EAAE,GAAG,eAAe,GAAG,eAAe,EAAE,CAAC;CACzG,CACH,CAAC;AAqBF,iBAAS,UAAU,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO,CAE7C;AAED,iBAAS,mBAAmB,CAAC,KAAK,EAAE,SAAS,WAE5C;
|
|
1
|
+
{"version":3,"file":"local-apps.d.ts","sourceRoot":"","sources":["../../src/local-apps.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKnD,MAAM,WAAW,eAAe;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACtB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,kBAAkB,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,OAAO,CAAC;CAClD,GAAG,CACD;IACA;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,GAAG,CAAC;CACtD,GACD;IACA;;;;OAIG;IACH,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,EAAE,GAAG,eAAe,GAAG,eAAe,EAAE,CAAC;CACzG,CACH,CAAC;AAqBF,iBAAS,UAAU,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO,CAE7C;AAED,iBAAS,mBAAmB,CAAC,KAAK,EAAE,SAAS,WAE5C;AA4PD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,UAAU;;;;;;yBAtPS,SAAS,aAAa,MAAM,KAAG,eAAe,EAAE;;;;;;;yBAsCzC,SAAS,aAAa,MAAM,KAAG,eAAe,EAAE;;;;;;oCAmOzD,SAAS;yBA1LX,SAAS,KAAG,eAAe,EAAE;;;;;;;yBA4F5B,SAAS,KAAG,eAAe,EAAE;;;;;;;yBA7B/B,SAAS,KAAG,eAAe,EAAE;;;;;;;;;;;;;;yBAtFzB,SAAS,aAAa,MAAM,KAAG,eAAe,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAJjD,SAAS,aAAa,MAAM,KAAG,MAAM;;;;;;;yBA0J1B,SAAS,aAAa,MAAM,KAAG,MAAM;;;;;;;yBAI9C,SAAS,aAAa,MAAM,KAAG,eAAe,EAAE;;CAiN5C,CAAC;AAErC,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,UAAU,CAAC"}
|
package/dist/esm/local-apps.js
CHANGED
|
@@ -230,6 +230,30 @@ const snippetMlxLm = (model) => {
|
|
|
230
230
|
const snippetDockerModelRunner = (model, filepath) => {
|
|
231
231
|
return `docker model run hf.co/${model.id}${getQuantTag(filepath)}`;
|
|
232
232
|
};
|
|
233
|
+
const snippetLemonade = (model, filepath) => {
|
|
234
|
+
const tagName = getQuantTag(filepath);
|
|
235
|
+
const modelName = model.id.split("/")[1];
|
|
236
|
+
return [
|
|
237
|
+
{
|
|
238
|
+
title: "Pull the model",
|
|
239
|
+
setup: "# Download Lemonade from https://lemonade-server.ai/",
|
|
240
|
+
content: [
|
|
241
|
+
`lemonade-server pull user.${modelName} \\
|
|
242
|
+
--checkpoint ${model.id}${tagName} \\
|
|
243
|
+
--recipe llamacpp`,
|
|
244
|
+
"# Note: If you installed from source, use the lemonade-server-dev command instead.",
|
|
245
|
+
].join("\n"),
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
title: "Run and chat with the model",
|
|
249
|
+
content: `lemonade-server run user.${modelName}`,
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
title: "List all available models",
|
|
253
|
+
content: "lemonade-server list",
|
|
254
|
+
},
|
|
255
|
+
];
|
|
256
|
+
};
|
|
233
257
|
/**
|
|
234
258
|
* Add your new local app here.
|
|
235
259
|
*
|
|
@@ -405,4 +429,11 @@ export const LOCAL_APPS = {
|
|
|
405
429
|
displayOnModelPage: isLlamaCppGgufModel,
|
|
406
430
|
snippet: snippetDockerModelRunner,
|
|
407
431
|
},
|
|
432
|
+
lemonade: {
|
|
433
|
+
prettyLabel: "Lemonade",
|
|
434
|
+
docsUrl: "https://lemonade-server.ai",
|
|
435
|
+
mainTask: "text-generation",
|
|
436
|
+
displayOnModelPage: isLlamaCppGgufModel,
|
|
437
|
+
snippet: snippetLemonade,
|
|
438
|
+
},
|
|
408
439
|
};
|
|
@@ -74,6 +74,7 @@ export declare const sentis: () => string[];
|
|
|
74
74
|
export declare const sana: (model: ModelData) => string[];
|
|
75
75
|
export declare const videoprism: (model: ModelData) => string[];
|
|
76
76
|
export declare const vfimamba: (model: ModelData) => string[];
|
|
77
|
+
export declare const lvface: (model: ModelData) => string[];
|
|
77
78
|
export declare const voicecraft: (model: ModelData) => string[];
|
|
78
79
|
export declare const vui: () => string[];
|
|
79
80
|
export declare const chattts: () => string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries-snippets.d.ts","sourceRoot":"","sources":["../../src/model-libraries-snippets.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"model-libraries-snippets.d.ts","sourceRoot":"","sources":["../../src/model-libraries-snippets.ts"],"names":[],"mappings":"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"}
|
|
@@ -1381,7 +1381,7 @@ export const transformers = (model) => {
|
|
|
1381
1381
|
}
|
|
1382
1382
|
}
|
|
1383
1383
|
else {
|
|
1384
|
-
autoSnippet.push("# Load model directly", `from transformers import ${info.auto_model}`, `model = ${info.auto_model}.from_pretrained("${model.id}"` + remote_code_snippet + ', torch_dtype="auto")
|
|
1384
|
+
autoSnippet.push("# Load model directly", `from transformers import ${info.auto_model}`, `model = ${info.auto_model}.from_pretrained("${model.id}"` + remote_code_snippet + ', torch_dtype="auto")');
|
|
1385
1385
|
}
|
|
1386
1386
|
if (model.pipeline_tag && LIBRARY_TASK_MAPPING.transformers?.includes(model.pipeline_tag)) {
|
|
1387
1387
|
const pipelineSnippet = [
|
|
@@ -1534,6 +1534,15 @@ export const vfimamba = (model) => [
|
|
|
1534
1534
|
|
|
1535
1535
|
model = Model.from_pretrained("${model.id}")`,
|
|
1536
1536
|
];
|
|
1537
|
+
export const lvface = (model) => [
|
|
1538
|
+
`from huggingface_hub import hf_hub_download
|
|
1539
|
+
from inference_onnx import LVFaceONNXInferencer
|
|
1540
|
+
|
|
1541
|
+
model_path = hf_hub_download("${model.id}", "LVFace-L_Glint360K/LVFace-L_Glint360K.onnx")
|
|
1542
|
+
inferencer = LVFaceONNXInferencer(model_path, use_gpu=True, timeout=300)
|
|
1543
|
+
img_path = 'path/to/image1.jpg'
|
|
1544
|
+
embedding = inferencer.infer_from_image(img_path)`,
|
|
1545
|
+
];
|
|
1537
1546
|
export const voicecraft = (model) => [
|
|
1538
1547
|
`from voicecraft import VoiceCraft
|
|
1539
1548
|
|
|
@@ -126,6 +126,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
126
126
|
filter: false;
|
|
127
127
|
countDownloads: string;
|
|
128
128
|
};
|
|
129
|
+
bboxmaskpose: {
|
|
130
|
+
prettyLabel: string;
|
|
131
|
+
repoName: string;
|
|
132
|
+
repoUrl: string;
|
|
133
|
+
filter: false;
|
|
134
|
+
countDownloads: string;
|
|
135
|
+
};
|
|
129
136
|
ben2: {
|
|
130
137
|
prettyLabel: string;
|
|
131
138
|
repoName: string;
|
|
@@ -1147,6 +1154,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1147
1154
|
countDownloads: string;
|
|
1148
1155
|
snippets: (model: ModelData) => string[];
|
|
1149
1156
|
};
|
|
1157
|
+
lvface: {
|
|
1158
|
+
prettyLabel: string;
|
|
1159
|
+
repoName: string;
|
|
1160
|
+
repoUrl: string;
|
|
1161
|
+
countDownloads: string;
|
|
1162
|
+
snippets: (model: ModelData) => string[];
|
|
1163
|
+
};
|
|
1150
1164
|
voicecraft: {
|
|
1151
1165
|
prettyLabel: string;
|
|
1152
1166
|
repoName: string;
|
|
@@ -1209,5 +1223,5 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1209
1223
|
};
|
|
1210
1224
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
1211
1225
|
export declare const ALL_MODEL_LIBRARY_KEYS: ModelLibraryKey[];
|
|
1212
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "ben2" | "bertopic" | "big_vision" | "birder" | "birefnet" | "bm25s" | "champ" | "chatterbox" | "chat_tts" | "colpali" | "comet" | "contexttab" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "diffree" | "diffusers" | "diffusionkit" | "doctr" | "cartesia_pytorch" | "cartesia_mlx" | "clipscope" | "cosyvoice" | "cotracker" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hermes" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "imstoucan" | "index-tts" | "infinite-you" | "keras" | "tf-keras" | "keras-hub" | "kimi-audio" | "kronos" | "k2" | "lightning-ir" | "litert-lm" | "lerobot" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "mamba-ssm" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "nemo" | "open-oasis" | "open_clip" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "saelens" | "sam2" | "sample-factory" | "sapiens" | "seedvr" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "swarmformer" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "voicecraft" | "vui" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "zonos" | "3dtopia-xl")[];
|
|
1226
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "birder" | "birefnet" | "bm25s" | "champ" | "chatterbox" | "chat_tts" | "colpali" | "comet" | "contexttab" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "diffree" | "diffusers" | "diffusionkit" | "doctr" | "cartesia_pytorch" | "cartesia_mlx" | "clipscope" | "cosyvoice" | "cotracker" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hermes" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "imstoucan" | "index-tts" | "infinite-you" | "keras" | "tf-keras" | "keras-hub" | "kimi-audio" | "kronos" | "k2" | "lightning-ir" | "litert-lm" | "lerobot" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "mamba-ssm" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "nemo" | "open-oasis" | "open_clip" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "saelens" | "sam2" | "sample-factory" | "sapiens" | "seedvr" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "swarmformer" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "lvface" | "voicecraft" | "vui" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "zonos" | "3dtopia-xl")[];
|
|
1213
1227
|
//# sourceMappingURL=model-libraries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqpCI,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,2BAA2B,CAAC;AAEvE,eAAO,MAAM,sBAAsB,EAA+C,eAAe,EAAE,CAAC;AAEpG,eAAO,MAAM,8BAA8B,kqEAQ1B,CAAC"}
|
|
@@ -86,6 +86,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
86
86
|
filter: false,
|
|
87
87
|
countDownloads: `path:"llm_config.json"`,
|
|
88
88
|
},
|
|
89
|
+
bboxmaskpose: {
|
|
90
|
+
prettyLabel: "BBoxMaskPose",
|
|
91
|
+
repoName: "BBoxMaskPose",
|
|
92
|
+
repoUrl: "https://github.com/MiraPurkrabek/BBoxMaskPose",
|
|
93
|
+
filter: false,
|
|
94
|
+
countDownloads: `path_extension:"pth"`,
|
|
95
|
+
},
|
|
89
96
|
ben2: {
|
|
90
97
|
prettyLabel: "BEN2",
|
|
91
98
|
repoName: "BEN2",
|
|
@@ -1112,6 +1119,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
1112
1119
|
countDownloads: `path_extension:"pkl"`,
|
|
1113
1120
|
snippets: snippets.vfimamba,
|
|
1114
1121
|
},
|
|
1122
|
+
lvface: {
|
|
1123
|
+
prettyLabel: "LVFace",
|
|
1124
|
+
repoName: "LVFace",
|
|
1125
|
+
repoUrl: "https://github.com/bytedance/LVFace",
|
|
1126
|
+
countDownloads: `path_extension:"pt" OR path_extension:"onnx"`,
|
|
1127
|
+
snippets: snippets.lvface,
|
|
1128
|
+
},
|
|
1115
1129
|
voicecraft: {
|
|
1116
1130
|
prettyLabel: "VoiceCraft",
|
|
1117
1131
|
repoName: "VoiceCraft",
|
|
@@ -37,7 +37,7 @@ const taskData = {
|
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
description: "Robust model that can take in image and text and generate image and text.",
|
|
40
|
-
id: "
|
|
40
|
+
id: "OmniGen2/OmniGen2",
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
description: "Any-to-any model with speech, video, audio, image and text understanding capabilities.",
|
|
@@ -45,13 +45,13 @@ const taskData = {
|
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
description: "A model that can understand image and text and generate image and text.",
|
|
48
|
-
id: "
|
|
48
|
+
id: "ByteDance-Seed/BAGEL-7B-MoT",
|
|
49
49
|
},
|
|
50
50
|
],
|
|
51
51
|
spaces: [
|
|
52
52
|
{
|
|
53
53
|
description: "An application to chat with an any-to-any (image & text) model.",
|
|
54
|
-
id: "
|
|
54
|
+
id: "OmniGen2/OmniGen2",
|
|
55
55
|
},
|
|
56
56
|
],
|
|
57
57
|
summary: "Any-to-any models can understand two or more modalities and output two or more modalities.",
|
|
@@ -40,8 +40,8 @@ const taskData = {
|
|
|
40
40
|
models: [
|
|
41
41
|
{
|
|
42
42
|
// TO DO: write description
|
|
43
|
-
description: "Solid
|
|
44
|
-
id: "
|
|
43
|
+
description: "Solid panoptic segmentation model trained on COCO.",
|
|
44
|
+
id: "tue-mps/coco_panoptic_eomt_large_640",
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
description: "Background removal model.",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-text-to-text/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-text-to-text/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,cAiFf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -44,33 +44,21 @@ const taskData = {
|
|
|
44
44
|
id: "HuggingFaceTB/SmolVLM-Instruct",
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
description: "
|
|
48
|
-
id: "
|
|
47
|
+
description: "Cutting-edge reasoning vision language model.",
|
|
48
|
+
id: "zai-org/GLM-4.5V",
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
description: "Cutting-edge vision language model.",
|
|
52
|
-
id: "
|
|
51
|
+
description: "Cutting-edge small vision language model to convert documents to text.",
|
|
52
|
+
id: "rednote-hilab/dots.ocr",
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
description: "Small yet powerful model.",
|
|
56
|
-
id: "
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
description: "Strong image-text-to-text model.",
|
|
60
|
-
id: "Qwen/Qwen2.5-VL-7B-Instruct",
|
|
56
|
+
id: "Qwen/Qwen2.5-VL-3B-Instruct",
|
|
61
57
|
},
|
|
62
58
|
{
|
|
63
59
|
description: "Image-text-to-text model with agentic capabilities.",
|
|
64
60
|
id: "microsoft/Magma-8B",
|
|
65
61
|
},
|
|
66
|
-
{
|
|
67
|
-
description: "Strong image-text-to-text model focused on documents.",
|
|
68
|
-
id: "allenai/olmOCR-7B-0225-preview",
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
description: "Small yet strong image-text-to-text model.",
|
|
72
|
-
id: "ibm-granite/granite-vision-3.2-2b",
|
|
73
|
-
},
|
|
74
62
|
],
|
|
75
63
|
spaces: [
|
|
76
64
|
{
|
|
@@ -78,32 +66,16 @@ const taskData = {
|
|
|
78
66
|
id: "opencompass/open_vlm_leaderboard",
|
|
79
67
|
},
|
|
80
68
|
{
|
|
81
|
-
description: "
|
|
82
|
-
id: "
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
description: "Powerful vision-language model assistant.",
|
|
86
|
-
id: "akhaliq/Molmo-7B-D-0924",
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
description: "Powerful vision language assistant that can understand multiple images.",
|
|
90
|
-
id: "HuggingFaceTB/SmolVLM2",
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
description: "An application for chatting with an image-text-to-text model.",
|
|
94
|
-
id: "GanymedeNil/Qwen2-VL-7B",
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
description: "An application that parses screenshots into actions.",
|
|
98
|
-
id: "showlab/ShowUI",
|
|
69
|
+
description: "An application that compares object detection capabilities of different vision language models.",
|
|
70
|
+
id: "sergiopaniego/vlm_object_understanding",
|
|
99
71
|
},
|
|
100
72
|
{
|
|
101
|
-
description: "An application
|
|
102
|
-
id: "
|
|
73
|
+
description: "An application to compare different OCR models.",
|
|
74
|
+
id: "prithivMLmods/Multimodal-OCR",
|
|
103
75
|
},
|
|
104
76
|
],
|
|
105
77
|
summary: "Image-text-to-text models take in an image and text prompt and output text. These models are also called vision-language models, or VLMs. The difference from image-to-text models is that these models take an additional text input, not restricting the model to certain use cases like image captioning, and may also be trained to accept a conversation as input.",
|
|
106
|
-
widgetModels: ["
|
|
78
|
+
widgetModels: ["zai-org/GLM-4.5V"],
|
|
107
79
|
youtubeId: "IoGaGfU1CIg",
|
|
108
80
|
};
|
|
109
81
|
export default taskData;
|
|
@@ -31,8 +31,8 @@ const taskData = {
|
|
|
31
31
|
id: "TencentARC/InstantMesh",
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
description: "
|
|
35
|
-
id: "
|
|
34
|
+
description: "3D world generation model.",
|
|
35
|
+
id: "tencent/HunyuanWorld-1",
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
description: "A scaled up image-to-3D mesh model derived from TripoSR.",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-to-image/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-to-image/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,cA2Ff,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -48,16 +48,16 @@ const taskData = {
|
|
|
48
48
|
id: "fal/AuraSR-v2",
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
description: "
|
|
52
|
-
id: "
|
|
51
|
+
description: "Powerful image editing model.",
|
|
52
|
+
id: "black-forest-labs/FLUX.1-Kontext-dev",
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
-
description: "
|
|
56
|
-
id: "
|
|
55
|
+
description: "Virtual try-on model.",
|
|
56
|
+
id: "yisol/IDM-VTON",
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
|
-
description: "
|
|
60
|
-
id: "
|
|
59
|
+
description: "Image re-lighting model.",
|
|
60
|
+
id: "kontext-community/relighting-kontext-dev-lora-v3",
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
description: "Strong model for inpainting and outpainting.",
|
|
@@ -70,32 +70,20 @@ const taskData = {
|
|
|
70
70
|
],
|
|
71
71
|
spaces: [
|
|
72
72
|
{
|
|
73
|
-
description: "Image
|
|
74
|
-
id: "
|
|
73
|
+
description: "Image editing application.",
|
|
74
|
+
id: "black-forest-labs/FLUX.1-Kontext-Dev",
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
description: "
|
|
78
|
-
id: "
|
|
77
|
+
description: "Image relighting application.",
|
|
78
|
+
id: "lllyasviel/iclight-v2-vary",
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
description: "An application
|
|
82
|
-
id: "
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
description: "Image generation application that takes image control and text prompt.",
|
|
86
|
-
id: "hysts/ControlNet",
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
description: "Colorize any image using this app.",
|
|
90
|
-
id: "ioclab/brightness-controlnet",
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
description: "Edit images with instructions.",
|
|
94
|
-
id: "timbrooks/instruct-pix2pix",
|
|
81
|
+
description: "An application for image upscaling.",
|
|
82
|
+
id: "jasperai/Flux.1-dev-Controlnet-Upscaler",
|
|
95
83
|
},
|
|
96
84
|
],
|
|
97
85
|
summary: "Image-to-image is the task of transforming an input image through a variety of possible manipulations and enhancements, such as super-resolution, image inpainting, colorization, and more.",
|
|
98
|
-
widgetModels: ["
|
|
86
|
+
widgetModels: ["Qwen/Qwen-Image"],
|
|
99
87
|
youtubeId: "",
|
|
100
88
|
};
|
|
101
89
|
export default taskData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-to-text/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-to-text/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,QAAA,MAAM,QAAQ,EAAE,cAyDf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -29,46 +29,26 @@ const taskData = {
|
|
|
29
29
|
metrics: [],
|
|
30
30
|
models: [
|
|
31
31
|
{
|
|
32
|
-
description: "
|
|
33
|
-
id: "
|
|
32
|
+
description: "Strong OCR model.",
|
|
33
|
+
id: "allenai/olmOCR-7B-0725",
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
description: "
|
|
37
|
-
id: "
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
description: "A strong optical character recognition model.",
|
|
41
|
-
id: "facebook/nougat-base",
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
description: "A powerful model that lets you have a conversation with the image.",
|
|
45
|
-
id: "llava-hf/llava-1.5-7b-hf",
|
|
36
|
+
description: "Powerful image captioning model.",
|
|
37
|
+
id: "fancyfeast/llama-joycaption-beta-one-hf-llava",
|
|
46
38
|
},
|
|
47
39
|
],
|
|
48
40
|
spaces: [
|
|
49
41
|
{
|
|
50
|
-
description: "
|
|
51
|
-
id: "
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
description: "A robust image captioning application.",
|
|
55
|
-
id: "flax-community/image-captioning",
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
description: "An application that transcribes handwritings into text.",
|
|
59
|
-
id: "nielsr/TrOCR-handwritten",
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
description: "An application that can caption images and answer questions about a given image.",
|
|
63
|
-
id: "Salesforce/BLIP",
|
|
42
|
+
description: "SVG generator app from images.",
|
|
43
|
+
id: "multimodalart/OmniSVG-3B",
|
|
64
44
|
},
|
|
65
45
|
{
|
|
66
|
-
description: "An application that
|
|
67
|
-
id: "
|
|
46
|
+
description: "An application that converts documents to markdown.",
|
|
47
|
+
id: "numind/NuMarkdown-8B-Thinking",
|
|
68
48
|
},
|
|
69
49
|
{
|
|
70
|
-
description: "An
|
|
71
|
-
id: "
|
|
50
|
+
description: "An application that can caption images.",
|
|
51
|
+
id: "fancyfeast/joy-caption-beta-one",
|
|
72
52
|
},
|
|
73
53
|
],
|
|
74
54
|
summary: "Image to text models output a text from a given image. Image captioning or optical character recognition can be considered as the most common applications of image to text.",
|