WHAT WE ARE BUILDING
InterForge is a Tauri 2.0 desktop application. Every stage runs on your machine — the AI models, the image generation, the mesh pipeline. Nothing is sent to a server.
THE PIPELINE
Write a prompt, choose an asset type (character, weapon, prop, creature…) and an art style. ComfyUI runs Juggernaut XL v9 entirely locally and returns your concept image. Lock it to continue.
Takes the locked prospect image and generates four orthographic views — front, right, left, top. Background removal via rembg. Each view is locked independently before moving to Forge.
The Python engine converts smelted views into a game-ready mesh. Multi-view depth merging, contour tracing, CadQuery lofting, Open3D smoothing, vertex-color GLB export, LOD0–LOD3 generation.
SPRITE PIPELINE — IN DEVELOPMENT
Frame extraction, angle tiling, background removal, sprite sheet packing, and Godot / Unity atlas export. Built alongside the mesh pipeline.
THE STACK
PRINCIPLES
Every model, every generation, every export runs on your hardware. The backend lives at localhost.
No telemetry. No accounts required. No prompts or images ever leave your machine.
The mesh pipeline is entirely headless Python. No external DCC tools required to produce a game-ready mesh.
The pipeline is transparent. Every stage is inspectable, replaceable, and free to run.