Skip to content

Commit 3c0de59

Browse files
slothfulxtxslothfulxtx
andauthored
Add GeometryCrafter as library (huggingface#1330)
Here's the relevant model repo https://huggingface.co/TencentARC/GeometryCrafter/blob/main/README.md --------- Co-authored-by: slothfulxtx <[email protected]>
1 parent a686997 commit 3c0de59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
353353
filter: false,
354354
countDownloads: `path_extension:"sbs"`,
355355
},
356+
"geometry-crafter": {
357+
prettyLabel: "GeometryCrafter",
358+
repoName: "GeometryCrafter",
359+
repoUrl: "https://github.com/TencentARC/GeometryCrafter",
360+
countDownloads: `path:"point_map_vae/diffusion_pytorch_model.safetensors"`,
361+
},
356362
gliner: {
357363
prettyLabel: "GLiNER",
358364
repoName: "GLiNER",

0 commit comments

Comments
 (0)