Ultronprime commited on
Commit
7372754
·
verified ·
1 Parent(s): 3dd125c

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ git+https://github.com/huggingface/accelerate.git
2
+ git+https://github.com/huggingface/diffusers.git
3
+ git+https://github.com/huggingface/peft.git
4
+ huggingface_hub
5
+ sentencepiece
6
+ transformers
7
+ torchvision
8
+ supervision
9
+ kernels
10
+ spaces
11
+ torch
12
+ numpy
13
+ pillow
14
+ zipfile36