Spaces:
Running on Zero
Running on Zero
HadiZayer commited on
Commit ·
adb739b
1
Parent(s): 6f6b77b
add setuptools to restore pkg_resources for Python 3.13
Browse files- requirements.txt +7 -17
requirements.txt
CHANGED
|
@@ -1,27 +1,17 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
-
torchaudio
|
| 4 |
|
| 5 |
-
diffusers
|
| 6 |
transformers
|
| 7 |
-
accelerate
|
| 8 |
-
# albumentations==0.4.3
|
| 9 |
gradio
|
| 10 |
-
opencv-python-headless
|
| 11 |
huggingface_hub
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
imageio==2.9.0
|
| 15 |
-
imageio-ffmpeg==0.4.2
|
| 16 |
-
# pytorch-lightning==2.0.0
|
| 17 |
omegaconf
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
torchmetrics==0.7.0
|
| 22 |
-
kornia==0.6
|
| 23 |
|
| 24 |
-
# git+https://github.com/CompVis/taming-transformers.git@master
|
| 25 |
-
# git+https://github.com/openai/CLIP.git@main
|
| 26 |
taming-transformers-rom1504
|
| 27 |
git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
|
|
| 1 |
+
setuptools
|
| 2 |
torch
|
| 3 |
torchvision
|
|
|
|
| 4 |
|
|
|
|
| 5 |
transformers
|
|
|
|
|
|
|
| 6 |
gradio
|
| 7 |
+
opencv-python-headless
|
| 8 |
huggingface_hub
|
| 9 |
+
imageio
|
| 10 |
+
imageio-ffmpeg
|
|
|
|
|
|
|
|
|
|
| 11 |
omegaconf
|
| 12 |
+
einops
|
| 13 |
+
kornia
|
| 14 |
+
pytorch-lightning
|
|
|
|
|
|
|
| 15 |
|
|
|
|
|
|
|
| 16 |
taming-transformers-rom1504
|
| 17 |
git+https://github.com/openai/CLIP.git@main#egg=clip
|