Diffusers and requirements
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Pillow<10.0
|
| 2 |
+
accelerate>=0.11.0
|
| 3 |
+
black==22.8
|
| 4 |
+
datasets
|
| 5 |
+
filelock
|
| 6 |
+
flake8>=3.8.3
|
| 7 |
+
flax>=0.4.1
|
| 8 |
+
hf-doc-builder>=0.3.0
|
| 9 |
+
huggingface-hub>=0.10.0
|
| 10 |
+
importlib_metadata
|
| 11 |
+
isort>=5.5.4
|
| 12 |
+
jax>=0.2.8,!=0.3.2,<=0.3.6
|
| 13 |
+
jaxlib>=0.1.65,<=0.3.6
|
| 14 |
+
modelcards>=0.1.4
|
| 15 |
+
numpy
|
| 16 |
+
onnxruntime
|
| 17 |
+
pytest
|
| 18 |
+
pytest-timeout
|
| 19 |
+
pytest-xdist
|
| 20 |
+
scipy
|
| 21 |
+
regex!=2019.12.17
|
| 22 |
+
requests
|
| 23 |
+
tensorboard
|
| 24 |
+
torch>=1.4
|
| 25 |
+
torchvision
|
| 26 |
+
transformers>=4.21.0
|
| 27 |
+
spacy
|
| 28 |
+
gradio
|
| 29 |
+
ftfy
|