barakmeiri commited on
Commit
21dcae2
·
verified ·
1 Parent(s): 5136947

Update requirements.txt

Browse files

try to use diffusers==0.29.0 instead of 0.24.0 (which caused problem "cannot import name 'cached_download' from 'huggingface_hub'")

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  accelerate==0.25.0
2
- diffusers==0.24.0
3
  invisible_watermark
4
  torch==2.2.0
5
  transformers==4.32.1
 
1
  accelerate==0.25.0
2
+ diffusers==0.29.0
3
  invisible_watermark
4
  torch==2.2.0
5
  transformers==4.32.1