8000 Add LivePortrait library (#811) · ngxson/huggingface.js@019587f · GitHub
[go: up one dir, main page]

Skip to content

Commit 019587f

Browse files
authored
Add LivePortrait library (huggingface#811)
This PR adds a very popular repository [LivePortrait](https://github.com/KwaiVGI/LivePortrait) into the Hub.
1 parent 216814d commit 019587f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
293293
repoName: "k2",
294294
repoUrl: "https://github.com/k2-fsa/k2",
295295
},
296+
liveportrait: {
297+
prettyLabel: "LivePortrait",
298+
repoName: "LivePortrait",
299+
repoUrl: "https://github.com/KwaiVGI/LivePortrait",
300+
filter: false,
301+
countDownloads: `path:"liveportrait/landmark.onnx"`,
302+
},
296303
mindspore: {
297304
prettyLabel: "MindSpore",
298305
repoName: "mindspore",

0 commit comments

Comments
 (0)
0