muapi-interior-design-visualizer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseInterior Design Visualizer
室内设计可视化工具
Visualize interior design by generating an empty room and filling it with stylish furniture and decor, or by redesigning an existing room.
Estimated credits: ~100 per run.
通过生成空房间并布置时尚家具与装饰,或重新设计现有房间,实现室内设计可视化。
预估消耗积分: 每次运行约100积分。
Inputs
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | no | modern living room | The type of room to design (e.g. living room, bedroom, office). |
| text | no | contemporary minimalist | The aesthetic style (e.g. Scandinavian, Industrial, Bohemian). |
| image_url | no | — | Optional image of an empty room to be used as a base. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| 文本 | 否 | modern living room | 要设计的房间类型(例如客厅、卧室、办公室)。 |
| 文本 | 否 | contemporary minimalist | 美学风格(例如斯堪的纳维亚风格、工业风、波西米亚风)。 |
| 图片链接 | 否 | — | 可选的空房间图片,用作设计基底。 |
Steps
操作步骤
Phase A — Room Setup
阶段A — 房间搭建
If is not provided, submit the plan with ONE step to generate an empty base room:
{{empty_room_image}}- Empty Room Generation — (model=
muapi image generate):gpt-image-2-text-to-image- Prompt:
A professional wide-angle photograph of a completely empty {{room_type}} with {{design_style}} architecture. Large windows with natural light, clean wooden or tiled flooring, white or neutral-colored walls, no furniture, high ceiling. High-quality architectural photography, cinematic look. - Aspect ratio: 4:3 or 1:1
- Prompt:
Present the empty room to the user.
如果未提供,则提交包含以下一个步骤的计划来生成空基底房间:
{{empty_room_image}}- 空房间生成 — (模型=
muapi image generate):gpt-image-2-text-to-image- 提示词:
A professional wide-angle photograph of a completely empty {{room_type}} with {{design_style}} architecture. Large windows with natural light, clean wooden or tiled flooring, white or neutral-colored walls, no furniture, high ceiling. High-quality architectural photography, cinematic look. - 宽高比:4:3或1:1
- 提示词:
将生成的空房间展示给用户。
Phase B — Furnishing & Styling
阶段B — 家具布置与风格设计
Once the base room is ready, submit the plan to fill it with furniture:
- Room Furnishing — (model=
muapi image edit):nano-banana-2-edit- Reference Image: The empty room image from Phase A (or the user-provided ).
{{empty_room_image}} - Prompt:
A stunningly designed {{room_type}} filled with high-end furniture in a {{design_style}} style. Includes a comfortable sofa, stylish coffee table, elegant rug, indoor plants, decorative wall art, and ambient lighting. The furniture placement is natural and architecturally sound. Photorealistic textures, soft lighting, cozy and inviting atmosphere, 8k resolution. - Aspect ratio: Same as the base image.
- Reference Image: The empty room image from Phase A (or the user-provided
After generation, present the final interior design visualization to the user. You can offer to generate variations with different styles (e.g., "Change style to Industrial").
基底房间准备就绪后,提交计划为其布置家具:
- 房间家具布置 — (模型=
muapi image edit):nano-banana-2-edit- 参考图片:阶段A生成的空房间图片(或用户提供的)。
{{empty_room_image}} - 提示词:
A stunningly designed {{room_type}} filled with high-end furniture in a {{design_style}} style. Includes a comfortable sofa, stylish coffee table, elegant rug, indoor plants, decorative wall art, and ambient lighting. The furniture placement is natural and architecturally sound. Photorealistic textures, soft lighting, cozy and inviting atmosphere, 8k resolution. - 宽高比:与基底图片一致。
- 参考图片:阶段A生成的空房间图片(或用户提供的
生成完成后,向用户展示最终的室内设计可视化效果。你可以提供生成不同风格变体的选项(例如:"切换为工业风格")。
Trigger Keywords
触发关键词
interior designroom visualizerfurniture designhome decorredesign roominterior designroom visualizerfurniture designhome decorredesign roomNotes 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}}