Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
huggingface-hub==0.
|
2 |
tokenizers
|
3 |
torch==2.1.0
|
4 |
torchvision==0.16.0
|
@@ -16,7 +16,7 @@ PyMCubes
|
|
16 |
trimesh
|
17 |
rembg
|
18 |
transformers==4.34.1
|
19 |
-
diffusers==0.
|
20 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
21 |
bitsandbytes>=0.39.1
|
22 |
imageio[ffmpeg]
|
|
|
1 |
+
huggingface-hub==0.14.1
|
2 |
tokenizers
|
3 |
torch==2.1.0
|
4 |
torchvision==0.16.0
|
|
|
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]
|