Sachin5112 commited on
Commit
a9f2d10
·
verified ·
1 Parent(s): 06076fe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -5
requirements.txt CHANGED
@@ -1,7 +1,21 @@
1
- accelerate>=1.17.0
2
- diffusers>=0.40.0
3
- huggingface_hub>=0.19.4
4
  torch==2.10.0
5
- transformers>=5.3.0
6
  xformers==0.0.35
7
- invisible_watermark
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Hugging Face dependencies
2
+ diffusers==0.37.0
3
+ transformers==5.3.0
4
  torch==2.10.0
5
+ accelerate==1.13.0
6
  xformers==0.0.35
7
+ invisible_watermark
8
+
9
+ # Gradio and web serving
10
+ gradio[oauth]==4.26.0
11
+ uvicorn>=0.14.0
12
+ websockets>=10.4
13
+ fastapi<0.113.0
14
+ spaces
15
+
16
+ # Hugging Face Hub
17
+ huggingface_hub>=0.19.4
18
+ hf-transfer>=0.1.4
19
+ datasets
20
+ protobuf<4
21
+ click<8.1