From 633b5b626f718ecb7c976b2be957efb8872d4757 Mon Sep 17 00:00:00 2001 From: Wubbbi Date: Sat, 16 Mar 2024 11:20:54 +0100 Subject: [PATCH] Update diffusers 0.26.3 -> 0.27.0 and other HF packages --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9341fb67c9..09c66c199a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,11 @@ classifiers = [ ] dependencies = [ # Core generation dependencies, pinned for reproducible builds. - "accelerate==0.27.2", + "accelerate==0.28.0", "clip_anytorch==2.5.2", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip", "compel==2.0.2", "controlnet-aux==0.0.7", - "diffusers[torch]==0.26.3", + "diffusers[torch]==0.27.0", "invisible-watermark==0.2.0", # needed to install SDXL base and refiner using their repo_ids "mediapipe==0.10.7", # needed for "mediapipeface" controlnet model "numpy==1.26.4", # >1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal() @@ -56,7 +56,7 @@ dependencies = [ # Core application dependencies, pinned for reproducible builds. "fastapi-events==0.11.0", "fastapi==0.110.0", - "huggingface-hub==0.21.3", + "huggingface-hub==0.21.4", "pydantic-settings==2.2.1", "pydantic==2.6.3", "python-socketio==5.11.1",