maheshpd commited on
Commit
523d602
·
verified ·
1 Parent(s): efee30b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- accelerate
2
- diffusers
3
- invisible_watermark
4
- torch
5
- transformers
6
- xformers
 
 
1
+ diffusers==0.30.0
2
+ transformers>=4.41.0
3
+ accelerate>=0.30.0
4
+ safetensors>=0.4.3
5
+ torch --extra-index-url https://download.pytorch.org/whl/cu121
6
+ gradio==4.44.0
7
+ Pillow>=10.3.0