Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -5
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
datasets==2.19.0
|
| 2 |
diffusers==0.32.2
|
| 3 |
einops==0.8.0
|
|
@@ -28,10 +31,6 @@ tqdm==4.66.2
|
|
| 28 |
transformers==4.48.0
|
| 29 |
trimesh==4.3.2
|
| 30 |
spaces==0.28.3
|
| 31 |
-
# --- CORRECCIONES ---
|
| 32 |
-
accelerate>=0.28.0
|
| 33 |
-
bitsandbytes>=0.41.0
|
| 34 |
-
# --------------------
|
| 35 |
rembg==2.0.65
|
| 36 |
gradio==5.5.0
|
| 37 |
wandb==0.18.6
|
|
@@ -53,4 +52,10 @@ kornia==0.8.0
|
|
| 53 |
git+https://github.com/NVlabs/nvdiffrast.git
|
| 54 |
torch==2.5.1
|
| 55 |
torchvision==0.20.1
|
| 56 |
-
torchaudio==2.5.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
|
| 3 |
+
# --- Dependencias Base de Step1X-3D ---
|
| 4 |
datasets==2.19.0
|
| 5 |
diffusers==0.32.2
|
| 6 |
einops==0.8.0
|
|
|
|
| 31 |
transformers==4.48.0
|
| 32 |
trimesh==4.3.2
|
| 33 |
spaces==0.28.3
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
rembg==2.0.65
|
| 35 |
gradio==5.5.0
|
| 36 |
wandb==0.18.6
|
|
|
|
| 52 |
git+https://github.com/NVlabs/nvdiffrast.git
|
| 53 |
torch==2.5.1
|
| 54 |
torchvision==0.20.1
|
| 55 |
+
torchaudio==2.5.1
|
| 56 |
+
|
| 57 |
+
accelerate>=0.28.0
|
| 58 |
+
bitsandbytes>=0.41.0
|
| 59 |
+
gguf
|
| 60 |
+
xformers>=0.0.26
|
| 61 |
+
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|