File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,12 @@ classifiers = [
33
33
]
34
34
dependencies = [
35
35
# Core generation dependencies, pinned for reproducible builds.
36
- " accelerate==0.30.1 " ,
36
+ " accelerate==0.33.0 " ,
37
37
" clip_anytorch==2.6.0" , # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
38
38
" compel==2.0.2" ,
39
39
" controlnet-aux==0.0.7" ,
40
- " diffusers[torch]==0.27.2" ,
40
+ # TODO(ryand): Bump this once the next diffusers release is ready.
41
+ " diffusers[torch] @ git+https://github.com/huggingface/diffusers.git@4c6152c2fb0ade468aadb417102605a07a8635d3" ,
41
42
" invisible-watermark==0.2.0" , # needed to install SDXL base and refiner using their repo_ids
42
43
" mediapipe==0.10.7" , # needed for "mediapipeface" controlnet model
43
44
" numpy==1.26.4" , # >1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal()
@@ -57,7 +58,7 @@ dependencies = [
57
58
# Core application dependencies, pinned for reproducible builds.
58
59
" fastapi-events==0.11.1" ,
59
60
" fastapi==0.111.0" ,
60
- " huggingface-hub==0.23.1 " ,
61
+ " huggingface-hub==0.24.5 " ,
61
62
" pydantic-settings==2.2.1" ,
62
63
" pydantic==2.7.2" ,
63
64
" python-socketio==5.11.1" ,
You can’t perform that action at this time.
0 commit comments