Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ pytorch3d @ https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu12
|
|
| 2 |
torch==2.2.0
|
| 3 |
accelerate
|
| 4 |
datasets
|
| 5 |
-
diffusers==0.
|
| 6 |
fire
|
| 7 |
gradio
|
| 8 |
jaxtyping
|
|
@@ -18,10 +18,10 @@ pymeshlab>=2023.12
|
|
| 18 |
rembg[gpu]==2.0.62
|
| 19 |
torch_scatter @ https://data.pyg.org/whl/torch-2.2.0%2Bcu121/torch_scatter-2.1.2%2Bpt22cu121-cp310-cp310-linux_x86_64.whl
|
| 20 |
tqdm
|
| 21 |
-
transformers==4.
|
| 22 |
trimesh
|
| 23 |
typeguard
|
| 24 |
wandb
|
| 25 |
xformers
|
| 26 |
ninja
|
| 27 |
-
huggingface_hub=
|
|
|
|
| 2 |
torch==2.2.0
|
| 3 |
accelerate
|
| 4 |
datasets
|
| 5 |
+
diffusers==0.27.2
|
| 6 |
fire
|
| 7 |
gradio
|
| 8 |
jaxtyping
|
|
|
|
| 18 |
rembg[gpu]==2.0.62
|
| 19 |
torch_scatter @ https://data.pyg.org/whl/torch-2.2.0%2Bcu121/torch_scatter-2.1.2%2Bpt22cu121-cp310-cp310-linux_x86_64.whl
|
| 20 |
tqdm
|
| 21 |
+
transformers==4.39.3
|
| 22 |
trimesh
|
| 23 |
typeguard
|
| 24 |
wandb
|
| 25 |
xformers
|
| 26 |
ninja
|
| 27 |
+
huggingface_hub>=0.20.2
|