Spaces:
Build error
Build error
| streamlit | |
| diffusers | |
| transformers | |
| ipywidgets | |
| Pillow | |
| # Basic PyTorch + ecosystem | |
| torch | |
| torchvision | |
| accelerate | |
| # Pinned version for SyncDreamer | |
| pytorch_lightning==1.9.0 | |
| # Stable Diffusion / Diffusers stack | |
| # (You can remove diffusers[training] if you only need inference) | |
| diffusers[training] | |
| transformers | |
| # Additional requirements | |
| Pillow==10.0.0 | |
| opencv-python | |
| taming-transformers-rom1504 | |
| tqdm | |
| numpy | |
| kornia | |
| webdataset | |
| omegaconf | |
| einops | |
| scikit-image | |
| pymcubes | |
| carvekit-colab | |
| open3d | |
| trimesh | |
| easydict | |
| nerfacc | |
| imageio-ffmpeg==0.4.7 | |
| # Install from GitHub (needed by SyncDreamer & others) | |
| git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch | |
| git+https://github.com/openai/CLIP.git | |
| # (Optional) Install the most recent diffusers from GitHub | |
| # If you truly need the absolutely latest code: | |
| git+https://github.com/huggingface/diffusers.git | |