Home / Extensions
Catalog

Available extensions

Each extension adds an AI model to Modly that generates 3D from an image or a prompt. They all install by pasting a GitHub repository URL from the app's Models page.

16Extensions
published
2Extension
types
Community
extensions
ProcessJul 2026

modly-pymeshlab

Lorchie

A Modly workflow extension that runs mesh post-processing through PyMeshLab — clean, simplify, repair, and prepare 3D meshes for the web, low-poly use, or 3D printing.

ProcessJul 2026

modly-sprite-pipeline

Lorchie

One Modly extension, six nodes, one goal: turn the output 3D generation into game-ready pixel-art sprites

ProcessJul 2026

modly-comfyUI

@Lorchie

Run any ComfyUI workflow from inside a Modly workflow.

ProcessJul 2026

SkinTokens

@DrHepa

Modly extension for SkinTokens/TokenRig mesh auto-rigging, skin weight generation, and rigged GLB workflow output.

ModelJul 2026

Cube3d

@DrHepa

Modly extension for research-only Cube3D INT4 text-to-mesh generation with UI-managed weights and GLB output.

ModelJul 2026

DreamCube

@DrHepa

Modly extension for DreamCube RGB-D panorama and navigable scene generation with UI-managed weights.

ModelJul 2026

Codex-Image(GPT image 2.0)

@DrHepa

Modly extension for Codex image workflows, AI image generation, and image editing inside Modly.

ModelJul 2026

Kimodo

@DrHepa

Modly extension for KIMODO motion generation, kinematic motion diffusion, and GLB rig retargeting workflows.

ModelJul 2026

Shap-E

@DrHepa

Modly extension for OpenAI Shap-E text-to-3D generation with GLB mesh output and PLY sidecars.

ModelJul 2026

Wan22-TI2V-5B

@DrHepa

Wan2.2 TI2V 5B image-to-video extension for Modly

ModelJul 2026

Pi3 and Pi3X

@DrHepa

Modly extension for Pi3 single-image and Pi3X multi-view 3D reconstruction with GLB/PLY point clouds and structured sidecar outputs.

ProcessJul 2026

MOSS-SoundEffect

@DrHepa

Modly extension for MOSS-SoundEffect v2 text-to-audio sound effect generation with WAV workflow output.

ModelJul 2026

Hunyuan3d- Part

@DrHepa

Modly extension for Hunyuan3D Part workflows and AI-powered 3D asset generation.

ModelJul 2026

Trellis Text

@DrHepa

Modly extension for generating textured 3D meshes from text prompts using Microsoft's TRELLIS text models.

ProcessJul 2026

UniRig

@DrHepa

Modly extension for UniRig processing, automatic rigging, and 3D character rig preparation.

ModelJul 2026

Pixal3D

@DrHepa

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

Installation

Install an extension in 3 steps

01

Open “Models”

In the app, go to the Models page and click Install from GitHub.

02

Paste the URL

Enter the HTTPS URL of the extension's repository, then confirm the installation.

03

Download the model

Once the extension is installed, download the model or one of its variants.

Build your own extension

An extension is just a GitHub repository with a manifest.json and a generator.py. Plug in any 3D generation model, from an image or a prompt.

Developer guideSubmit an extension