Converts 3D mechanical part renders into fully dimensioned technical drawings.
{
"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"
}This prompt transforms an input 3D render image of a mechanical part into an ISO-standard manufacturing drawing. It generates multi-view orthographic projections with precise dimensions, annotations, and hatching using image-to-image processing. The output is a clean, black-and-white technical document ready for CNC or fabrication use.
Replace these parts of the prompt with your own details.
A 1024x1024 black-and-white orthographic drawing showing front, top, side, and section views of a pipe fitting with millimeter dimensions, center lines, and ISO hatching.
It generates plausible dimensions based on the image but requires manual verification for accuracy.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by senoldak. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.