Palm-Sized City Sphere with Miniature Monument

A hyper-detailed miniature city balanced in a human hand, with its iconic monument atop a perfectly spherical diorama. Streets, buildings, and local trees curve naturally around the sphere under soft macro lighting.

Prompt

class Handheld_Micro_Planet:

    def __init__(self, target_city="[CITY_NAME]"):
        self.foundation = "A single, realistic human hand, palm up, cupping the object."
        self.scale = "Hyper-detailed 1:10000 miniature architectural diorama."
        self.optics = "Macro lens, shallow depth of field, blurred bright outdoor background."

    def construct_spherical_topology(self):
        # AI AUTO-INFERENCE: Fetch city-specific assets
        epicenter = infer_holiest_or_most_famous_monument(self.target_city)
        streets = infer_dense_local_architecture(self.target_city)
        flora = infer_local_trees(self.target_city)  # e.g., Palm trees, Pine trees

        # Deformation logic
        mesh = "A perfect 3D geometric sphere."
        mapping = f"Place {epicenter} prominently at the top pole. Wrap {streets}, curving multi-lane highways, and {flora} 360-degrees around the rest of the {mesh}. All buildings point outward relative to the surface normal."

        return mapping


render_macro_photography(Handheld_Micro_Planet())
Published: May 5, 2026 by