gaur3009 commited on
Commit
71ccdff
1 Parent(s): bc20ebb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -7
requirements.txt CHANGED
@@ -1,7 +1,28 @@
1
- numpy
2
- PIL
3
- torch
4
- torchvision
5
- gradio
6
- src
7
- src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ clip @ git+https://github.com/openai/CLIP.git
2
+ einops>=0.6.1
3
+ numpy>=1.24.4
4
+ open-clip-torch>=2.20.0
5
+ opencv-python==4.6.0.66
6
+ pillow>=9.5.0
7
+ scipy==1.11.1
8
+ timm>=0.9.2
9
+ tokenizers
10
+ torch>=2.0.1
11
+
12
+ torchaudio>=2.0.2
13
+ torchdata==0.6.1
14
+ torchmetrics>=1.0.1
15
+ torchvision>=0.15.2
16
+
17
+ tqdm>=4.65.0
18
+ transformers==4.35.2
19
+ triton==2.0.0
20
+ urllib3<1.27,>=1.25.4
21
+ xformers>=0.0.20
22
+ streamlit-keyup==0.2.0
23
+ lpips
24
+ clean-fid
25
+ peft
26
+ dominate
27
+ diffusers==0.25.1
28
+ gradio==3.43.1