From Zero to Animated 3D Model in <30 Mins — Direct export to Houdini & UE5 via a standalone local pipeline
Hi Everyone!
I wanted to share a technical showcase of a standalone local 3D pipeline project I've been building, called *Standalone Local Orchestration Platform*
I built this to solve a major bottleneck: going from an initial prompt/image concept to a fully rigged, animated 3D asset ready for game engines without relying on cloud subscription services, queue times, or complex terminal setups.
### 🛠️ How the pipeline works:
- **Text/Image-to-3D Baking:** Generates textured 3D meshes locally using Microsoft's Trellis 2.0 framework.
- **Automated Base Rigging & Retargeting in Houdini:** The system automatically generates a base Rigging and Retarget setup inside Houdini, giving technical artists full control to manually fine-tune joint placements and weights if needed.
- **1-Click Unreal Engine 5 Export:** Transfers the fully textured and animated character straight into UE5 via automated local RPC bridges.
- **Smart Folder Organizer:** Sorts 2D concepts, 3D meshes, prompt metadata, and turntable preview GIFs into clean subdirectories (`PackName/Asset_Timestamp/`) without zip bloat.
### 💡 Under the Hood (Backend Transparency):
The manager is built on top of **ComfyUI** and **Ollama**. Ollama handles the local prompt engineering and concept logic, while ComfyUI drives the underlying image generation and Trellis 3D baking. To prevent Out-of-Memory (OOM) crashes on consumer GPUs, the app automatically flushes local Ollama VRAM (`keep_alive: 0`) before executing ComfyUI generation cycles.
The application is compiled into a native Windows binary using Nuitka for speed and portability, running 100% offline on `127.0.0.1`.
I would love to hear your thoughts on this orchestration approach!