# Hyperfy Discord - 2025-09-13

## Overall Discussion Highlights

### AI-Generated 3D Content in Hyperfy
- Ash mentioned previous R&D efforts to convert text to images, then to meshes, textures, and rigged VRM avatars, though with high failure rates
- Dhin provided detailed guidance on using AI to generate 3D models directly in Hyperfy using the dev branch
- The process requires configuring AI providers through environment variables and using commands like "/create" and "/edit"
- AI generation capabilities require specific configuration and are available to users with admin or builder roles

### VRM Avatar Creation
- TheMattEmpire suggested using AI tools for mesh creation and the VRM for Blender addon
- Vox shared links to MetaMike's CloneX VRM resources
- Several users collaborated to help lucyhail with finding and creating VRM avatars
- Shiffty shared a database link of open-source VRMs compatible with Hyperfy

### Technical Issues & Solutions
- Gh0stt's world became inaccessible due to script execution problems
- Ash provided a JavaScript code snippet to disable scripts as a workaround
- Newer Hyperfy versions include a "safemode" feature (accessed via ?safemode=1 URL parameter)
- DevStarlight from Numinia noted they hadn't updated since the S3 merge into dev, explaining why the safemode feature wasn't available
- Discussion of IPFS for asset hosting (mentioned by Gh0stt as loading quickly with Pinata)

### Other Topics
- A poll was shared about Quest VR headset ownership
- Brief mentions of implementing Vector3 configuration options in Hyperfy apps
- Limited discussion about AI agents in Hyperfy worlds beyond the existing "eliza" agent

## Key Questions & Answers

**Q: Is it possible to convert an image into a 3D character in Hyperfy?** (asked by lucyhail)  
**A:** Ash mentioned they did R&D on this, converting text to images to meshes to VRMs, but with high failure rates. TheMattEmpire suggested using AI tools and VRM for Blender addon.

**Q: How do you change your profile to a character?** (asked by lucyhail)  
**A:** TheMattEmpire suggested VRM creation tutorials on YouTube and shared documentation links from Mona.

**Q: Is there a way to run your world in safe mode where you don't execute the scripts?** (asked by Gh0stt)  
**A:** Ash suggested adding ?safemode=1 to the URL, but noted it's only in recent versions.

**Q: Are these 3D models created in Blender first, or can they be generated directly in Hyperfy?** (asked by 太阳)  
**A:** Generated directly in Hyperfy. (answered by Dhin)

**Q: How to generate 3D models directly in hyperfy?** (asked by 太阳)  
**A:** You need to be on the dev branch, configure AI_PROVIDER in .env file, and use commands like "/create thing" in world. (answered by Dhin)

**Q: Do you know how to add the AI agent role to the hyperfy world?** (asked by 太阳)  
**A:** "Depends what you mean but anyone with admin or builder role can create with ai. For agents in world I only know of eliza. I haven't gone down that road myself yet." (answered by Dhin)

## Community Help & Collaboration

1. **VRM Avatar Creation Support**
   - TheMattEmpire helped lucyhail by sharing YouTube tutorial recommendations, suggesting AI tools with VRM for Blender addon, and providing written documentation links
   - Shiffty shared a database of open-source VRMs compatible with Hyperfy
   - Vox shared MetaMike's documentation links for CloneX VRM creation

2. **World Access Issue Resolution**
   - Ash helped Gh0stt with a world crashing due to script execution by providing a JavaScript code snippet to disable scripts and explaining the safemode feature
   - DevStarlight came to help with the world access issue

3. **AI Generation Guidance**
   - Dhin provided comprehensive guidance to 太阳 on setting up and using AI generation in Hyperfy:
     - Explained the need to use dev branch
     - Detailed how to configure .env file with AI provider settings
     - Demonstrated commands for creating and modifying 3D objects

## Action Items

### Technical
- Implement safemode feature across all Hyperfy versions (mentioned by Gh0stt)
- Update Numinia to latest Hyperfy version to access features like safemode (mentioned by DevStarlight)
- Improve script error handling to prevent world saving issues when scripts crash (mentioned by ash)
- Configure AI_PROVIDER and API keys in .env file to enable AI generation (mentioned by Dhin)

### Feature
- Implement Vector3 configuration in app options (mentioned by Gh0stt)
- Resume R&D on AI-generated VRM avatars (mentioned by ash)
- Add Spring Bone support to Hyperfy (mentioned by TheMattEmpire)
- Add more AI agent roles to Hyperfy worlds beyond "eliza" (mentioned by 太阳)

### Documentation
- Create comprehensive VRM creation tutorial for Hyperfy (mentioned by lucyhail)
- Document AI generation commands and workflows (implied from Dhin's explanations)