Upload lora-scripts/requirements.txt with huggingface_hub
Browse files
lora-scripts/requirements.txt
CHANGED
@@ -1,24 +1,27 @@
|
|
1 |
-
accelerate==0.
|
2 |
-
transformers==4.
|
3 |
diffusers[torch]==0.25.0
|
4 |
ftfy==6.1.1
|
5 |
# albumentations==1.3.0
|
6 |
-
opencv-python==4.
|
7 |
einops==0.7.0
|
8 |
pytorch-lightning==1.9.0
|
9 |
-
bitsandbytes==0.43.
|
10 |
prodigyopt==1.0
|
11 |
lion-pytorch==0.1.2
|
|
|
12 |
tensorboard==2.10.1
|
13 |
-
safetensors==0.4.
|
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 |
# for Image utils
|
21 |
imagesize==1.4.1
|
|
|
|
|
22 |
# for ui
|
23 |
rich
|
24 |
pandas
|
|
|
1 |
+
accelerate==0.33.0
|
2 |
+
transformers==4.44.0
|
3 |
diffusers[torch]==0.25.0
|
4 |
ftfy==6.1.1
|
5 |
# albumentations==1.3.0
|
6 |
+
opencv-python==4.8.1.78
|
7 |
einops==0.7.0
|
8 |
pytorch-lightning==1.9.0
|
9 |
+
bitsandbytes==0.43.3
|
10 |
prodigyopt==1.0
|
11 |
lion-pytorch==0.1.2
|
12 |
+
schedulefree==1.2.7
|
13 |
tensorboard==2.10.1
|
14 |
+
safetensors==0.4.4
|
15 |
# gradio==3.16.2
|
16 |
altair==4.2.2
|
17 |
easygui==0.98.3
|
18 |
toml==0.10.2
|
19 |
voluptuous==0.13.1
|
20 |
+
huggingface-hub==0.24.5
|
21 |
# for Image utils
|
22 |
imagesize==1.4.1
|
23 |
+
# for T5XXL tokenizer (SD3/FLUX)
|
24 |
+
sentencepiece==0.2.0
|
25 |
# for ui
|
26 |
rich
|
27 |
pandas
|