Spaces:
Running on Zero
Running on Zero
Commit ·
5a97abb
1
Parent(s): 46b9702
[Admin maintenance] Support new ZeroGPU hardware (#17)
Browse files- [Admin maintenance] Support new ZeroGPU hardware (be425376b2beb5a650e862fe759bf3992d3da643)
- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -3,7 +3,8 @@ setuptools
|
|
| 3 |
hidiffusion==0.1.10
|
| 4 |
gradio==5.27.0
|
| 5 |
transformers
|
| 6 |
-
|
|
|
|
| 7 |
xformers
|
| 8 |
accelerate
|
| 9 |
invisible-watermark
|
|
@@ -11,9 +12,7 @@ hf-transfer
|
|
| 11 |
compel
|
| 12 |
opencv-python
|
| 13 |
numpy
|
| 14 |
-
transformers
|
| 15 |
safetensors
|
| 16 |
spaces
|
| 17 |
-
torch==2.2
|
| 18 |
controlnet-aux @ git+https://github.com/huggingface/controlnet_aux
|
| 19 |
numpy<2
|
|
|
|
| 3 |
hidiffusion==0.1.10
|
| 4 |
gradio==5.27.0
|
| 5 |
transformers
|
| 6 |
+
torch==2.10.0
|
| 7 |
+
torchvision==0.25.0
|
| 8 |
xformers
|
| 9 |
accelerate
|
| 10 |
invisible-watermark
|
|
|
|
| 12 |
compel
|
| 13 |
opencv-python
|
| 14 |
numpy
|
|
|
|
| 15 |
safetensors
|
| 16 |
spaces
|
|
|
|
| 17 |
controlnet-aux @ git+https://github.com/huggingface/controlnet_aux
|
| 18 |
numpy<2
|