CoolFace
Apppublic

aniket47/text-to-3d-backend

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
40 commits on main
c9df0381y ago

Merge branch 'main' of https://huggingface.co/spaces/aniket47/text-to-3d-backend

aniket47
fe44dd01y ago

Restore backend repository with latest fixes

aniket47
b5b5b311y ago

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

aniket47
0d8ff591y ago

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

aniket47
000d6aa1y ago

Fix Cloudinary file upload issues: Add file existence checks, better error handling, and detailed logging for upload debugging

aniket47
91019021y ago

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

aniket47
1f825011y ago

Fix Open3D OpenGL dependencies for HuggingFace Spaces headless environment

aniket47
06b09cc1y ago

MAJOR UPGRADE: Implement Open3D Poisson reconstruction from python-api for superior 3D quality

aniket47
beeacd51y ago

Major 3D quality improvement: implement proper camera projection and Delaunay triangulation from original code

aniket47
d72360c1y ago

Fix 3D model stretching: reduce depth scaling and improve proportions

aniket47
101661f1y ago

Improve model reliability: add more fallback models, retry logic, and better error handling

aniket47
1ca90991y ago

Fix critical data format mismatch: add required success flag and image_pil field

aniket47
52db2471y ago

Add enhanced debugging and error handling for image processing

aniket47
e380cb31y ago

Fix InferenceClient initialization: change api_key to token parameter

aniket47
54355801y ago

Add test script and commit remaining changes from InferenceClient migration

aniket47
a75e21c1y ago

Add huggingface_hub dependency for InferenceClient migration

aniket47
66bc0161y ago

Fix Hugging Face Inference API implementation

aniket47
ed6aef31y ago

Add .gitignore file for backend environment variables and cache files

aniket47
7e103a41y ago

Fix syntax errors in image_generator.py

aniket47
11fb4631y ago

Switch to API-based image generation with local depth processing

aniket47
ae795811y ago

Implement robust CPU fallback mechanism for GPU errors

aniket47
0826acc1y ago

Fix CPU-only compatibility for HF Spaces free tier

aniket47
c21f0911y ago

Fix requirements.txt corruption: Restore proper package formatting

aniket47
46c8e351y ago

Fix PyTorch dependency conflict: Update to version 2.1.2

aniket47
091271a1y ago

Fix build error: Remove build-time model preloading and optimize for HF Spaces

aniket47
dda36af1y ago

Fix dependency conflict: Update xformers to 0.0.23.post1 for torch 2.1.1 compatibility

aniket47
6e0e6cc1y ago

Speed optimizations: pre-download models, optimized caching, model CPU offloading

aniket47
fa135871y ago

Upgrade to Stability AI SDXL model for superior image quality

aniket47
a09688b1y ago

Restore high-quality image generation settings - 512x512 resolution, 25 inference steps

aniket47
4b5f7921y ago

Add fallback image generation for timeout scenarios

aniket47
ba4e2051y ago

Optimize image generation for CPU - reduce steps, add timeout, smaller images for CPU

aniket47
56103c31y ago

Add results endpoint for proper job completion handling

aniket47
3c28cb21y ago

Final update to use Intel DPT BEIT Large 512 model as requested

aniket47
52c65ee1y ago

Use Intel DPT BEIT Large 512 model as requested

aniket47
ab7793e1y ago

Fix CPU-only compatibility - remove GPU offloading on CPU-only systems

aniket47
2e5a2501y ago

Complete migration from open3d to trimesh for HF Spaces compatibility

aniket47
8e030de1y ago

Restore full FastAPI with ML models

aniket47
2a7045c1y ago

Add Dockerfile for HF Spaces Docker deployment

aniket47
29ed9e91y ago

Switch to minimal FastAPI for testing deployment

aniket47
86e7db61y ago

Initial FastAPI backend for HF Spaces

aniket47