Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
0b4d79b
1
Parent(s):
9ca6c30
Update requirements.txt
Browse files- requirements.txt +5 -40
requirements.txt
CHANGED
|
@@ -1,42 +1,7 @@
|
|
| 1 |
https://gradio-builds.s3.amazonaws.com/756e3431d65172df986a7e335dce8136206a293a/gradio-4.7.1-py3-none-any.whl
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
fire>=0.5.0
|
| 8 |
-
fsspec>=2023.6.0
|
| 9 |
-
invisible-watermark>=0.2.0
|
| 10 |
-
kornia==0.6.9
|
| 11 |
-
matplotlib>=3.7.2
|
| 12 |
-
natsort>=8.4.0
|
| 13 |
-
ninja>=1.11.1
|
| 14 |
-
numpy>=1.24.4
|
| 15 |
-
omegaconf>=2.3.0
|
| 16 |
-
open-clip-torch>=2.20.0
|
| 17 |
-
opencv-python==4.6.0.66
|
| 18 |
-
pandas>=2.0.3
|
| 19 |
-
pillow>=9.5.0
|
| 20 |
-
pudb>=2022.1.3
|
| 21 |
-
pytorch-lightning==2.0.1
|
| 22 |
-
pyyaml>=6.0.1
|
| 23 |
-
scipy>=1.10.1
|
| 24 |
-
streamlit>=0.73.1
|
| 25 |
-
tensorboardx==2.6
|
| 26 |
-
timm>=0.9.2
|
| 27 |
-
tokenizers==0.12.1
|
| 28 |
-
torch>=2.0.1
|
| 29 |
-
torchaudio>=2.0.2
|
| 30 |
-
torchdata==0.6.1
|
| 31 |
-
torchmetrics>=1.0.1
|
| 32 |
-
torchvision>=0.15.2
|
| 33 |
-
tqdm>=4.65.0
|
| 34 |
-
transformers==4.19.1
|
| 35 |
-
triton==2.0.0
|
| 36 |
-
urllib3<1.27,>=1.25.4
|
| 37 |
-
wandb>=0.15.6
|
| 38 |
-
webdataset>=0.2.33
|
| 39 |
-
wheel>=0.41.0
|
| 40 |
-
xformers>=0.0.20
|
| 41 |
-
fire
|
| 42 |
uuid
|
|
|
|
| 1 |
https://gradio-builds.s3.amazonaws.com/756e3431d65172df986a7e335dce8136206a293a/gradio-4.7.1-py3-none-any.whl
|
| 2 |
+
git+https://github.com/huggingface/diffusers.git@refs/pull/5895/head
|
| 3 |
+
transformers
|
| 4 |
+
accelerate
|
| 5 |
+
safetensors
|
| 6 |
+
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
uuid
|