muapi-floor-plan-rendering
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFloor Plan Rendering
平面图渲染
Design a 2D floor plan and convert it into a realistic, high-quality 3D architectural rendering.
Estimated credits: ~120 per run.
设计2D平面图并将其转换为逼真、高质量的3D建筑渲染图。
预估积分: 每次运行约120积分。
Inputs
输入项
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | yes | — | Description of the floor plan (e.g. "a modern 2-bedroom apartment with a balcony and open kitchen"). |
| image_url | no | — | Optional 2D floor plan image to use as a starting point. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| 文本 | 是 | — | 平面图描述(例如:"一套带阳台和开放式厨房的现代两居室公寓")。 |
| 图片链接 | 否 | — | 可选的2D平面图图片,用作起点。 |
Steps
步骤
Phase A — 2D Floor Plan Design
阶段A — 2D平面图设计
If is not provided, submit the plan with ONE step to create the 2D blueprint:
{{base_plan_image}}- Floor Plan Generation — (model=
muapi image generate):nano-banana-2- Prompt:
A professional, clean 2D architectural floor plan of {{floor_plan_description}}. Top-down view, technical drawing style, white background, black lines, labeled rooms (Living Room, Kitchen, Bedroom, etc.), high contrast, minimalist design. - Aspect ratio: 4:3 or 1:1
- Prompt:
Present the 2D plan to the user for approval.
如果未提供,则提交单步计划创建2D蓝图:
{{base_plan_image}}- 平面图生成 — (model=
muapi image generate):nano-banana-2- 提示词:
{{floor_plan_description}}的专业、简洁的2D建筑平面图。俯视图,技术绘图风格,白色背景,黑色线条,标注房间(客厅、厨房、卧室等),高对比度,极简设计。 - 宽高比:4:3或1:1
- 提示词:
将2D平面图提交给用户确认。
Phase B — 3D Rendering
阶段B — 3D渲染
Once the 2D plan is ready, submit the plan to convert it into a realistic 3D visualization:
- 3D Conversion — (model=
muapi image edit):nano-banana-2-edit- Reference Image: The 2D plan from Phase A.
- Prompt:
A stunning, realistic 3D isometric cutaway rendering of the architectural floor plan. Photorealistic textures, warm wooden flooring, modern furniture, soft natural sunlight coming from windows, realistic shadows. High-end architectural visualization, cinematic look, 8k resolution, clean white studio background. - Aspect ratio: 4:3 or 1:1
After generation, present the final 3D rendering to the user.
一旦2D平面图准备就绪,提交计划将其转换为逼真的3D可视化效果:
- 3D转换 — (model=
muapi image edit):nano-banana-2-edit- 参考图片:阶段A生成的2D平面图。
- 提示词:
该建筑平面图的精美、逼真的3D等距剖视图渲染。照片级真实纹理,温暖的木质地板,现代家具,柔和的自然光从窗户照入,逼真的阴影。高端建筑可视化效果,电影级质感,8K分辨率,干净的白色工作室背景。 - 宽高比:4:3或1:1
生成后,将最终的3D渲染图呈现给用户。
Trigger Keywords
触发关键词
3d floor planarchitectural rendering2d to 3d planhouse designinterior plan3d floor planarchitectural rendering2d to 3d planhouse designinterior planNotes for the Executing Agent
执行Agent注意事项
- This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call CLI commands. Use
muapifirst ifmuapi auth configureis unset.MUAPI_API_KEY - For model IDs without a CLI alias yet, fall back to the raw endpoint via and poll with
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'.muapi predict wait <request_id> - Substitute placeholders with the user's actual inputs before issuing each call.
{{input_name}}
- 本流程由LLM编排:阅读每个阶段,向用户收集缺失的输入,然后调用CLI命令。如果
muapi未设置,请先使用MUAPI_API_KEY进行配置。muapi auth configure - 对于尚未有CLI别名的模型ID,可通过回退到原始端点,并使用
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'进行轮询。muapi predict wait <request_id> - 在发出每个调用前,将占位符替换为用户的实际输入。
{{input_name}}