Spaces:
Build error
Build error
File size: 1,039 Bytes
367770c 54d8ff9 367770c 54d8ff9 367770c 54d8ff9 367770c 54d8ff9 367770c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
title: Infinigen Agents
emoji: ๐
colorFrom: green
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
license: mit
tags:
- mcp-server-track
- agents
- 3d
- procedural-generation
- infinigen
- blender
short_description: "AI Agents for Procedural 3D World Generation with Blender"
---
# ๐ Infinigen Agents
AI-powered agents for procedural 3D world generation using [Infinigen](https://github.com/princeton-vl/infinigen) + Blender.
## Features
- **Scene Composer**: Compose nature and indoor scenes
- **Terrain Engineer**: Generate procedural terrain
- **Asset Generator**: Create creatures, trees, materials
- **Render Controller**: Manage rendering pipeline
- **Export Specialist**: Export to various formats
## AI Backend
Uses HuggingFace Inference API:
- Model: `openai/gpt-oss-20b`
- Configurable providers: Cerebras, Together, Nebius, Groq
## MCP Server
```json
{
"mcpServers": {
"infinigen-agents": {
"url": "https://dev-bjoern-infinigen-agents.hf.space/gradio_api/mcp/sse"
}
}
}
```
|