chore: update packages
see https://github.com/lllyasviel/Fooocus/pull/2927
This commit is contained in:
parent
d46e47ab3d
commit
ef8dd27f91
|
|
@ -21,7 +21,6 @@ import fooocus_version
|
||||||
from build_launcher import build_launcher
|
from build_launcher import build_launcher
|
||||||
from modules.launch_util import is_installed, run, python, run_pip, requirements_met, delete_folder_content
|
from modules.launch_util import is_installed, run, python, run_pip, requirements_met, delete_folder_content
|
||||||
from modules.model_loader import load_file_from_url
|
from modules.model_loader import load_file_from_url
|
||||||
from modules import config
|
|
||||||
|
|
||||||
REINSTALL_ALL = False
|
REINSTALL_ALL = False
|
||||||
TRY_INSTALL_XFORMERS = False
|
TRY_INSTALL_XFORMERS = False
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,24 @@
|
||||||
torchsde==0.2.5
|
torchsde==0.2.6
|
||||||
einops==0.4.1
|
einops==0.4.1
|
||||||
transformers==4.30.2
|
transformers==4.41.2
|
||||||
safetensors==0.3.1
|
safetensors==0.4.3
|
||||||
accelerate==0.21.0
|
accelerate==0.21.0
|
||||||
pyyaml==6.0
|
pyyaml==6.0.1
|
||||||
Pillow==9.2.0
|
Pillow==10.3.0
|
||||||
scipy==1.9.3
|
scipy==1.13.1
|
||||||
tqdm==4.65.0
|
tqdm==4.64.1
|
||||||
psutil==5.9.5
|
psutil==5.9.5
|
||||||
pytorch_lightning==1.9.4
|
pytorch_lightning==1.9.4
|
||||||
omegaconf==2.2.3
|
omegaconf==2.2.3
|
||||||
gradio==3.41.2
|
gradio==3.41.2
|
||||||
pygit2==1.12.2
|
pygit2==1.15.0
|
||||||
opencv-contrib-python==4.8.0.74
|
opencv-contrib-python==4.8.0.74
|
||||||
httpx==0.24.1
|
httpx==0.24.1
|
||||||
onnxruntime==1.16.3
|
onnxruntime==1.18.0
|
||||||
timm==0.9.2
|
timm==0.9.2
|
||||||
|
numpy==1.26.4
|
||||||
|
tokenizers==0.19.1
|
||||||
|
packaging==24.1
|
||||||
rembg==2.0.57
|
rembg==2.0.57
|
||||||
groundingdino-py==0.4.0
|
groundingdino-py==0.4.0
|
||||||
segment_anything==1.0
|
segment_anything==1.0
|
||||||
Loading…
Reference in New Issue