Update requirements.txt
Browse files- requirements.txt +2 -19
requirements.txt
CHANGED
@@ -1,23 +1,6 @@
|
|
1 |
-
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
accelerate>=0.25.0
|
3 |
-
torchvision
|
4 |
-
transformers>=4.30.0
|
5 |
-
numpy>=1.23.5
|
6 |
-
kornia>=0.7.0
|
7 |
-
insightface>=0.7.3
|
8 |
-
opencv-python>=4.8.1.78
|
9 |
-
tqdm>=4.66.1
|
10 |
-
matplotlib>=3.7.4
|
11 |
-
webdataset>=0.2.79
|
12 |
-
wandb>=0.16.2
|
13 |
-
munch>=4.0.0
|
14 |
-
onnxruntime>=1.16.3
|
15 |
-
einops>=0.7.0
|
16 |
-
onnx2torch>=1.5.13
|
17 |
-
warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git
|
18 |
-
torchtools @ git+https://github.com/pabloppp/pytorch-tools
|
19 |
git+https://github.com/kashif/diffusers.git@diffusers-yield-callback
|
20 |
https://gradio-builds.s3.amazonaws.com/aabb08191a7d94d2a1e9ff87b0d3c3987cd519c5/gradio-4.18.0-py3-none-any.whl
|
21 |
accelerate
|
22 |
safetensors
|
23 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/kashif/diffusers.git@diffusers-yield-callback
|
2 |
https://gradio-builds.s3.amazonaws.com/aabb08191a7d94d2a1e9ff87b0d3c3987cd519c5/gradio-4.18.0-py3-none-any.whl
|
3 |
accelerate
|
4 |
safetensors
|
5 |
+
transformers
|
6 |
+
torchvision
|