mahdideveloepr commited on
Commit
edbdf37
·
verified ·
1 Parent(s): 4d05562

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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