From 0b3833954dca47b4bf40da578ed3dd3dbeb6a30d Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:36:43 +0000 Subject: [PATCH] Automated ingestion of prompt: Mechanical Part Render to Technical Drawing Converter --- ..._render_to_technical_drawing_conver_808.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 prompts/general/mechanical_part_render_to_technical_drawing_conver_808.md diff --git a/prompts/general/mechanical_part_render_to_technical_drawing_conver_808.md b/prompts/general/mechanical_part_render_to_technical_drawing_conver_808.md new file mode 100644 index 0000000..c95151c --- /dev/null +++ b/prompts/general/mechanical_part_render_to_technical_drawing_conver_808.md @@ -0,0 +1,26 @@ +--- +title: "Mechanical Part Render to Technical Drawing Converter" +contributor: "@senoldak" +tags: #general, #senoldak +--- + +{ + "task": "image_to_image", + "description": "Convert a 3D mechanical part render into a fully dimensioned manufacturing drawing", + "input_image": "3d_render_of_pipe_or_mechanical_part.png", + "prompt": "mechanical engineering drawing, multi-view orthographic projection, front view, top view, side view and section view, fully dimensioned technical drawing, precise numeric measurements in millimeters, diameter symbols, radius annotations, hole count notation, center lines, section hatching, consistent line weights, ISO mechanical drafting standard, black ink on white background, manufacturing-ready documentation", + "negative_prompt": "artistic style, perspective view, soft shading, textures, realistic lighting, colors, decorative rendering, sketch, hand-drawn look, incomplete dimensions", + "settings": { + "model": "sdxl", + "sampler": "DPM++ 2M Karras", + "steps": 40, + "cfg_scale": 6, + "denoising_strength": 0.5, + "resolution": { + "width": 1024, + "height": 1024 + } + }, + "output_expectation": "ISO-style mechanical drawing with clear dimensions suitable for CNC, casting, or fabrication reference" +} +