BSJ2004 commited on
Commit
b1cb6c8
·
verified ·
1 Parent(s): 69b89f2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -16,22 +16,22 @@ requests>=2.31.0
16
  # =============================================================================
17
  # Uncomment these if you have NVIDIA GPU with CUDA:
18
 
19
- # torch>=2.0.0
20
- # torchvision>=0.15.0
21
- # transformers>=4.35.0
22
- # diffusers>=0.24.0
23
- # accelerate>=0.25.0
24
- # spaces
25
 
26
  # For MV-Adapter (Multi-View Generation):
27
- # timm
28
- # einops
29
- # omegaconf
30
 
31
  # For VGGT (3D Gaussian Splatting):
32
- # plyfile
33
- # trimesh
34
- # pygltflib
35
 
36
  # =============================================================================
37
  # CURRENT SETUP: CPU-only, lightweight version
 
16
  # =============================================================================
17
  # Uncomment these if you have NVIDIA GPU with CUDA:
18
 
19
+ torch>=2.0.0
20
+ torchvision>=0.15.0
21
+ transformers>=4.35.0
22
+ diffusers>=0.24.0
23
+ accelerate>=0.25.0
24
+ spaces
25
 
26
  # For MV-Adapter (Multi-View Generation):
27
+ timm
28
+ einops
29
+ omegaconf
30
 
31
  # For VGGT (3D Gaussian Splatting):
32
+ plyfile
33
+ trimesh
34
+ pygltflib
35
 
36
  # =============================================================================
37
  # CURRENT SETUP: CPU-only, lightweight version