i0switch commited on
Commit
d49b7ca
·
verified ·
1 Parent(s): 3b424cd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  # Gradio & Spaces
2
  gradio==4.31.0
3
 
4
- # PyTorch (CPU-first loading strategy)
5
- torch==2.3.1
6
- torchvision==0.18.1
7
 
8
  # AI & Diffusers
9
  diffusers==0.27.2
@@ -18,4 +18,4 @@ opencv-python-headless
18
  insightface==0.7.3
19
  basicsr==1.4.2
20
  realesrgan
21
- onnxruntime # <- GPUではなくCPU版を指定
 
1
  # Gradio & Spaces
2
  gradio==4.31.0
3
 
4
+ # PyTorch (ZeroGPU supported version)
5
+ torch==2.1.2
6
+ torchvision==0.16.2
7
 
8
  # AI & Diffusers
9
  diffusers==0.27.2
 
18
  insightface==0.7.3
19
  basicsr==1.4.2
20
  realesrgan
21
+ onnxruntime