mahdideveloepr commited on
Commit
f9846f4
·
verified ·
1 Parent(s): 705313e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,12 +1,14 @@
1
- huggingface_hub==0.19.3
2
- diffusers==0.16.1
3
- transformers==4.36.2
 
 
 
 
4
  opencv-python
5
  safetensors
6
- pillow==10.2.0
7
  einops
8
- torch
9
  peft
10
- gradio==3.41.2
11
- protobuf==3.20
12
-
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu124
2
+ torch
3
+ torchvision
4
+ diffusers==0.31.0
5
+ accelerate==1.1.1
6
+ transformers==4.46.2
7
+ sentencepiece==0.2.0
8
  opencv-python
9
  safetensors
10
+ pillow
11
  einops
 
12
  peft
13
+ pyzipper
14
+ python-multipart==0.0.12