Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision==0.
|
| 3 |
-
torchaudio==2.
|
| 4 |
-f https://download.pytorch.org/whl/cu121
|
| 5 |
|
| 6 |
comfy==0.0.1
|
|
@@ -29,7 +29,7 @@ PyYAML==6.0.1
|
|
| 29 |
rembg==2.0.57
|
| 30 |
scipy==1.13.1
|
| 31 |
torch-scatter
|
| 32 |
-
-f https://data.pyg.org/whl/torch-2.
|
| 33 |
tqdm==4.66.4
|
| 34 |
transformers==4.47.1
|
| 35 |
trimesh==4.4.0
|
|
|
|
| 1 |
+
torch==2.4.0
|
| 2 |
+
torchvision==0.19.0
|
| 3 |
+
torchaudio==2.4.0
|
| 4 |
-f https://download.pytorch.org/whl/cu121
|
| 5 |
|
| 6 |
comfy==0.0.1
|
|
|
|
| 29 |
rembg==2.0.57
|
| 30 |
scipy==1.13.1
|
| 31 |
torch-scatter
|
| 32 |
+
-f https://data.pyg.org/whl/torch-2.4.0+cu121.html
|
| 33 |
tqdm==4.66.4
|
| 34 |
transformers==4.47.1
|
| 35 |
trimesh==4.4.0
|