RKP64 commited on
Commit
a565c22
·
1 Parent(s): 0583ada

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -0
requirements.txt ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu113
2
+ langchain==0.0.101
3
+ torch==1.13.1
4
+ torchvision==0.14.1
5
+ wget==3.2
6
+ accelerate
7
+ addict
8
+ albumentations
9
+ basicsr
10
+ controlnet-aux
11
+ diffusers
12
+ einops
13
+ gradio
14
+ imageio
15
+ imageio-ffmpeg
16
+ invisible-watermark
17
+ kornia
18
+ numpy
19
+ omegaconf
20
+ open_clip_torch
21
+ openai
22
+ opencv-python
23
+ prettytable
24
+ safetensors
25
+ streamlit
26
+ test-tube
27
+ timm
28
+ torchmetrics
29
+ transformers
30
+ webdataset
31
+ yapf
32
+