xtts-gguf / package.json
bnewton-genmedlabs's picture
Initial GGUF implementation with C++ inference engine
4688879 verified
{
"name": "@genmedlabs/xtts-gguf",
"version": "0.1.0",
"description": "XTTS v2 GGUF - Memory-efficient TTS for mobile",
"main": "react-native/XTTSModule.ts",
"repository": {
"type": "git",
"url": "https://huggingface.co/GenMedLabs/xtts-gguf"
},
"keywords": [
"tts",
"xtts",
"gguf",
"react-native",
"speech"
],
"author": "GenMedLabs",
"license": "Apache-2.0",
"peerDependencies": {
"react-native": ">=0.70.0",
"react-native-fs": "^2.20.0"
}
}