Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
huggingface-hub>=0.16.4
|
2 |
tokenizers
|
3 |
torch==2.1.0
|
@@ -15,8 +17,6 @@ tensorboard
|
|
15 |
PyMCubes
|
16 |
trimesh
|
17 |
rembg
|
18 |
-
transformers==4.34.1
|
19 |
-
diffusers==0.21.4
|
20 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
21 |
bitsandbytes>=0.39.1
|
22 |
imageio[ffmpeg]
|
|
|
1 |
+
transformers==4.38.2
|
2 |
+
diffusers==0.25
|
3 |
huggingface-hub>=0.16.4
|
4 |
tokenizers
|
5 |
torch==2.1.0
|
|
|
17 |
PyMCubes
|
18 |
trimesh
|
19 |
rembg
|
|
|
|
|
20 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
21 |
bitsandbytes>=0.39.1
|
22 |
imageio[ffmpeg]
|