OriLib commited on
Commit
6ee1ec7
·
verified ·
1 Parent(s): 2586906

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -9
requirements.txt CHANGED
@@ -1,10 +1,15 @@
1
- torch>=2.0.0 --extra-index-url https://download.pytorch.org/whl/cu113
2
  git+https://github.com/huggingface/diffusers.git
3
- transformers>=4.40.0
4
- accelerate>=0.30.0
5
- safetensors>=0.4.0
6
- pillow>=10.0.0
7
- huggingface_hub>=0.34.0
8
- gradio>=5.8.0
9
- spaces
10
- gradio_imageslider
 
 
 
 
 
 
1
+ torch>=2.2.2 --extra-index-url https://download.pytorch.org/whl/cu113
2
  git+https://github.com/huggingface/diffusers.git
3
+ transformers==4.57.6
4
+ accelerate==1.13.0
5
+ safetensors==0.7.0
6
+ pillow==10.4.0
7
+ huggingface_hub==0.36.2
8
+ gradio==4.44.1
9
+ spaces==0.47.0
10
+ gradio_imageslider==0.0.20
11
+ diffusers==0.31.0
12
+ numpy==1.26.4
13
+ pydantic==2.9.2
14
+ tokenizers==0.22.2
15
+ gradio_client==1.3.0