From 11be3b87cb2fc0f8cefb21427b1efd24e9980a20 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:36:41 +0000 Subject: [PATCH] Automated ingestion of prompt: 3D to 2D Floor Plan Converter --- .../3d_to_2d_floor_plan_converter_807.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 prompts/general/3d_to_2d_floor_plan_converter_807.md diff --git a/prompts/general/3d_to_2d_floor_plan_converter_807.md b/prompts/general/3d_to_2d_floor_plan_converter_807.md new file mode 100644 index 0000000..8f69ac7 --- /dev/null +++ b/prompts/general/3d_to_2d_floor_plan_converter_807.md @@ -0,0 +1,26 @@ +--- +title: "3D to 2D Floor Plan Converter" +contributor: "@senoldak" +tags: #general, #senoldak +--- + +{ + "task": "image_to_image", + "description": "Convert a furnished 3D interior render into a clean 2D architectural floor plan drawing", + "input_image": "3d_render_of_apartment_interior.png", + "prompt": "top-down 2D architectural floor plan, black and white technical drawing, clean vector-style lines, precise wall thickness, clearly defined rooms, labeled spaces with room names and square meter areas, doors with swing arcs, windows shown as breaks in walls, minimal shading, no perspective, orthographic projection, architectural blueprint style, professional residential floor plan, similar to CAD drawing", + "negative_prompt": "3d perspective, isometric view, realistic lighting, shadows, textures, furniture rendering, people, depth, photorealism, colors, gradients, soft edges, artistic sketch, hand drawn style", + "settings": { + "model": "sdxl", + "sampler": "DPM++ 2M Karras", + "steps": 30, + "cfg_scale": 7, + "denoising_strength": 0.65, + "resolution": { + "width": 1024, + "height": 1024 + } + }, + "output_expectation": "flat 2D floor plan similar to architectural plan drawings, suitable for real estate listings or construction documents" +} +