muapi-floor-plan-rendering

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Floor 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

输入项

NameTypeRequiredDefaultDescription
floor_plan_description
textyesDescription of the floor plan (e.g. "a modern 2-bedroom apartment with a balcony and open kitchen").
base_plan_image
image_urlnoOptional 2D floor plan image to use as a starting point.
名称类型是否必填默认值描述
floor_plan_description
文本平面图描述(例如:"一套带阳台和开放式厨房的现代两居室公寓")。
base_plan_image
图片链接可选的2D平面图图片,用作起点。

Steps

步骤

Phase A — 2D Floor Plan Design

阶段A — 2D平面图设计

If
{{base_plan_image}}
is not provided, submit the plan with ONE step to create the 2D blueprint:
  1. Floor Plan Generation
    muapi image generate
    (model=
    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
Present the 2D plan to the user for approval.
如果未提供
{{base_plan_image}}
,则提交单步计划创建2D蓝图:
  1. 平面图生成
    muapi image generate
    (model=
    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:
  1. 3D Conversion
    muapi image edit
    (model=
    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可视化效果:
  1. 3D转换
    muapi image edit
    (model=
    nano-banana-2-edit
    ):
    • 参考图片:阶段A生成的2D平面图。
    • 提示词:
      该建筑平面图的精美、逼真的3D等距剖视图渲染。照片级真实纹理,温暖的木质地板,现代家具,柔和的自然光从窗户照入,逼真的阴影。高端建筑可视化效果,电影级质感,8K分辨率,干净的白色工作室背景。
    • 宽高比:4:3或1:1
生成后,将最终的3D渲染图呈现给用户。

Trigger Keywords

触发关键词

3d floor plan
,
architectural rendering
,
2d to 3d plan
,
house design
,
interior plan

3d floor plan
,
architectural rendering
,
2d to 3d plan
,
house design
,
interior plan

Notes for the Executing Agent

执行Agent注意事项

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
    muapi
    CLI commands. Use
    muapi auth configure
    first if
    MUAPI_API_KEY
    is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    and poll with
    muapi predict wait <request_id>
    .
  • Substitute
    {{input_name}}
    placeholders with the user's actual inputs before issuing each call.
  • 本流程由LLM编排:阅读每个阶段,向用户收集缺失的输入,然后调用
    muapi
    CLI命令。如果
    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}}
    占位符替换为用户的实际输入。