John6666 commited on
Commit
6657d64
·
verified ·
1 Parent(s): c0c1960

Upload requirements.txt

Browse files

by https://huggingface.co/spaces/radames/Enhance-This-HiDiffusion-SDXL/discussions/15#69116837cf03b074db447605
It worked for me on Zero GPU. So maybe temporary library mismatch or so? Perbaps restarting is suffice.
But I'll commit just in case for now.

Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -3,7 +3,7 @@ setuptools
3
  hidiffusion==0.1.10
4
  gradio==5.27.0
5
  accelerate
6
- transformers
7
  torchvision
8
  xformers
9
  accelerate
@@ -18,4 +18,5 @@ safetensors
18
  spaces
19
  torch==2.2
20
  controlnet-aux @ git+https://github.com/huggingface/controlnet_aux
21
- numpy<2
 
 
3
  hidiffusion==0.1.10
4
  gradio==5.27.0
5
  accelerate
6
+ transformers!=4.57.0
7
  torchvision
8
  xformers
9
  accelerate
 
18
  spaces
19
  torch==2.2
20
  controlnet-aux @ git+https://github.com/huggingface/controlnet_aux
21
+ numpy<2
22
+ pydantic==2.10.6