Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -6,9 +6,8 @@ accelerate
|
|
6 |
sentencepiece
|
7 |
safetensors
|
8 |
peft
|
9 |
-
torch
|
10 |
numpy
|
11 |
opencv-python
|
12 |
Pillow
|
13 |
-
opencc-python-reimplemented
|
14 |
-
# git+https://github.com/initml/diffusers.git@clement/feature/flash_sd3
|
|
|
6 |
sentencepiece
|
7 |
safetensors
|
8 |
peft
|
9 |
+
torch==2.4.0
|
10 |
numpy
|
11 |
opencv-python
|
12 |
Pillow
|
13 |
+
opencc-python-reimplemented
|
|