Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aniket47
/
text-to-3d-backend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
text-to-3d-backend
80 kB
1 contributor
History:
40 commits
aniket47
Merge branch 'main' of https://huggingface.co/spaces/aniket47/text-to-3d-backend
c9df038
2 months ago
models
Fix trimesh index out of bounds error: Resolve dimension mismatch between image and depth map - Resize image to match depth map dimensions exactly - Add bounds checking for array access - Improve face generation with validation - Add detailed dimension logging for debugging
2 months ago
utils
Fix Cloudinary file upload issues: Add file existence checks, better error handling, and detailed logging for upload debugging
2 months ago
Dockerfile
Safe
767 Bytes
Remove Open3D dependencies and simplify for HF Spaces deployment - Use trimesh-only mode with FORCE_TRIMESH flag - Remove OpenGL system dependencies - Simplify requirements.txt and Dockerfile
2 months ago
README.md
Safe
2.13 kB
Initial FastAPI backend for HF Spaces
2 months ago
app.py
Safe
16.5 kB
Critical fix: Add null path validation and complete trimesh fallback implementation - Fix 'stat: path should be NoneType' error by validating depth_result success - Add proper null checks for obj_path and depth_map_path - Implement missing _create_with_trimesh method - Improve error handling with detailed logging
2 months ago
app_full.py
Safe
11.4 kB
Switch to minimal FastAPI for testing deployment
2 months ago
app_simple.py
Safe
756 Bytes
Switch to minimal FastAPI for testing deployment
2 months ago
packages.txt
Safe
37 Bytes
Remove Open3D dependencies and simplify for HF Spaces deployment - Use trimesh-only mode with FORCE_TRIMESH flag - Remove OpenGL system dependencies - Simplify requirements.txt and Dockerfile
2 months ago
preload_models.py
Safe
2 kB
Speed optimizations: pre-download models, optimized caching, model CPU offloading
2 months ago
requirements.txt
Safe
273 Bytes
Remove Open3D dependencies and simplify for HF Spaces deployment - Use trimesh-only mode with FORCE_TRIMESH flag - Remove OpenGL system dependencies - Simplify requirements.txt and Dockerfile
2 months ago
requirements_full.txt
Safe
353 Bytes
Switch to minimal FastAPI for testing deployment
2 months ago
requirements_simple.txt
Safe
42 Bytes
Switch to minimal FastAPI for testing deployment
2 months ago
test_new_api.py
Safe
1.46 kB
Add test script and commit remaining changes from InferenceClient migration
2 months ago