i0switch commited on
Commit
e8f8197
·
verified ·
1 Parent(s): f47143a

Create oldre.txt

Browse files
Files changed (1) hide show
  1. oldre.txt +21 -0
oldre.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
10
+ transformers==4.40.1
11
+ accelerate==0.29.3
12
+ compel==2.0.2
13
+ safetensors
14
+
15
+ # CV & Image Processing
16
+ Pillow
17
+ opencv-python-headless
18
+ insightface==0.7.3
19
+ basicsr==1.4.2
20
+ realesrgan
21
+ onnxruntime # <- GPUではなくCPU版を指定