michellehbn HF Staff commited on
Commit
eac4d6e
·
verified ·
1 Parent(s): 31997ba

Pin diffusers to 0.40.0

Browse files

requirements.txt tracks diffusers main, so the running image is whatever was current at the last build. 0.40.0 is the latest release.

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,6 +2,6 @@ huggingface_hub
2
  safetensors
3
  transformers
4
  accelerate
5
- git+https://github.com/huggingface/diffusers
6
  omegaconf
7
  pytorch_lightning
 
2
  safetensors
3
  transformers
4
  accelerate
5
+ diffusers==0.40.0
6
  omegaconf
7
  pytorch_lightning