Technical & DevelopmentIntermediate
fal-3d
Generate 3D models from text or images
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/fal-ai-community/skills --skill fal-3dnpx skills add https://github.com/fal-ai-community/skills --skill fal-3dOr paste this URL into your assistant to install:
Overview
What This Skill Does
Generate 3D models from text or images
Application
When to use this Skill
- Integrating fal 3d into your development workflow.
- Following best practices for generate 3d models from text or images.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
fal-3d
Generate 3D models (GLB/OBJ/PLY) from text descriptions or images using fal.ai.
Scripts
| Script | Purpose |
|---|---|
generate-3d.sh |
Generate a 3D model from text or image |
Usage
Image to 3D
./scripts/generate-3d.sh --image-url "https://example.com/object.jpg" --model fal-ai/hunyuan3d-v3/image-to-3d
Text to 3D
./scripts/generate-3d.sh --prompt "A medieval sword with ornate handle" --model fal-ai/meshy/v6/text-to-3d
Arguments
| Argument | Description | Required |
Lines 1 - 25 of 62
Recommendations