Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=1.12.1
|
| 2 |
+
torchvision>=0.13.1
|
| 3 |
+
diffusers>=0.20.2
|
| 4 |
+
transformers
|
| 5 |
+
accelerate
|
| 6 |
+
numpy
|
| 7 |
+
scipy
|
| 8 |
+
scikit-image
|
| 9 |
+
matplotlib
|
| 10 |
+
hydra-core
|
| 11 |
+
omegaconf
|
| 12 |
+
freetype-py
|
| 13 |
+
shapely
|
| 14 |
+
svgutils
|
| 15 |
+
opencv-python
|
| 16 |
+
einops
|
| 17 |
+
timm
|
| 18 |
+
fairscale==0.4.13
|
| 19 |
+
safetensors
|
| 20 |
+
easydict
|
| 21 |
+
ftfy
|
| 22 |
+
regex
|
| 23 |
+
tqdm
|
| 24 |
+
svgwrite
|
| 25 |
+
svgpathtools
|
| 26 |
+
cssutils
|