Upload requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch==2.2.2+cu118
|
| 3 |
+
torchvision==0.17.2+cu118
|
| 4 |
+
torchaudio==2.2.2+cu118
|
| 5 |
+
omegaconf==2.3.0
|
| 6 |
+
accelerate==0.28.0
|
| 7 |
+
einops==0.7.0
|
| 8 |
+
opencv_python==4.9.0.80
|
| 9 |
+
scipy==1.12.0
|
| 10 |
+
ftfy==6.2.0
|
| 11 |
+
regex==2023.12.25
|
| 12 |
+
python-dateutil==2.9.0.post0
|
| 13 |
+
timm==0.9.16
|
| 14 |
+
pytorch-lightning==2.2.1 # only for loading pretrained sd weight
|
| 15 |
+
tensorboard==2.16.2 # for tensorboard event visualization
|
| 16 |
+
protobuf==4.25.3 # for tensorboard
|
| 17 |
+
lpips==0.1.4
|
| 18 |
+
facexlib==0.3.0
|
| 19 |
+
gradio==4.25.0
|