Spaces:
Runtime error
Runtime error
Commit
·
6b225ac
1
Parent(s):
4654883
New Dungeon Map settings
Browse files
app.py
CHANGED
@@ -64,6 +64,24 @@ style_list = [
|
|
64 |
"prompt": "Simple dungeon grid map for D&D in the style of {prompt}. 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, detailed topographic textures, clear navigational markers, key points of interest (like treasure rooms, traps, and secret passages), vibrant colors for clarity, parchment-like background texture, and optimized for tabletop and tactical gameplay. Designed for immersive and strategic D&D adventures.",
|
65 |
"negative_prompt": "Modern digital maps, bland designs, low-detail features, inaccurate grids (non-5-foot alignment), futuristic styles, chaotic layouts, unlabeled locations, minimalist aesthetics, disproportionate scales, or non-immersive elements."
|
66 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
{
|
69 |
"name": "D&D Quest Art",
|
|
|
64 |
"prompt": "Simple dungeon grid map for D&D in the style of {prompt}. 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, detailed topographic textures, clear navigational markers, key points of interest (like treasure rooms, traps, and secret passages), vibrant colors for clarity, parchment-like background texture, and optimized for tabletop and tactical gameplay. Designed for immersive and strategic D&D adventures.",
|
65 |
"negative_prompt": "Modern digital maps, bland designs, low-detail features, inaccurate grids (non-5-foot alignment), futuristic styles, chaotic layouts, unlabeled locations, minimalist aesthetics, disproportionate scales, or non-immersive elements."
|
66 |
},
|
67 |
+
{
|
68 |
+
"name": "Dungeon Map new",
|
69 |
+
"prompt": "Generate a complete multi-room dungeon grid map for D&D in the style of {prompt}. A fully connected dungeon layout with intricate details: winding paths, diverse room sizes, hallways, secret doors, hidden traps, treasure rooms, and themed areas (e.g., crypts, libraries, caverns). The map includes a 1-inch grid layout (5 feet per square) for tactical gameplay, using an ancient cartography style. Features clear markers for doors (open or locked), stairs (ascending or descending), traps, and labeled points of interest with immersive fantasy details. Rendered on a parchment-like background texture, with topographic elements for height variation (stairs, elevations). Optimized for tabletop gaming, adventure planning, and immersive storytelling in high resolution.",
|
70 |
+
"negative_prompt": "Empty maps without multiple rooms, futuristic elements, modern styles, disorganized layouts, poorly detailed textures, unlabeled or oversimplified designs, off-scale grids, and overly plain or minimalist aesthetics.",
|
71 |
+
"additional_settings": {
|
72 |
+
"interconnected_rooms": true,
|
73 |
+
"irregular_shapes": true,
|
74 |
+
"varying_sizes": true,
|
75 |
+
"pathing_algorithm": "maze-like or organic growth",
|
76 |
+
"map_size_scaling": "Adaptable to image dimensions",
|
77 |
+
"clear_labels": ["Points of Interest", "Secret Doors", "Traps", "Treasure Rooms"],
|
78 |
+
"color_palette": {
|
79 |
+
"background": "Parchment-like",
|
80 |
+
"rooms": "Earth tones",
|
81 |
+
"details": "Vibrant for key features (traps, treasures, etc.)"
|
82 |
+
}
|
83 |
+
}
|
84 |
+
},
|
85 |
|
86 |
{
|
87 |
"name": "D&D Quest Art",
|