From ef8dd27f9187062a098649fa348ee1ec64c31c0f Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Tue, 16 Jul 2024 16:03:16 +0200 Subject: [PATCH] chore: update packages see https://github.com/lllyasviel/Fooocus/pull/2927 --- launch.py | 1 - requirements_versions.txt | 21 ++++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/launch.py b/launch.py index 937c0cdb..a4609927 100644 --- a/launch.py +++ b/launch.py @@ -21,7 +21,6 @@ import fooocus_version from build_launcher import build_launcher 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 import config REINSTALL_ALL = False TRY_INSTALL_XFORMERS = False diff --git a/requirements_versions.txt b/requirements_versions.txt index adc1992a..cd6cf1d2 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -1,21 +1,24 @@ -torchsde==0.2.5 +torchsde==0.2.6 einops==0.4.1 -transformers==4.30.2 -safetensors==0.3.1 +transformers==4.41.2 +safetensors==0.4.3 accelerate==0.21.0 -pyyaml==6.0 -Pillow==9.2.0 -scipy==1.9.3 -tqdm==4.65.0 +pyyaml==6.0.1 +Pillow==10.3.0 +scipy==1.13.1 +tqdm==4.64.1 psutil==5.9.5 pytorch_lightning==1.9.4 omegaconf==2.2.3 gradio==3.41.2 -pygit2==1.12.2 +pygit2==1.15.0 opencv-contrib-python==4.8.0.74 httpx==0.24.1 -onnxruntime==1.16.3 +onnxruntime==1.18.0 timm==0.9.2 +numpy==1.26.4 +tokenizers==0.19.1 +packaging==24.1 rembg==2.0.57 groundingdino-py==0.4.0 segment_anything==1.0 \ No newline at end of file