Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +16 -25
requirements.txt
CHANGED
|
@@ -1,31 +1,22 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
torch
|
| 14 |
-
numpy
|
| 15 |
modelscope
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
| 17 |
git+https://github.com/huggingface/diffusers.git
|
| 18 |
transformers
|
| 19 |
accelerate
|
| 20 |
safetensors
|
| 21 |
-
peft
|
| 22 |
-
|
| 23 |
-
# UI
|
| 24 |
-
gradio>=4.0
|
| 25 |
-
|
| 26 |
-
# Utilities & Dependencies
|
| 27 |
-
sentencepiece
|
| 28 |
-
ftfy
|
| 29 |
-
imageio
|
| 30 |
-
imageio-ffmpeg
|
| 31 |
-
opencv-python
|
|
|
|
| 1 |
gradio
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision
|
| 4 |
+
cupy-cuda12x ; sys_platform != "win32"
|
| 5 |
+
transformers==4.46.2
|
| 6 |
+
controlnet-aux==0.0.7
|
| 7 |
+
imageio
|
| 8 |
+
imageio[ffmpeg]
|
| 9 |
+
safetensors
|
| 10 |
+
einops
|
| 11 |
+
sentencepiece
|
| 12 |
+
protobuf
|
|
|
|
|
|
|
| 13 |
modelscope
|
| 14 |
+
ftfy
|
| 15 |
+
huggingface_hub
|
| 16 |
+
flash-attn --no-build-isolation
|
| 17 |
+
-e ./PusaV1
|
| 18 |
git+https://github.com/huggingface/diffusers.git
|
| 19 |
transformers
|
| 20 |
accelerate
|
| 21 |
safetensors
|
| 22 |
+
peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|