Spaces:
Running
on
Zero
Running
on
Zero
File size: 1,441 Bytes
805a8bb 01e52ef 805a8bb 22f4ba2 805a8bb 01e52ef 805a8bb 01e52ef 8f40a40 d6502a4 8f40a40 805a8bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
title: Sharp-It 3D Model Generator
emoji: 🔮
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.20.0
app_file: app.py
pinned: false
python_version: 3.10.13
hf_oauth: false
hardware: zerogpu
---
# Sharp-It: 3D Model Generator
This application generates 3D models from text prompts using Shap-E and refines them with InstantMesh.
## Features
- Generate 3D models from text descriptions
- Refine generated models with high-quality textures
- Export to OBJ format for use in 3D applications
## How to Use
1. Enter a text prompt describing the 3D object you want to create
2. Adjust the generation parameters if needed
3. Click "Generate Views" to create the initial model
4. Enter a refinement prompt if you want to modify specific aspects
5. Click "Refine" to enhance the model
6. Download the resulting 3D mesh
## Technical Details
This application uses:
- Shap-E for initial 3D generation
- InstantMesh for high-quality refinement
- ZeroGPU for efficient GPU resource management
## Implementation Notes
- The application uses PyTorch 2.1+ which provides native support for the features required by the latest diffusers library
- This ensures full compatibility with the latest versions of all dependencies while maintaining ZeroGPU support
- All components are configured for optimal performance on the ZeroGPU platform
Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference
|