| # Evoneural MVP - Local 3D Mesh + Skybox Generation | |
| # Python 3.10 recommended. Install PyTorch with CUDA first: https://pytorch.org | |
| # Core | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| Pillow>=10.0.0 | |
| # Streamlit UI | |
| streamlit>=1.28.0 | |
| # Skybox: Stable Diffusion (diffusers) | |
| diffusers>=0.25.0 | |
| transformers>=4.35.0 | |
| accelerate>=0.25.0 | |
| safetensors>=0.4.0 | |
| # Optional: reduce VRAM for skybox | |
| # xformers # uncomment if you have CUDA and want lower VRAM | |
| # Mesh: TripoSR dependencies (also need TripoSR repo cloned - see README) | |
| huggingface-hub>=0.20.0 | |
| rembg>=2.0.50 | |
| numpy>=1.24.0 | |
| # Text-to-image for mesh (same as skybox stack) | |
| # (already above) | |
| # TripoSR-specific (install after cloning TripoSR, or use our subprocess runner) | |
| # omegaconf==2.3.0 | |
| # einops==0.7.0 | |
| # trimesh>=4.0.0 | |
| # xatlas==0.0.9 | |