Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -6,27 +6,27 @@ torchvision==0.26.0
|
|
| 6 |
torchaudio==2.11.0
|
| 7 |
|
| 8 |
spaces
|
| 9 |
-
gradio
|
| 10 |
huggingface_hub
|
| 11 |
hf_xet
|
|
|
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
controlnet-aux==0.0.7
|
| 16 |
-
imageio
|
| 17 |
-
imageio[ffmpeg]
|
| 18 |
safetensors
|
| 19 |
einops
|
| 20 |
sentencepiece
|
| 21 |
protobuf
|
| 22 |
modelscope
|
| 23 |
ftfy
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
websockets
|
| 29 |
pyexr
|
| 30 |
natsort
|
| 31 |
-
|
|
|
|
| 32 |
omegaconf
|
|
|
|
|
|
|
|
|
| 6 |
torchaudio==2.11.0
|
| 7 |
|
| 8 |
spaces
|
| 9 |
+
gradio==6.14.0
|
| 10 |
huggingface_hub
|
| 11 |
hf_xet
|
| 12 |
+
hf_transfer
|
| 13 |
|
| 14 |
+
transformers==4.50.0
|
| 15 |
+
accelerate
|
|
|
|
|
|
|
|
|
|
| 16 |
safetensors
|
| 17 |
einops
|
| 18 |
sentencepiece
|
| 19 |
protobuf
|
| 20 |
modelscope
|
| 21 |
ftfy
|
| 22 |
+
imageio
|
| 23 |
+
imageio[ffmpeg]
|
| 24 |
+
Pillow
|
| 25 |
+
opencv-python-headless
|
|
|
|
| 26 |
pyexr
|
| 27 |
natsort
|
| 28 |
+
pandas
|
| 29 |
+
websockets
|
| 30 |
omegaconf
|
| 31 |
+
nvidia-ml-py
|
| 32 |
+
tqdm
|