forked from MashiroSaber03/Saber-Translator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-gpu.txt
More file actions
57 lines (49 loc) · 1.16 KB
/
requirements-gpu.txt
File metadata and controls
57 lines (49 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ============================================
# Saber-Translator Dependencies (GPU Version - CUDA 13.0)
# ============================================
# Installation:
# 1. Install non-PyTorch dependencies first:
# pip install -r requirements-gpu.txt
#
# 2. Then install GPU version of PyTorch separately:
# pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130
# ============================================
# Flask related
flask
flask-cors
# Base tools
pyyaml
pillow
opencv-python
requests
networkx
shapely
pyclipper
pandas
freetype-py
# AI/OCR
openai
manga-ocr
rapidocr-onnxruntime
sentencepiece # for PaddleOCR-VL
transformers==4.55.0 # PaddleOCR-VL compatibility
accelerate # required for GPU device_map in transformers
# Deep Learning (torch/torchvision not included, install GPU version separately)
# torch # Please use the command above to install GPU version
# torchvision # Please use the command above to install GPU version
einops
ultralytics
seaborn
litelama
# Other
dill
mobi>=0.4.0
PyMuPDF>=1.23.0
# Manga Insight
chromadb>=0.4.0
edge-tts>=6.1.0
httpx[http2]>=0.25.0
# Web Import
gallery-dl>=1.26.0
# Build
pyinstaller