Skip to content

Commit 9d20a2d

Browse files
Malramapsychedelicious
authored andcommitted
Update huggingface deps to their lastest versions
1 parent 8b0ac45 commit 9d20a2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ classifiers = [
3333
]
3434
dependencies = [
3535
# Core generation dependencies, pinned for reproducible builds.
36-
"accelerate==0.25.0",
36+
"accelerate==0.26.1",
3737
"basicsr==1.4.2",
3838
"clip_anytorch==2.5.2", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
3939
"compel==2.0.2",
4040
"controlnet-aux==0.0.7",
41-
"diffusers[torch]==0.25.0",
41+
"diffusers[torch]==0.25.1",
4242
"invisible-watermark==0.2.0", # needed to install SDXL base and refiner using their repo_ids
4343
"mediapipe==0.10.7", # needed for "mediapipeface" controlnet model
4444
"numpy==1.26.3", # >1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal()
@@ -52,7 +52,7 @@ dependencies = [
5252
"torchmetrics==0.11.4",
5353
"torchsde==0.2.6",
5454
"torchvision==0.16.2",
55-
"transformers==4.36.2",
55+
"transformers==4.37.0",
5656

5757
# Core application dependencies, pinned for reproducible builds.
5858
"fastapi-events==0.10.0",

0 commit comments

Comments
 (0)