back to working properly config, psguman currently not compatible with Zero
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
torch==2.1.
|
| 2 |
-
torchvision==0.16.
|
| 3 |
-
torchaudio==2.1.
|
| 4 |
gradio==5.8.0
|
| 5 |
-
|
| 6 |
-
huggingface-hub
|
| 7 |
absl-py==2.1.0
|
| 8 |
accelerate==1.1.1
|
| 9 |
addict==2.4.0
|
|
@@ -36,8 +35,7 @@ dataclasses-json==0.6.7
|
|
| 36 |
datasets==3.1.0
|
| 37 |
decorator==4.4.2
|
| 38 |
Deprecated==1.2.15
|
| 39 |
-
|
| 40 |
-
diffusers
|
| 41 |
dill==0.3.8
|
| 42 |
docker-pycreds==0.4.0
|
| 43 |
einops==0.8.0
|
|
@@ -125,7 +123,7 @@ ort-nightly-gpu==1.15.0.dev20230502003
|
|
| 125 |
packaging==24.2
|
| 126 |
pandas==2.2.3
|
| 127 |
parso==0.8.4
|
| 128 |
-
peft==0.
|
| 129 |
pexpect==4.9.0
|
| 130 |
pillow==10.2.0
|
| 131 |
platformdirs==4.3.6
|
|
@@ -217,7 +215,7 @@ websockets==12.0
|
|
| 217 |
Werkzeug==3.0.6
|
| 218 |
widgetsnbextension==4.0.13
|
| 219 |
wrapt==1.16.0
|
| 220 |
-
xformers
|
| 221 |
xxhash==3.5.0
|
| 222 |
yacs==0.1.8
|
| 223 |
yarl==1.17.1
|
|
|
|
| 1 |
+
torch==2.1.0
|
| 2 |
+
torchvision==0.16.0
|
| 3 |
+
torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
|
| 4 |
gradio==5.8.0
|
| 5 |
+
huggingface_hub==0.25.2
|
|
|
|
| 6 |
absl-py==2.1.0
|
| 7 |
accelerate==1.1.1
|
| 8 |
addict==2.4.0
|
|
|
|
| 35 |
datasets==3.1.0
|
| 36 |
decorator==4.4.2
|
| 37 |
Deprecated==1.2.15
|
| 38 |
+
diffusers==0.26.0
|
|
|
|
| 39 |
dill==0.3.8
|
| 40 |
docker-pycreds==0.4.0
|
| 41 |
einops==0.8.0
|
|
|
|
| 123 |
packaging==24.2
|
| 124 |
pandas==2.2.3
|
| 125 |
parso==0.8.4
|
| 126 |
+
peft==0.13.2
|
| 127 |
pexpect==4.9.0
|
| 128 |
pillow==10.2.0
|
| 129 |
platformdirs==4.3.6
|
|
|
|
| 215 |
Werkzeug==3.0.6
|
| 216 |
widgetsnbextension==4.0.13
|
| 217 |
wrapt==1.16.0
|
| 218 |
+
xformers==0.0.22.post7
|
| 219 |
xxhash==3.5.0
|
| 220 |
yacs==0.1.8
|
| 221 |
yarl==1.17.1
|