muapi-interior-design
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseInterior Design
室内设计
Create professional interior design visualizations — redesign existing rooms, generate new room concepts, or visualize specific furniture styles in a space.
Estimated credits: ~70 per run.
创建专业的室内设计可视化效果——重新设计现有房间、生成全新房间概念,或在空间中呈现特定家具风格的可视化效果。
预估消耗点数: ~70/次运行。
Inputs
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | yes | — | The type of room (e.g. "modern living room", "scandinavian kitchen", "luxury master bedroom", "minimalist home office"). |
| text | no | modern minimalist | The aesthetic direction (e.g. "japandi", "industrial loft", "boho chic", "mid-century modern", "art deco"). |
| text | no | neutral tones with wood accents | Preferred colors and materials (e.g. "sage green and brass", "monochrome black and white", "warm terracotta"). |
| text | no | — | Particular items to include (e.g. "large floor-to-ceiling windows", "velvet green sofa", "statement pendant light"). |
| image_url | no | — | Optional photo of an existing room to redesign or use as layout reference. |
| 名称 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
| 文本 | 是 | — | 房间类型(例如 "modern living room"、"scandinavian kitchen"、"luxury master bedroom"、"minimalist home office")。 |
| 文本 | 否 | modern minimalist | 美学风格方向(例如 "japandi"、"industrial loft"、"boho chic"、"mid-century modern"、"art deco")。 |
| 文本 | 否 | neutral tones with wood accents | 偏好的色彩和材质(例如 "sage green and brass"、"monochrome black and white"、"warm terracotta")。 |
| 文本 | 否 | — | 需要包含的特定元素(例如 "large floor-to-ceiling windows"、"velvet green sofa"、"statement pendant light")。 |
| 图片URL | 否 | — | 可选的现有房间照片,用于重新设计或作为布局参考。 |
Steps
步骤
Phase A — Room Concept / Redesign
阶段A — 房间概念/重新设计
Submit the plan with ONE or TWO steps:
-
Main Visualization — Ifis provided, use
{{room_photo}}(model=muapi image edit); otherwise useflux-kontext-pro-i2i(model=muapi image generate):nano-banana-pro- Prompt:
Professional interior design visualization of a {{room_type}}. Style: {{design_style}}. Color palette: {{color_palette}}. {{specific_elements}}. Cinematic lighting, architectural photography style, wide angle lens, 8k resolution, photorealistic textures. High-end interior design magazine quality. - If is used, add:
{{room_photo}}Maintain the structural layout and window placement of the reference room. Completely transform the furniture, decor, and wall finishes to match the new style. - Aspect ratio: 16:9 (standard for room views)
- Prompt:
-
Alternative Angle (Optional) —(model=
muapi image generate):bytedance-seedream-v4.5- Prompt:
A different perspective/closeup of the same {{room_type}} — focus on the textures and lighting of the {{specific_elements}}. {{design_style}} aesthetic, {{color_palette}}. Professional interior photography.
- Prompt:
After generation:
- Present the new room design
- Offer to "expand the room" using to see more of the space
ai-image-extension - Suggest adding a 3D-style walkthrough video using
kling-v3.0-pro-image-to-video - Offer to generate a specific mood board for this design
提交包含一或两个步骤的方案:
-
主可视化图 — 如果提供了,使用
{{room_photo}}(模型=muapi image edit);否则使用flux-kontext-pro-i2i(模型=muapi image generate):nano-banana-pro- 提示词:
Professional interior design visualization of a {{room_type}}. Style: {{design_style}}. Color palette: {{color_palette}}. {{specific_elements}}. Cinematic lighting, architectural photography style, wide angle lens, 8k resolution, photorealistic textures. High-end interior design magazine quality. - 如果使用,添加:
{{room_photo}}Maintain the structural layout and window placement of the reference room. Completely transform the furniture, decor, and wall finishes to match the new style. - 宽高比: 16:9(房间视图标准比例)
- 提示词:
-
备选视角(可选) —(模型=
muapi image generate):bytedance-seedream-v4.5- 提示词:
A different perspective/closeup of the same {{room_type}} — focus on the textures and lighting of the {{specific_elements}}. {{design_style}} aesthetic, {{color_palette}}. Professional interior photography.
- 提示词:
生成完成后:
- 展示新的房间设计
- 提供使用「扩展房间」以查看更多空间的选项
ai-image-extension - 建议使用生成3D风格的漫游视频
kling-v3.0-pro-image-to-video - 提供为该设计生成特定情绪板的选项
Notes
注意事项
- is the best model for maintaining the "soul" of a room while changing the design style.
flux-kontext-pro-i2i - For small rooms, suggest using "bright natural light" and "minimal furniture" to make the space feel larger.
- For commercial spaces (offices, cafes), add "professional workplace lighting" to the prompt.
- 是在改变设计风格的同时保留房间「精髓」的最佳模型。
flux-kontext-pro-i2i - 对于小房间,建议在提示词中加入「明亮自然光」和「极简家具」以让空间显得更宽敞。
- 对于商业空间(办公室、咖啡馆),在提示词中添加「专业工作场所照明」。
Trigger Keywords
触发关键词
interior designroom redesignhome decorarchitecture visualizationroom conceptfurniture layouthouse designinterior visualizationinterior designroom redesignhome decorarchitecture visualizationroom conceptfurniture layouthouse designinterior visualizationNotes 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}}