mkshing commited on
Commit
95c9963
1 Parent(s): f6067d6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+ torch==2.3.1+cu121
3
+ torchvision==0.18.1+cu121
4
+
5
+ accelerate==0.31.0
6
+ controlnet-aux==0.0.9
7
+ diffusers==0.26.0
8
+ gradio==4.37.2
9
+ sentencepiece==0.2.0
10
+ transformers==4.42.3