nateraw commited on
Commit
c2c87de
1 Parent(s): 0dfbee3

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # A10G needs cuda 11.3
2
+ --extra-index-url https://download.pytorch.org/whl/cu113
3
+ torch==1.12.0+cu113
4
+ torchvision==0.13.0+cu113
5
+
6
+ # Stable diffusion videos repo with the realesrgan extra for upsampling
7
+ stable-diffusion-videos[realesrgan]
8
+
9
+ # Youtube-dl for downloading examples
10
+ youtube-dl