Image ChatGPT Image 2
A tiny sushi metropolis rises from a dark slate tabletop
Macro food photography captures a miniature edible city built from rice, nigiri towers, cucumber bridges, and daikon lattice, garnished with micro herbs and sesame seeds.
Prompt
class scene: render_engine = infer("engine", from_style="macro_food_photography") camera = infer("lens", from_subject="edible_architecture") lighting = infer("light_rig", from_bg="dark_slate_tabletop") background = "matte_dark | vignette | subtle_reflection" material_law = "all elements = edible_medium | natural_food_colors" class sushimetropolis(scene): def base_platform(self): geometry = "rectangular_plinth | layered_rice_foundation" material = infer(rice_texture, from=cuisine.grain_type) color = infer(natural_palette, from=ingredient.freshness) scale = infer(display_size, from=culinary_presentation) return [geometry, material, color, scale] def upper_structures(self): towers = infer(nigiri_stacks, from=cuisine.regional_style) bridges = "cucumber_ribbons | daikon_lattice" density = "moderate — negative_space_for_plating" return [towers, bridges, density] def surface_detail(self): garnish = infer(micro_herbs, from=cuisine.garnish_tradition) sauces = infer(drizzle_pattern, from=chef.plating_style) texture = "sesame_scatter, nori_shreds, glaze_highlights" return [garnish, sauces, texture]
Published: May 21, 2026 by Gadgetify