Roboter verwandelt KI-Bilder in Pixel-Art aus Lego
Ein paar Prompts in ein LLM zu schmeißen, um ein Bild zu generieren, ist näher an Diebstahl als an Kunst. Dieses Bild dann aber durch einen selbstgebauten und -programmierten Lego-Roboter zu jagen, der daraus ein 32x32 Lego-Pixel großes Abbild baut und das dann auch noch „drucken“ kann, ist ein anderer Schnack. Code is poetry. (Und in diesem Fall auch öffentlich auf Github.)
With the Pixelbot 3000, users simply have to type in what artwork they want the printer to create. The prompt is sent to OpenAI’s DALL-E 3, which the underlying code requests as being generated in a cartoon style to produce a simplified image that’s 1024 x 1024 pixels in size.
The mosaics assembled by the printer are limited to a much smaller grid that’s just 32 x 32 Lego tiles in size, but instead of resizing the image generated by DALL-E 3 to make it smaller, the Pixelbot 3000’s code divides the AI-generated image into a 32 x 32 grid and samples the color of the center pixel in each square. This results in a high-contrast scaled image that produces a better mosaic in the end.