Skip to content

Commit ef8dd27

Browse files
committed
chore: update packages
see lllyasviel/Fooocus#2927
1 parent d46e47a commit ef8dd27

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

launch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from build_launcher import build_launcher
2222
from modules.launch_util import is_installed, run, python, run_pip, requirements_met, delete_folder_content
2323
from modules.model_loader import load_file_from_url
24-
from modules import config
2524

2625
REINSTALL_ALL = False
2726
TRY_INSTALL_XFORMERS = False

requirements_versions.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
torchsde==0.2.5
1+
torchsde==0.2.6
22
einops==0.4.1
3-
transformers==4.30.2
4-
safetensors==0.3.1
3+
transformers==4.41.2
4+
safetensors==0.4.3
55
accelerate==0.21.0
6-
pyyaml==6.0
7-
Pillow==9.2.0
8-
scipy==1.9.3
9-
tqdm==4.65.0
6+
pyyaml==6.0.1
7+
Pillow==10.3.0
8+
scipy==1.13.1
9+
tqdm==4.64.1
1010
psutil==5.9.5
1111
pytorch_lightning==1.9.4
1212
omegaconf==2.2.3
1313
gradio==3.41.2
14-
pygit2==1.12.2
14+
pygit2==1.15.0
1515
opencv-contrib-python==4.8.0.74
1616
httpx==0.24.1
17-
onnxruntime==1.16.3
17+
onnxruntime==1.18.0
1818
timm==0.9.2
19+
numpy==1.26.4
20+
tokenizers==0.19.1
21+
packaging==24.1
1922
rembg==2.0.57
2023
groundingdino-py==0.4.0
2124
segment_anything==1.0

0 commit comments

Comments
 (0)