Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -30
requirements.txt
CHANGED
@@ -1,31 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
transformers==4.44.0
|
6 |
-
diffusers[torch]==0.25.0
|
7 |
-
ftfy==6.1.1
|
8 |
-
# albumentations==1.3.0
|
9 |
-
opencv-python==4.8.1.78
|
10 |
-
einops==0.7.0
|
11 |
-
pytorch-lightning==1.9.0
|
12 |
-
bitsandbytes==0.44.0
|
13 |
-
prodigyopt==1.0
|
14 |
-
lion-pytorch==0.0.6
|
15 |
-
came_pytorch==0.1.3
|
16 |
-
schedulefree==1.4
|
17 |
-
tensorboard
|
18 |
-
safetensors==0.4.4
|
19 |
-
# for gradio
|
20 |
-
altair==4.2.2
|
21 |
-
easygui==0.98.3
|
22 |
-
toml==0.10.2
|
23 |
-
voluptuous==0.13.1
|
24 |
-
#huggingface-hub==0.24.5
|
25 |
huggingface_hub
|
26 |
-
|
27 |
-
imagesize==1.4.1
|
28 |
-
numpy<=2.0
|
29 |
-
rich==13.7.0
|
30 |
-
# for T5XXL tokenizer (SD3/FLUX)
|
31 |
-
sentencepiece==0.2.0
|
|
|
1 |
+
diffusers==0.30.2
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
huggingface_hub
|
6 |
+
sentencepiece
|
|
|
|
|
|
|
|
|
|