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