Spaces:
Running on Zero
Running on Zero
Copy inference/requirements-unpinned.txt
Browse files
inference/requirements-unpinned.txt
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-e ../common
|
| 2 |
+
diffusers
|
| 3 |
+
huggingface-hub
|
| 4 |
+
numpy
|
| 5 |
+
pandas
|
| 6 |
+
pillow >= 9.5.0
|
| 7 |
+
simple-parsing >= 0.1.5
|
| 8 |
+
timm @ git+https://github.com/huggingface/pytorch-image-models@main#egg=timm
|
| 9 |
+
tokenizers
|
| 10 |
+
# torch >= 2.0.0
|
| 11 |
+
# transformers
|
| 12 |
+
kornia
|
| 13 |
+
|
| 14 |
+
click
|
| 15 |
+
|
| 16 |
+
wheel
|
| 17 |
+
cython
|
| 18 |
+
# detectron2 @ git+https://github.com/facebookresearch/detectron2.git@main#egg=detectron2
|
| 19 |
+
matplotlib < 3.10.0
|
| 20 |
+
transformers==4.51.3
|
| 21 |
+
opencv-python
|
| 22 |
+
ipykernel
|
| 23 |
+
accelerate
|
| 24 |
+
grad-cam
|
| 25 |
+
|
| 26 |
+
pillow-jxl-plugin>=1.3.4
|
| 27 |
+
pycocotools
|
| 28 |
+
einops
|
| 29 |
+
scikit-learn
|
| 30 |
+
scipy
|
| 31 |
+
scikit-image
|
| 32 |
+
|
| 33 |
+
psd-tools[composite]
|
| 34 |
+
|
| 35 |
+
convnext_perceptual_loss @ git+https://github.com/sypsyp97/convnext_perceptual_loss.git@main#egg=convnext_perceptual_loss
|