Skip to content

Commit

Permalink
feat(api): upgrade to latest diffusers, optimum, transformers (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 15, 2023
1 parent 6c4f4f3 commit c6de256
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions api/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ numpy==1.23.5
protobuf==3.20.3

### SD packages ###
accelerate==0.22.0
accelerate==0.25.0
coloredlogs==15.0.1
controlnet_aux==0.0.2
datasets==2.14.3
diffusers==0.20.0
datasets==2.15.0
diffusers==0.24.0
huggingface-hub==0.16.4
invisible-watermark==0.2.0
mediapipe==0.9.2.1
omegaconf==2.3.0
onnx==1.13.0
# onnxruntime has many platform-specific packages
optimum==1.12.0
safetensors==0.3.1
timm==0.6.13
transformers==4.32.0
optimum==1.16.0
safetensors==0.4.1
timm==0.9.12
transformers==4.36.1

#### Upscaling and face correction
basicsr==1.4.2
Expand Down

0 comments on commit c6de256

Please sign in to comment.