Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
-
torch
|
2 |
pillow
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
transformers
|
7 |
-
|
8 |
-
opencv-python
|
9 |
-
uuid
|
10 |
imageio
|
11 |
imageio[ffmpeg]
|
|
|
12 |
einops
|
13 |
-
|
|
|
|
|
1 |
pillow
|
2 |
+
torch>=2.0.0
|
3 |
+
cupy-cuda12x
|
4 |
+
pip
|
5 |
transformers
|
6 |
+
controlnet-aux==0.0.7
|
|
|
|
|
7 |
imageio
|
8 |
imageio[ffmpeg]
|
9 |
+
safetensors
|
10 |
einops
|
11 |
+
sentencepiece
|