Goku Prompt Hub

Curated Prompt Vault

Wooden Torus Miniature City Macro

NB_09659 2026-07-01 x Content Creation
torusminiaturemacro

do this for {argument name="subject" default="Mecca"} : G = (V, E) where: V = { v₁: Torus(radius=R, layers=8, material={argument name="material" default="wood"…

Cover Preview

Wooden Torus Miniature City Macro

Cover Preview

Full Prompt

⚡Generate
do this for {argument name="subject" default="Mecca"} : G = (V, E) where:

V = {
  v₁: Torus(radius=R, layers=8, material={argument name="material" default="wood"}),
  v₂: City(landmarks={l₁...lₙ}, scale=1:100),
  v₃: Workshop(tools, bench, lighting),
  v₄: Camera(macro, f/2.8, 45°)
}

E = {
  (v₁, v₂, "surface_embedding"),
  (v₁, v₃, "located_in"),
  (v₁, v₄, "viewed_by"),
  (v₂.landmarks, v₁.layers, "distributed_across")
}

Constraints:
  ∀l ∈ landmarks: position(l) ∈ torus_surface
  ∀layer ∈ layers: wood_grain(layer) ≠ wood_grain(layer+1)
  
Generate(G) → Image