gsstec commited on
Commit
e34ab03
·
verified ·
1 Parent(s): 7af26b2

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -33
requirements.txt CHANGED
@@ -1,35 +1,23 @@
1
- accelerate>=0.33.0
2
- diffusers>=0.30.0
3
- transformers>=4.45.0
4
- tokenizers>=0.20.0
5
  PyQt5
6
- Pillow>=10.0.0
7
- openvino>=2025.0.0
8
- onnx>=1.17.0
9
- onnxruntime>=1.20.0
10
- optimum>=1.23.0
11
- optimum-intel>=1.20.0
12
- pydantic>=2.0.0
13
- typing-extensions>=4.8.0
14
- pyyaml>=6.0.1
15
- peft>=0.17.0
16
- opencv-python>=4.8.1.78
17
- omegaconf>=2.3.0
18
- controlnet-aux>=0.0.7
19
- mediapipe>=0.10.9
20
- tomesd>=0.1.3
21
- gradio[oauth]==4.44.0
22
- uvicorn>=0.14.0
23
- websockets>=10.4
24
- spaces
25
- safetensors
26
- sentencepiece
27
- audioop-lts
28
- torch>=2.5.0
29
- torchvision>=0.20.0
30
  numpy==1.26.4
31
- scipy>=1.14.0
32
- scikit-image>=0.24.0
33
- timm>=1.0.0
34
- imageio>=2.34.0
35
- cryptography>=41.0.0
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.6.0
2
+ diffusers==0.33.0
3
+ transformers==4.48.0
 
4
  PyQt5
5
+ Pillow==9.4.0
6
+ openvino==2025.1.0
7
+ optimum-intel==1.23.0
8
+ onnx==1.16.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  numpy==1.26.4
10
+ onnxruntime==1.17.3
11
+ pydantic
12
+ typing-extensions==4.10.0
13
+ pyyaml==6.0.1
14
+ gradio==5.6.0
15
+ peft==0.6.1
16
+ opencv-python==4.8.1.78
17
+ omegaconf==2.3.0
18
+ controlnet-aux==0.0.7
19
+ mediapipe==0.10.18
20
+ tomesd==0.1.3
21
+ mcp==1.6.0
22
+ fastapi-mcp==0.3.0
23
+ hf_xet