mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-06 17:37:29 +08:00
移除ProPainter模式:删除代码、模型、UI设置和翻译
Some checks failed
Docker Build and Push / check-secrets (push) Successful in 3s
Docker Build and Push / build-and-push (cpu, latest) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 11.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.6) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.8) (push) Has been skipped
Docker Build and Push / build-and-push (directml, latest) (push) Has been skipped
Build Windows CPU / build (push) Has been cancelled
Build Windows CUDA 11.8 / build (push) Has been cancelled
Build Windows CUDA 12.6 / build (push) Has been cancelled
Build Windows CUDA 12.8 / build (push) Has been cancelled
Build Windows DirectML / build (push) Has been cancelled
Some checks failed
Docker Build and Push / check-secrets (push) Successful in 3s
Docker Build and Push / build-and-push (cpu, latest) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 11.8) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.6) (push) Has been skipped
Docker Build and Push / build-and-push (cuda, 12.8) (push) Has been skipped
Docker Build and Push / build-and-push (directml, latest) (push) Has been skipped
Build Windows CPU / build (push) Has been cancelled
Build Windows CUDA 11.8 / build (push) Has been cancelled
Build Windows CUDA 12.6 / build (push) Has been cancelled
Build Windows CUDA 12.8 / build (push) Has been cancelled
Build Windows DirectML / build (push) Has been cancelled
ProPainter算法占用341MB模型文件且需要大量显存,移除以精简项目。 - 删除 backend/inpaint/propainter_inpaint.py 和 video/ 模块 - 删除 backend/models/propainter/ 模型目录 - 移除 InpaintMode.PROPAINTER 枚举和 propainterMaxLoadNum 配置 - 移除高级设置页面的 ProPainter 设置组 - 清理所有7种语言的翻译文件 - 更新 README 和 .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,6 @@ BasicSetting = 基础设置
|
||||
AdvancedSetting = 高级设置
|
||||
SubtitleDetectionSetting = 字幕检测设置
|
||||
SttnSetting = STTN设置
|
||||
ProPainterSetting = ProPainter设置
|
||||
AboutSetting = 关于
|
||||
HardwareAcceleration = 硬件加速
|
||||
HardwareAccelerationDesc = 使用GPU或ONNX后端进行加速处理
|
||||
@@ -36,8 +35,6 @@ SttnReferenceLength = 参考帧数量
|
||||
SttnReferenceLengthDesc = 默认为10
|
||||
SttnMaxLoadNum = 最大同时处理的帧数量
|
||||
SttnMaxLoadNumDesc = 设置越大处理效果越好,但是要求显存越高,默认为50
|
||||
PropainterMaxLoadNum = 最大同时处理的帧数量
|
||||
PropainterMaxLoadNumDesc = 设置越大处理效果越好,但是要求显存越高,默认为70
|
||||
CheckUpdateOnStartup = 在应用程序启动时检查更新
|
||||
CheckUpdateOnStartupDesc = 新版本将更加稳定, 并拥有更多功能(建议启用此选项)
|
||||
UpdatesAvailableTitle = 有可用更新
|
||||
@@ -67,7 +64,6 @@ SelectSubtitleArea = 请在视频预览中框选处理区域: {}
|
||||
InpaintModeDesc = STTN智能擦除, 对于真人视频效果较好,速度快, 智能擦除(最低4GB显存)
|
||||
STTN字幕检测 带字幕检测版, 无智能擦除(最低4GB显存)
|
||||
LAMA: 对于动画类视频效果好,速度一般(显存要求较低)
|
||||
ProPainter: 需要消耗大量显存,速度较慢,对运动非常剧烈的视频效果较好(最低8GB显存)
|
||||
OpenCV: 极速模式, 不保证inpaint效果,仅仅对包含文本的区域文本进行去除(显存要求较低)
|
||||
SubtitleDetectMode = 字幕检测
|
||||
ErrorDuringProcessing = 处理过程中发生错误: {}
|
||||
@@ -122,7 +118,6 @@ RequestError = 尝试访问 {} 失败, 原因: {}
|
||||
SttnAuto = STTN智能擦除
|
||||
SttnDet = STTN字幕检测
|
||||
LAMA = LAMA
|
||||
ProPainter = ProPainter
|
||||
OpenCV = OpenCV
|
||||
|
||||
[SubtitleDetectMode]
|
||||
|
||||
Reference in New Issue
Block a user