byte-vortex commited on
Commit
0bacbb4
·
verified ·
1 Parent(s): dd799c9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -7
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- gradio>=3.50.0
2
- Pillow
3
  torch
4
- diffusers==0.27.2
5
- transformers
6
- accelerate
 
 
 
 
 
7
  bitsandbytes
8
- huggingface_hub
9
- peft
 
1
+ gradio
 
2
  torch
3
+ # Pinning to recent, compatible versions to resolve the import error
4
+ diffusers==0.29.0
5
+ transformers==4.41.2
6
+ accelerate==0.30.1
7
+ huggingface_hub==0.23.0
8
+ peft==0.11.1
9
+ invisible-watermark
10
+
11
  bitsandbytes
12
+ Pillow