man08man commited on
Commit
8f541bf
Β·
verified Β·
1 Parent(s): 4398c5e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- gradio>=3.50.0
2
- diffusers>=0.24.0
3
- torch>=2.1.0
4
- huggingface_hub==0.19.4 # Explicit version with cached_download
5
- accelerate>=0.26.0
 
 
 
1
+ gradio==3.50.0
2
+ diffusers==0.24.0
3
+ torch==2.1.0
4
+ huggingface_hub==0.19.4 # Critical version
5
+ accelerate==0.26.0
6
+ transformers==4.35.2
7
+ xformers==0.0.23