Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -18
requirements.txt
CHANGED
|
@@ -1,20 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
accelerate>=1.1.1
|
| 8 |
-
tqdm
|
| 9 |
-
imageio
|
| 10 |
-
easydict
|
| 11 |
ftfy
|
| 12 |
-
dashscope
|
| 13 |
imageio-ffmpeg
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git@5512d70f7fd89f69511d9c23f1473a49f7901bee
|
| 2 |
+
transformers
|
| 3 |
+
accelerate
|
| 4 |
+
safetensors
|
| 5 |
+
sentencepiece
|
| 6 |
+
peft
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
ftfy
|
|
|
|
| 8 |
imageio-ffmpeg
|
| 9 |
+
opencv-python
|
| 10 |
+
torchao==0.11.0
|
| 11 |
+
|
| 12 |
+
torch
|
| 13 |
+
diffusers
|
| 14 |
+
transformers
|
| 15 |
+
accelerate
|
| 16 |
+
gradio
|
| 17 |
+
dfloat11 @ git+https://github.com/DFloat11/dfloat11.git
|
| 18 |
+
spaces
|