Home / Extensions / Pixal3D

Pixal3D

Model
@DrHepa· Jul 2026
About

Pixal3D image-to-3D model extension for Modly. It converts a single input image into a textured GLB mesh.

Repository
https://github.com/DrHepa/modly-pixal3d-extension
View on GitHub
Install in Modly
  1. 1
    Open “Models” in the app
    Go to the Models page and click Install from GitHub.
  2. 2
    Paste the repository URL
    Use the Copy button above, then confirm the installation.
  3. 3
    Download the model
    Once installed, download the model or one of its variants.
Documentation

From the project README

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 →
← Browse all extensions