--- title: Autoforge emoji: 🏢 colorFrom: gray colorTo: yellow sdk: gradio sdk_version: 5.29.1 app_file: app.py pinned: false license: other short_description: Generating 3D printed layered models from an input image --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # AutoForge AutoForge is a Python tool for generating 3D printed layered models from an input image. Using a learned optimization strategy with a Gumbel softmax formulation, AutoForge assigns materials per layer and produces both a discretized composite image and a 3D-printable STL file. It also generates swap instructions to guide the printer through material changes during a multi-material print. \ **TLDR:** It uses a picture to generate a 3D layer image that you can print with a 3d printer. Similar to [Hueforge](https://shop.thehueforge.com/), but without the manual work (and without the artistic control). ## Example All examples use only the 13 BambuLab Basic filaments, currently available in Hueforge, the background color is set to black. The pruning is set to a maximum of 8 color and 20 swaps, so each image uses at most 8 different colors and swaps the filament at most 20 times.