Skip to main content
Glama

Infinigen MCP Server

by elfenlieds7

generate_indoor_scene

Generate photorealistic indoor scenes with furniture and decorations using procedural generation. Create 3D environments for visualization, simulation, or computer vision applications.

Instructions

Generate a photorealistic indoor scene with furniture and decorations using Infinigen.

Input Schema

NameRequiredDescriptionDefault
seedNoRandom seed for reproducible generation (default: random)
output_folderYesOutput folder path for generated scene files
configsNoConfiguration files to use
use_gpuNoWhether to use GPU acceleration (default: false)

Input Schema (JSON Schema)

{ "properties": { "configs": { "default": [ "simple.gin" ], "description": "Configuration files to use", "items": { "type": "string" }, "type": "array" }, "output_folder": { "description": "Output folder path for generated scene files", "type": "string" }, "seed": { "description": "Random seed for reproducible generation (default: random)", "type": "number" }, "use_gpu": { "default": false, "description": "Whether to use GPU acceleration (default: false)", "type": "boolean" } }, "required": [ "output_folder" ], "type": "object" }

Other Tools from Infinigen MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/elfenlieds7/infinigen-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server