{"id":50740031,"url":"https://github.com/lightningpixel/modly-trellis2-gguf-extension","last_synced_at":"2026-06-10T16:32:04.184Z","repository":{"id":353429663,"uuid":"1219383941","full_name":"lightningpixel/modly-trellis2-gguf-extension","owner":"lightningpixel","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-08T11:45:46.000Z","size":1624,"stargazers_count":10,"open_issues_count":2,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T13:37:47.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightningpixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-23T20:27:07.000Z","updated_at":"2026-05-08T11:46:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lightningpixel/modly-trellis2-gguf-extension","commit_stats":null,"previous_names":["lightningpixel/modly-trellis2-gguf-extension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lightningpixel/modly-trellis2-gguf-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly-trellis2-gguf-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly-trellis2-gguf-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly-trellis2-gguf-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly-trellis2-gguf-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightningpixel","download_url":"https://codeload.github.com/lightningpixel/modly-trellis2-gguf-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly-trellis2-gguf-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34161283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-10T16:32:00.362Z","updated_at":"2026-06-10T16:32:04.180Z","avatar_url":"https://github.com/lightningpixel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trellis.2 GGUF — Modly Extension\n\nConvert a single image into a 3D mesh in one pass, using the [Trellis.2 GGUF](https://huggingface.co/Aero-Ex/Trellis2-GGUF) model by Aero-Ex.\n\n---\n\n## Basic workflow\n\n![Default workflow — image to mesh to textured mesh](docs/default-workflow.png)\n\nThe workflow above is the recommended starting point. It chains the two nodes back-to-back:\n\n![Example output — generated mesh with texture](docs/generated.png)\n\n1. **Generate Mesh** — takes an image and produces a geometry-only GLB\n2. **Texture Mesh** — takes the same image and the generated mesh, and bakes textures onto it\n\n---\n\n## Nodes\n\n### Generate Mesh\n\n| Parameter | Description | Default |\n|---|---|---|\n| `image` | Input image (any background — it will be removed) | — |\n| `pipeline` | Quality preset: `fast` (512), `balanced` (1024), `high` (1024 cascade), `ultra` (1536 cascade) | `balanced` |\n| `quantization` | GGUF quant level (Q4_K_M → Q8_0). Lower = less VRAM, less quality | `Q5_K_M` |\n| `ss_steps` | Sparse-structure diffusion steps | `25` |\n| `slat_steps` | Shape SLaT diffusion steps | `25` |\n| `foreground_ratio` | How much of the frame the subject should fill (0–1) | `0.85` |\n| `remesh_resolution` | Dual-contouring grid resolution for the output mesh | `256` |\n| `seed` | Reproducibility seed | `0` |\n\n**Output:** geometry GLB (no texture)\n\n### Texture Mesh\n\n| Parameter | Description | Default |\n|---|---|---|\n| `image` | Same input image used for generation | — |\n| `mesh` | GLB mesh to texture (from Generate Mesh) | — |\n| `texture_resolution` | Texture map size in pixels | `1024` |\n| `atlas_size` | UV atlas packing resolution | `2048` |\n| `texture_steps` | Texture diffusion steps | `12` |\n| `guidance_strength` | CFG guidance for texture diffusion | `3.0` |\n| `foreground_ratio` | Should match the value used in Generate Mesh | `0.85` |\n| `seed` | Reproducibility seed | `0` |\n\n**Output:** textured GLB\n\n---\n\n## Model source\n\nWeights: [Aero-Ex/Trellis2-GGUF](https://huggingface.co/Aero-Ex/Trellis2-GGUF) on HuggingFace\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightningpixel%2Fmodly-trellis2-gguf-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightningpixel%2Fmodly-trellis2-gguf-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightningpixel%2Fmodly-trellis2-gguf-extension/lists"}