File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -594,6 +594,13 @@ from inference import Mars5TTS
594594mars5 = Mars5TTS.from_pretrained("${ model . id } ")` ,
595595] ;
596596
597+ export const matanyone = ( model : ModelData ) : string [ ] => [
598+ `# Install from https://github.com/pq-yang/MatAnyone.git
599+
600+ from matanyone.model.matanyone import MatAnyone
601+ model = MatAnyone.from_pretrained("${ model . id } ")` ,
602+ ] ;
603+
597604export const mesh_anything = ( ) : string [ ] => [
598605 `# Install from https://github.com/buaacyw/MeshAnything.git
599606
Original file line number Diff line number Diff line change @@ -476,6 +476,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
476476 countDownloads : `path:"mars5_ar.safetensors"` ,
477477 snippets : snippets . mars5_tts ,
478478 } ,
479+ matanyone : {
480+ prettyLabel : "MatAnyone" ,
481+ repoName : "MatAnyone" ,
482+ repoUrl : "https://github.com/pq-yang/MatAnyone" ,
483+ snippets : snippets . matanyone ,
484+ filter : false ,
485+ } ,
479486 "mesh-anything" : {
480487 prettyLabel : "MeshAnything" ,
481488 repoName : "MeshAnything" ,
You can’t perform that action at this time.
0 commit comments