hrmndev commited on
Commit
c6514de
·
verified ·
1 Parent(s): a778497

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,12 +1,10 @@
1
- torch==2.5.1
2
  torchvision
3
- accelerate
4
- transformers
5
- diffusers
6
  trimesh
 
7
  scipy
8
- imageio
9
- imageio-ffmpeg
10
- spconv-cu121
11
- xformers
12
- ninja
 
1
+ torch
2
  torchvision
3
+ torchaudio
 
 
4
  trimesh
5
+ rembg
6
  scipy
7
+ tqdm
8
+ pillow
9
+ # Note: Complex dependencies like spconv and nvdiffrast
10
+ # might require a custom Dockerfile for stability.