Files
video-subtitle-remover/requirements.txt
Jason f78e985e1c 使用PySide6-Fluent-Widgets重构整套UI
添加任务列表组件并优化视频加载逻辑
支持可视化显示字幕区域
整理所有模型, 分别为STTN智能擦除, STTN字幕检测, LAMA, ProPainter, OpenCV
提高处理性能
新增CPU运行模式并优化多语言支持
修复Propainter模式部分视频报错

本次提交新增了CPU运行模式,适用于无GPU加速的场景。同时,优化了多语言支持,新增了日语、韩语、越南语等语言配置文件,并更新了README文档以反映新的运行模式和多语言支持。此外,修复了部分代码逻辑,提升了系统的稳定性和兼容性。
2025-05-22 08:41:59 +08:00

26 lines
639 B
Plaintext

albumentations~=1.4.10
filesplit==3.0.2
opencv-python==4.11.0.86
scikit-image==0.25.2
imgaug==0.4.0
pyclipper==1.3.0.post6
lmdb==1.6.2
PyYAML==6.0.2
omegaconf==2.3.0
tqdm==4.67.1
pyside6-fluent-widgets==1.7.7
easydict==1.13
scikit-learn==1.6.1
pandas==2.2.3
webdataset==0.2.111
numpy==2.2.5
protobuf==6.30.2
av==14.3.0
einops==0.8.1
paddleocr==2.10.0
paddle2onnx==1.3.1
onnxruntime-gpu==1.20.1; sys_platform == 'linux'
# do not upgrade, windows 10/11 compatable issues, check hardware_acclerator.py:100
onnxruntime-directml==1.20.1; sys_platform == 'win32'
onnxruntime-coreml==1.13.1; sys_platform == 'darwin'
je-showinfilemanager==1.1.6a4