Modly extension for research-only Cube3D INT4 text-to-mesh generation with UI-managed weights and GLB output.
RESEARCH-ONLY UPSTREAM: Cube3D code and model artifacts are governed by the full CUBE3D Research-Only RAIL-MS License, including Attachment A. They are for academic and research use only. The MIT license in this repository covers only the original Modly wrapper code.
A Modly model extension that turns a text prompt into an untextured, geometry-only mesh using the pinned Roblox Cube3D runtime, a pinned INT4 Cube3D checkpoint, and a pinned local OpenAI CLIP checkpoint.
This extension does not generate textures, materials, or PBR assets.
License boundary Original wrapper files authored for this repository: MIT. The separate third-party notice in that file does not alter the MIT grant for the wrapper. The pinned Roblox Cube3D source commit and Cube3D-derived model artifacts remain subject to the CUBE3D Research-Only RAIL-MS License, including Attachment A, for academic and research use only. The checkpoint comes from the pinned TrNi/efficient-cube3d revision, which identifies Roblox/cube3d-v0.5 as its base model. Its Apache-2.0 repository metadata does not remove the upstream Cube3D restrictions. OpenAI CLIP is loaded from a pinned openai/clip-vit-large-patch14 revision under its included MIT License. This repository redistributes neither Cube3D source nor model weights. Setup retrieves the pinned source separately, while users download model assets through the Modly Models UI.
Read THIRDPARTYNOTICES.md before installing or using the extension.
Read the full README on GitHub →