Update diffusers 0.26.3 -> 0.27.0 and other HF packages

This commit is contained in:
Wubbbi 2024-03-16 11:20:54 +01:00 committed by Kent Keirsey
parent 8c04eec210
commit faa1ffb06f

View File

@ -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",