Retro Diffusion have crafted a beautiful set of models and styles for creating game assets, character sprites, tiles, and other wonderful retro graphics. These models are trained specifically for grid-aligned, limited-palette pixel art. And now you can run them on Replicate. Retro Diffusion have four models on Replicate: rd-fast : replicate.com/retro-diffusion/rd-fast rd-plus : replicate.com/retro-diffusion/rd-plus rd-tile : replicate.com/retro-diffusion/rd-tile rd-animation : replicate.com/retro-diffusion/rd-animation These models have tons of different style presets to play with, and most of them support arbitrary width/height, input images, palette images, background removal, and seemless tiling. rd-fast : Fast pixel art image generation retro-diffusion/rd-fast is optimized for speed and supports 15 styles, from portraits to Minecraft-style items. Copy import replicate output = replicate.run( "retro-diffusion/rd-fast" , input = { "prompt" : "knight character, retro game asset, side view" , "style" : "game_asset" , "width" : 128 , "height" : 128 …