Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -2,10 +2,10 @@ torch == 2.0.1
|
|
| 2 |
torchvision == 0.15.2
|
| 3 |
xformers == 0.0.21
|
| 4 |
diffusers == 0.25.0
|
| 5 |
-
opencv-python
|
| 6 |
numpy == 1.23.1
|
| 7 |
-
|
| 8 |
-
h5py
|
| 9 |
matplotlib==3.7.5
|
| 10 |
scikit-image==0.18.1
|
| 11 |
gradio==4.11.0
|
|
@@ -13,8 +13,8 @@ gradio-imageslider==0.0.16
|
|
| 13 |
trimesh==4.0.5
|
| 14 |
tqdm == 4.65.0
|
| 15 |
accelerate==0.28.0
|
| 16 |
-
transformers==4.
|
| 17 |
-
imgaug
|
| 18 |
GitPython==3.1.40
|
| 19 |
pygltflib==1.16.1
|
| 20 |
-
fire
|
|
|
|
| 2 |
torchvision == 0.15.2
|
| 3 |
xformers == 0.0.21
|
| 4 |
diffusers == 0.25.0
|
| 5 |
+
opencv-python
|
| 6 |
numpy == 1.23.1
|
| 7 |
+
Pillow
|
| 8 |
+
h5py
|
| 9 |
matplotlib==3.7.5
|
| 10 |
scikit-image==0.18.1
|
| 11 |
gradio==4.11.0
|
|
|
|
| 13 |
trimesh==4.0.5
|
| 14 |
tqdm == 4.65.0
|
| 15 |
accelerate==0.28.0
|
| 16 |
+
transformers==4.32.1
|
| 17 |
+
imgaug
|
| 18 |
GitPython==3.1.40
|
| 19 |
pygltflib==1.16.1
|
| 20 |
+
fire
|