Skip to content

Commit 9f17e8d

Browse files
authored
Fix huggingface_hub / diffusers compatibility issues in requirements.txt
As mentioned in p1atdev#44 (comment), it is more future-proof to upgrade `diffusers` version rather than downgrading `huggingface_hub` to an old one. This will also fix the `cannot import name 'cached_download' from 'huggingface_hub'` issue without relying on outdated packages.
1 parent a93cb46 commit 9f17e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
diffusers==0.20.0
1+
diffusers==0.29.0
22
transformers==4.33.1
33
accelerate==0.22.0
44
scipy

0 commit comments

Comments
 (0)