Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
modelscope==1.8.4
|
2 |
+
xformers==0.0.20
|
3 |
+
torch==2.0.1
|
4 |
+
open_clip_torch>=2.0.2
|
5 |
+
opencv-python-headless
|
6 |
+
opencv-python
|
7 |
+
einops>=0.4
|
8 |
+
rotary-embedding-torch
|
9 |
+
fairscale
|
10 |
+
scipy
|
11 |
+
imageio
|
12 |
+
pytorch-lightning
|
13 |
+
torchsde
|
14 |
+
easydict
|