Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +15 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
cupy-cuda12x
|
| 4 |
transformers
|
| 5 |
controlnet-aux==0.0.7
|
|
@@ -11,11 +21,12 @@ sentencepiece
|
|
| 11 |
protobuf
|
| 12 |
modelscope
|
| 13 |
ftfy
|
| 14 |
-
|
| 15 |
accelerate
|
| 16 |
lightning
|
| 17 |
pandas
|
| 18 |
websockets
|
| 19 |
pyexr
|
| 20 |
natsort
|
| 21 |
-
dashscope
|
|
|
|
|
|
| 1 |
+
--index-url https://download.pytorch.org/whl/cu130
|
| 2 |
+
--extra-index-url https://pypi.org/simple
|
| 3 |
+
|
| 4 |
+
torch==2.11.0
|
| 5 |
+
torchvision==0.26.0
|
| 6 |
+
torchaudio==2.11.0
|
| 7 |
+
|
| 8 |
+
spaces
|
| 9 |
+
gradio
|
| 10 |
+
huggingface_hub
|
| 11 |
+
hf_xet
|
| 12 |
+
|
| 13 |
cupy-cuda12x
|
| 14 |
transformers
|
| 15 |
controlnet-aux==0.0.7
|
|
|
|
| 21 |
protobuf
|
| 22 |
modelscope
|
| 23 |
ftfy
|
| 24 |
+
nvidia-ml-py
|
| 25 |
accelerate
|
| 26 |
lightning
|
| 27 |
pandas
|
| 28 |
websockets
|
| 29 |
pyexr
|
| 30 |
natsort
|
| 31 |
+
dashscope
|
| 32 |
+
omegaconf
|