File size: 657 Bytes
2addb49 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"schema": "trellis-webgpu-variant",
"version": 1,
"id": "text-base",
"conditioning": "text",
"upstream": {
"model": {
"repo": "microsoft/TRELLIS-text-base",
"revision": "f8e8cf00c40d53dea26b718e49169ce83cf24c67",
"license": "mit"
},
"encoder": {
"repo": "openai/clip-vit-large-patch14",
"revision": "32bd64288804d66eefd0ccbe215aa642df71cc41",
"license": "mit"
}
},
"tokenizer": "tokenizer.json",
"stages": {
"encoder": "textEncoder/manifest.json",
"sparseStructureFlow": "sparseStructureFlow/manifest.json",
"structuredLatentFlow": "structuredLatentFlow/manifest.json"
}
}
|