{ "id": "trellis_mac", "name": "TRELLIS.2 (local, SOTA)", "category": "mesh-gen", "description": "Image → GLB + baked PBR locally via the TRELLIS.2 MPS/Metal port (best open-weights quality on Apple Silicon, ~3-5 min/gen). Weights need a one-time HuggingFace login (facebook/dinov3-vitl16, briaai/RMBG-2.0). Note: 1536 is upstream-only; Mac port maxes at 1024_cascade.", "accepts": ["image"], "produces": ["model"], "resources": "gpu", "entry": "run.py", "python": "vendor/trellis-mac/.venv/bin/python", "params_schema": { "type": "object", "properties": { "pipeline_type": {"type": "string", "enum": ["512", "1024", "1024_cascade"], "default": "1024", "description": "Resolution tier (1024_cascade = highest quality on Mac)"}, "texture_size": {"type": "integer", "enum": [512, 1024, 2048], "default": 2048, "description": "Baked texture resolution"}, "seed": {"type": "integer", "default": 0, "description": "Random seed"}, "no_texture": {"type": "boolean", "default": false, "description": "Geometry only (skip texture stage, much faster)"} } } }