Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
countDownloads: `path:"model.safetensors"`,
snippets: snippets.stable_audio_tools,
},
"monkeyocr": {
prettyLabel: "monkeyocr",
repoName: "monkeyocr",
repoUrl: "https://github.com/Yuliang-Liu/MonkeyOCR",
filter: false,
countDownloads: `path:"Recognition/config.json"`,
},
"diffusion-single-file": {
prettyLabel: "Diffusion Single File",
repoName: "diffusion-single-file",
Expand Down