mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-17 19:03:28 +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 = 有可用更新
|
||||
@@ -66,8 +63,7 @@ InpaintMode = 處理模型
|
||||
SelectSubtitleArea = 請在影片預覽中框選處理區域: {}
|
||||
InpaintModeDesc = STTN智能擦除,對於真人視頻效果較好,速度快,智能擦除(最低4GB顯存)
|
||||
STTN字幕檢測 帶字幕檢測版,無智能擦除(最低4GB顯存)
|
||||
LAMA:對於動畫類視頻效果好,速度一般(顯存要求較低)
|
||||
ProPainter:需要消耗大量顯存,速度較慢,對運動非常劇烈的視頻效果較好(最低8GB顯存)
|
||||
LAMA:對於動畫類視頻效果好,速度一般(顯存要求較低)
|
||||
OpenCV:極速模式,不保證inpaint效果,僅僅對包含文本的區域文本進行去除(顯存要求較低)
|
||||
SubtitleDetectMode = 字幕檢測模式
|
||||
ErrorDuringProcessing = 處理過程中發生錯誤: {}
|
||||
@@ -121,8 +117,7 @@ RequestError = 嘗試存取 {} 失敗,原因: {}
|
||||
[InpaintMode]
|
||||
SttnAuto = STTN智慧擦除
|
||||
SttnDet = STTN字幕檢測
|
||||
LAMA = LAMA
|
||||
ProPainter = ProPainter
|
||||
LAMA = LAMA
|
||||
OpenCV = OpenCV
|
||||
|
||||
[SubtitleDetectMode]
|
||||
|
||||
Reference in New Issue
Block a user