Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
beef563
1
Parent(s):
e6bc21f
Black & White Dungeon Map update
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ style_list = [
|
|
55 |
|
56 |
{
|
57 |
"name": "D&D Map",
|
58 |
-
"prompt": "dungeons & dragons map artwork of {prompt}. In the
|
59 |
"negative_prompt": "modern maps, bland, plain, low detail, inaccurate grids (non-5-foot alignment), futuristic, chaotic, unlabeled locations, minimalist, non-immersive, disproportionate landmarks."
|
60 |
},
|
61 |
|
@@ -66,7 +66,7 @@ style_list = [
|
|
66 |
},
|
67 |
{
|
68 |
"name": "Black & White Dungeon Map",
|
69 |
-
"prompt": "Detailed top-down black and white dungeon grid map for
|
70 |
"negative_prompt": "Modern digital maps, color maps, bland designs, low-detail features, inaccurate grids (non-5-foot alignment), futuristic styles, chaotic layouts, unlabeled locations, minimalist aesthetics, disproportionate scales, photorealistic elements, 3D rendering, or non-immersive elements."
|
71 |
},
|
72 |
{
|
@@ -429,7 +429,7 @@ with gr.Blocks(css=css) as demo:
|
|
429 |
minimum=1,
|
430 |
maximum=50,
|
431 |
step=1,
|
432 |
-
value=
|
433 |
)
|
434 |
|
435 |
# Examples with styles
|
|
|
55 |
|
56 |
{
|
57 |
"name": "D&D Map",
|
58 |
+
"prompt": "dungeons & dragons map artwork of {prompt}. In the style of Dungeon Tiles, Intricate fantasy map with a precise 1-inch visible grid layout adhering to D&D rules (5 feet per square), ancient cartography style, clearly labeled locations, key landmarks, navigational markers, topographic textures, detailed compass rose, parchment-like texture, vibrant rich colors, immersive design, optimized for tabletop gameplay and tactical use.",
|
59 |
"negative_prompt": "modern maps, bland, plain, low detail, inaccurate grids (non-5-foot alignment), futuristic, chaotic, unlabeled locations, minimalist, non-immersive, disproportionate landmarks."
|
60 |
},
|
61 |
|
|
|
66 |
},
|
67 |
{
|
68 |
"name": "Black & White Dungeon Map",
|
69 |
+
"prompt": "Detailed top-down black and white dungeon grid map for {prompt}. In the style of a D&D Dungeon Map Builder. An intricate fantasy map with a precise 1-inch visible grid layout (5 feet per square) following D&D rules, featuring ancient cartography style, labeled dungeon rooms with descriptions like: winding corridors, room with barrels and chest, room with beds, room with sarcophagus, room with table and chair, room with bed and figure, room with stairs and plants, room with windows. Detailed topographic textures, ink drawing, sketch, hand-drawn lines, cave-like walls for corridors.",
|
70 |
"negative_prompt": "Modern digital maps, color maps, bland designs, low-detail features, inaccurate grids (non-5-foot alignment), futuristic styles, chaotic layouts, unlabeled locations, minimalist aesthetics, disproportionate scales, photorealistic elements, 3D rendering, or non-immersive elements."
|
71 |
},
|
72 |
{
|
|
|
429 |
minimum=1,
|
430 |
maximum=50,
|
431 |
step=1,
|
432 |
+
value=6,
|
433 |
)
|
434 |
|
435 |
# Examples with styles
|