Spaces:
Build error
Build error
File size: 851 Bytes
69319f4 |
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 |
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 |