muapi-floor-plan-rendering

Converts 2D floor plan descriptions into photorealistic 3D architectural renderings via MuAPI.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-floor-plan-rendering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-floor-plan-rendering
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/visual/floor-plan-rendering
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-floor-plan-rendering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating a realistic 3D visualization of a floor plan normally requires architectural software expertise and hours of manual modeling. This Skill automates the entire pipeline: it generates a clean 2D floor plan from a text description and then converts that plan into a photorealistic 3D isometric rendering using the MuAPI image generation and editing models.

Core Features & Use Cases

  • 2D Floor Plan Generation: Produces a labeled, top-down architectural blueprint from a plain-text description using the nano-banana-2 image model.
  • 3D Rendering Conversion: Transforms the 2D plan into a photorealistic 3D isometric cutaway with textures, furniture, and lighting via the nano-banana-2-edit model.
  • Optional Existing Plan Input: Accepts a user-supplied 2D floor plan image as the starting point, skipping the generation phase.
  • Use Case: A real estate agent describes "a modern 2-bedroom apartment with a balcony and open kitchen" and receives both a labeled 2D blueprint and a presentation-ready 3D rendering for a listing.

Quick Start

Ask the agent to design a 2D floor plan of a modern 2-bedroom apartment with a balcony and convert it into a realistic 3D architectural rendering.

Frequently Asked Questions about muapi-floor-plan-rendering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a 2D floor plan into a 3D rendering with AI?

Provide a text description of the floor plan or an existing 2D plan image. The skill first creates a labeled 2D blueprint with the nano-banana-2 model, then uses nano-banana-2-edit to convert it into a photorealistic 3D isometric rendering.

Can I use my own floor plan image instead of generating one?

Yes. Pass your existing 2D floor plan image as the base_plan_image input, and the skill skips the generation phase and converts your plan directly into a 3D rendering.

What do I need to run the muapi floor plan rendering skill?

You need the muapi CLI installed and a valid MUAPI_API_KEY configured via muapi auth configure. If a model lacks a CLI alias, the skill falls back to direct curl calls against the MuAPI REST endpoint.

What aspect ratios does the floor plan rendering support?

Both the 2D plan generation and the 3D conversion steps support 4:3 or 1:1 aspect ratios, which suit top-down architectural drawings and isometric cutaway views.

What are the limitations of AI-generated floor plan renderings?

The output is a visual rendering, not a dimensionally accurate CAD model, so it cannot be used for construction or permitting. Room labels and proportions may require review and regeneration for precision-critical use cases.