Skip to content
Open
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
snippets: snippets.describe_anything,
filter: false,
},
"depthanything-ac": {
prettyLabel: "DepthAnything-AC",
repoName: "DepthAnythingAC",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
repoName: "DepthAnythingAC",
repoName: "DepthAnything-AC",

let's keep same as "prettyLabel"

repoUrl: "https://github.com/HVision-NKU/DepthAnythingAC",
snippets: snippets.DepthAnythingAC,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
snippets: snippets.DepthAnythingAC,

snippet doesn't seem to be defined for that library

filter: false,
countDownloads: `path_extension:"pth"`,
},
"dia-tts": {
prettyLabel: "Dia",
repoName: "Dia",
Expand Down
Loading