Upload lora-scripts/requirements.txt with huggingface_hub
Browse files
lora-scripts/requirements.txt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.25.0
|
2 |
+
transformers==4.36.2
|
3 |
+
diffusers[torch]==0.25.0
|
4 |
+
ftfy==6.1.1
|
5 |
+
# albumentations==1.3.0
|
6 |
+
opencv-python==4.7.0.68
|
7 |
+
einops==0.7.0
|
8 |
+
pytorch-lightning==1.9.0
|
9 |
+
bitsandbytes==0.43.0
|
10 |
+
prodigyopt==1.0
|
11 |
+
lion-pytorch==0.1.2
|
12 |
+
tensorboard==2.10.1
|
13 |
+
safetensors==0.4.2
|
14 |
+
# gradio==3.16.2
|
15 |
+
altair==4.2.2
|
16 |
+
easygui==0.98.3
|
17 |
+
toml==0.10.2
|
18 |
+
voluptuous==0.13.1
|
19 |
+
huggingface-hub==0.20.1
|
20 |
+
# for Image utils
|
21 |
+
imagesize==1.4.1
|
22 |
+
# for ui
|
23 |
+
rich
|
24 |
+
pandas
|
25 |
+
scipy
|
26 |
+
requests
|
27 |
+
pillow
|
28 |
+
numpy
|
29 |
+
gradio==3.44.2
|
30 |
+
fastapi==0.95.1
|
31 |
+
uvicorn==0.22.0
|
32 |
+
wandb==0.16.2
|
33 |
+
httpx==0.24.1
|
34 |
+
# extra
|
35 |
+
open-clip-torch==2.20.0
|
36 |
+
lycoris-lora==2.1.0.post3
|
37 |
+
dadaptation==3.1
|