HAL1993 commited on
Commit
bcf2cd7
Β·
verified Β·
1 Parent(s): ada946f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu121
2
- torch
3
- diffusers==0.27.2
4
- transformers==4.38.2 # required for compatibility with latest huggingface_hub
5
- huggingface_hub==0.23.0 # required for compatibility with transformers >= 4.37
6
- opencv-python
7
- safetensors
8
- pillow==10.2.0
9
- einops
10
- peft
11
- gradio==4.29.0
12
- protobuf==3.20
13
-
 
1
  --extra-index-url https://download.pytorch.org/whl/cu121
2
+ torch>=2.3.0
3
+ diffusers>=0.27.2
4
+ transformers>=4.38.2
5
+ huggingface_hub>=0.23.0
6
+ opencv-python>=4.9.0
7
+ safetensors>=0.4.2
8
+ pillow>=10.2.0
9
+ einops>=0.7.0
10
+ peft>=0.10.0
11
+ gradio==5.35.0
12
+ protobuf>=5.26.1
13
+ accelerate>=0.29.3