Pixal3D image-to-3D model extension for Modly. It converts a single input image into a textured GLB mesh.
Pixal3D image-to-3D model extension for Modly. It converts a single input image into a textured GLB mesh using the upstream TencentARC/Pixal3D model family and Modly-managed model storage.
This repository contains only the extension runtime, setup entrypoint, and a release-backed wheelhouse contract needed to prepare Pixal3D dependencies from a GitHub install. Model weights are not included; Modly downloads model assets through its UI into the normal Modly model storage.
What setup does creates venv/ inside the extension installs requirements.txt prepares the selected release-backed wheelhouse from wheelhouse.manifest.json installs native packages with pip install --no-index --find-links runs pip check creates logical Modly model-storage folders under the configured Modly models root
It does not download model weights and does not run generation.
wheelhouse.manifest.json pins the release tag, selected platform lane, archive filename, checksum, and fallback policy. Setup verifies the selected archive before extraction and installs native packages only from a verified local path using --no-index --find-links.
Read the full README on GitHub →