multimodalart HF Staff commited on
Commit
be42537
·
verified ·
1 Parent(s): 46b9702

[Admin maintenance] Support new ZeroGPU hardware

Browse files

Thank you so much for having shared this Space with the community on this demo. We have upgraded the ZeroGPU infra-structure to run on modern blackwell architecture.
For that, we need to upgrade your demo to support that. This PR fixes your demo to work with the new architecture. As this is something we broke on our end, we may merge this PR autonomously. If this breaks unexpectedly or brings unintended consequences, feel free to revert, modify or otherwise. Any issues you can email apolinario@huggingface.co

Files changed (1) hide show
  1. 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
- torchvision
 
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