Views
No views yet
|
1# Convert any image to 3D in seconds:
2AIEXX_IMAGE_TO_3D.bat your_photo.png
3# Output formats: OBJ, GLB, STL, PLY
4# Processing time: 30-70 seconds
5# Works 100% offline after first download🎯 TEXT-TO-3D GENERATION
├─ Natural language prompts to 3D models
├─ Stable Diffusion 1.5 integration
├─ Advanced negative prompting
└─ 20-60 seconds per model
🗼️ IMAGE-TO-3D CONVERSION
├─ Single image to full 3D mesh
├─ Multi-view reconstruction support
├─ Automated texture generation
└─ 15-30 seconds processing time
⚡ GPU ACCELERATION
├─ NVIDIA RTX 5060 optimized
├─ CUDA 12.8 + cuDNN integration
├─ BF16 mixed precision training
├─ Flash Attention v2 support
└─ PyTorch 2.7.0 performance mode
🎎 PROFESSIONAL OUTPUT
├─ GLB/GLTF format export
├─ PBR material support
├─ Configurable mesh resolution
└─ Blender/Unity/Unreal ready| Component | Requirement | Status |
|---|---|---|
| OS | Windows 10/11 (64-bit) | ✅ |
| GPU | NVIDIA RTX 5060 (8GB VRAM) | ✅ |
| RAM | 16GB minimum, 32GB recommended | ✅ |
| Storage | ~55GB free space | ✅ |
| Python | 3.11.9 | ✅ |
1# 1. Clone the repository
2git clone https://github.com/AIExxplorer/AIEXX_GENAI_IMAGE_TO_3D.git
3cd AIEXX_GENAI_IMAGE_TO_3D
4
5# 2. Run the automated installer
60-INSTALL_ALL_AUTOMATED.bat
7
8# That's it! The installer will:
9# ✅ Check system requirements
10# ✅ Install all dependencies automatically
11# ✅ Handle restart (run again after restart)
12# ✅ Download all models
13# ✅ Launch the system when done1# 1. Clone the repository
2git clone https://github.com/AIExxplorer/AIEXX_GENAI_IMAGE_TO_3D.git
3cd AIEXX_GENAI_IMAGE_TO_3D
4
5# 2. Install Visual Studio Build Tools (⚠️ RESTART after this!)
61-INSTALL_VS_BUILDTOOLS_WINGET.bat
7
8# 3. Setup Python environment and dependencies
92-FIX_VENV_AND_INSTALL_TORCH_SCATTER.bat
10
11# 4. Install ComfyUI 3D Pack
123-RUN_INSTALL_3DPACK.bat
13
14# 5. Download AI models
154-DOWNLOAD_3D_MODELS.bat
16
17# 6. (Optional) Download Stable Diffusion models
185-SETUP_SD_MODELS.bat
19
20# 7. Launch the system
216-START_AIEXX.bat6-START_AIEXX.batworkflows/3d/03_triposr_single_image_to_mesh.json.glb file from ComfyUI/output/📋 Note: See ORDEM_DE_INSTALACAO.md for complete installation order and troubleshooting.
| Document | Description |
|---|---|
| 📋 ORDEM_DE_INSTALACAO.md | Installation order and numbered scripts |
| 📘 COMO_USAR.md | Complete usage guide (Portuguese) |
| 🚀 QUICK_START_GUIDE.md | Quick start guide |
| 🔧 INSTALLATION.md | Detailed installation guide |
| 📋 README_NEXT_STEPS.md | Next steps after installation |
| ⚙️ SETUP_COMPLETE_3D_SYSTEM.md | Complete system setup |
| 🚀 RELEASE_GUIDE.md | Release and versioning guide |
🟢 Basic - TripoSR03_triposr_single_image_to_mesh.jsonPipeline:
Image > TripoSR > GLBSpecs:
|
🔵 Intermediate - Prompt to 3Dbasic/AIEXX_prompt_to_3d_triposr.jsonPipeline:
Prompt > SD 1.5 > TripoSR > GLBSpecs:
|
🛳 Advanced - InstantMeshadvanced/AIEXX_prompt_to_3d_instantmesh.jsonPipeline:
Prompt > SD > Zero123++ > InstantMesh > GLBSpecs:
|
| Technology | Version | Purpose |
|---|---|---|
| Python | 3.11.9 | Core Language |
| PyTorch | 2.7.0+cu128 | Deep Learning Framework |
| CUDA Toolkit | 12.8 | GPU Acceleration |
| Stable Diffusion | 1.5 | Image Generation |
| TripoSR | Latest | 3D Reconstruction |
| torch_scatter | 2.1.2 | Sparse Operations |
| ComfyUI | Latest | UI Framework |
| ComfyUI-3D-Pack | Latest | 3D Nodes & Tools |
| Workflow | Input Type | Speed | VRAM Usage |
|---|---|---|---|
| TripoSR (Image>3D) | Single Image | 15-30s | 3-4GB |
| TripoSR (Prompt>3D) | Text Prompt | 25-40s | 4-5GB |
| InstantMesh | Text Prompt | 45-90s | 5-6GB |
| Zero123 Multi-View | Single Image | 30-60s | 4-5GB |
6-START_AIEXX.bat