Curated Prompt Vault
Wooden Torus Miniature City Macro
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"…
Goku Prompt Hub
Curated Prompt Vault
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
Cover Preview
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