feat: 调整 gpu 提示

This commit is contained in:
uye
2025-07-21 20:30:04 +08:00
parent 782371d2ca
commit e4bee97168
6 changed files with 6 additions and 10 deletions

View File

@@ -424,11 +424,7 @@ namespace MaaWpfGui.Main
if (x.IsDeprecated)
{
if (!GpuOption.AllowDeprecatedGpu)
{
Instances.TaskQueueViewModel.AddLog(string.Format(LocalizationHelper.GetString("GpuDeprecatedMessage"), description), UiLogColor.Warning);
}
Instances.TaskQueueViewModel.AddLog(string.Format(LocalizationHelper.GetString("GpuDeprecatedMessage"), description), UiLogColor.Warning);
_logger.Warning("Using deprecated GPU {0} (Driver {1} {2})", description, version, date);
}
else

View File

@@ -76,7 +76,7 @@
<system:String x:Key="UseGpuForInference">Use GPU for inference acceleration</system:String>
<system:String x:Key="GpuOptionDisable">Dont use</system:String>
<system:String x:Key="GpuOptionSystemDefault">System default GPU</system:String>
<system:String x:Key="GpuDeprecatedMessage">The current selected GPU ({0}) for inference acceleration is not recommended.\n\nYou can choose another GPU or suppress this message in 「{key=Settings} - {key=PerformanceSettings}」.</system:String>
<system:String x:Key="GpuDeprecatedMessage">The selected GPU ({0}) for inference acceleration has known compatibility issues, which may cause recognition errors, misalignment, or other unexpected results.\n\nIt is recommended to switch to a different GPU in 「{key=Settings} - {key=PerformanceSettings}」.</system:String>
<system:String x:Key="GpuAllowDeprecated">Allow deprecated GPU</system:String>
<system:String x:Key="Copy">Copy</system:String>
<!-- Settings Guide -->

View File

@@ -76,7 +76,7 @@
<system:String x:Key="UseGpuForInference">推論加速のためにGPUを使用する</system:String>
<system:String x:Key="GpuOptionDisable">使用しない</system:String>
<system:String x:Key="GpuOptionSystemDefault">システムデフォルトGPU</system:String>
<system:String x:Key="GpuDeprecatedMessage">現在選択されている推論加速 GPU ({0})は推奨されません。\n\n「{key=Settings} - {key=PerformanceSettings}」 で別の GPU を選択するか、このメッセージを無効にできます。</system:String>
<system:String x:Key="GpuDeprecatedMessage">現在選択されている推論加速 GPU{0})には互換性の問題があり、認識ミスやずれ、その他の予期しない不具合が発生する可能性があります。\n\n「{key=Settings} - {key=PerformanceSettings}」 で別の GPU に変更することをおすすめします。</system:String>
<system:String x:Key="GpuAllowDeprecated">非推奨 GPU の使用を許可する</system:String>
<system:String x:Key="Copy">コピー</system:String>
<!-- 設定ガイド -->

View File

@@ -76,7 +76,7 @@
<system:String x:Key="UseGpuForInference">추론 가속화를 위해 GPU 사용</system:String>
<system:String x:Key="GpuOptionDisable">사용안함</system:String>
<system:String x:Key="GpuOptionSystemDefault">시스템 기본 GPU</system:String>
<system:String x:Key="GpuDeprecatedMessage">추론 가속을 위해 현재 선택된 GPU({0})의 사용이 권장되지 않습니다\n\n「{key=Settings} - {key=PerformanceSettings}」 에서 다른 GPU를 선택하거나 이 메시지를 비활성화할 수 있습니다</system:String>
<system:String x:Key="GpuDeprecatedMessage">현재 선택된 추론 가속 GPU({0})는 호환성 문제가 있어, 인식 오류, 위치 이상 또는 기타 예기치 않은 문제가 발생할 수 있습니다.\n\n「{key=Settings} - {key=PerformanceSettings}」 에서 다른 GPU로 변경하는 것을 권장합니다.</system:String>
<system:String x:Key="GpuAllowDeprecated">권장되지 않는 GPU 사용 허용</system:String>
<system:String x:Key="Copy">복사</system:String>
<!-- 설정 가이드 -->

View File

@@ -76,7 +76,7 @@
<system:String x:Key="UseGpuForInference">使用 GPU 加速推理</system:String>
<system:String x:Key="GpuOptionDisable">不使用</system:String>
<system:String x:Key="GpuOptionSystemDefault">系统默认 GPU</system:String>
<system:String x:Key="GpuDeprecatedMessage">不推荐使用当前选择的推理加速 GPU{0})。\n\n您可以前往 「{key=Settings} - {key=PerformanceSettings}」 选择其他 GPU 或禁用此消息。</system:String>
<system:String x:Key="GpuDeprecatedMessage">当前选择的推理加速 GPU{0}存在兼容性问题,可能导致识别错误、错位或其他异常结果。\n\n建议前往 「{key=Settings} - {key=PerformanceSettings}」 更换其他 GPU。</system:String>
<system:String x:Key="GpuAllowDeprecated">允许使用不推荐的 GPU</system:String>
<system:String x:Key="Copy">复制</system:String>
<!-- 设置指引 -->

View File

@@ -75,7 +75,7 @@
<system:String x:Key="UseGpuForInference">使用 GPU 加速推理</system:String>
<system:String x:Key="GpuOptionDisable">不使用</system:String>
<system:String x:Key="GpuOptionSystemDefault">系統預設 GPU</system:String>
<system:String x:Key="GpuDeprecatedMessage">不推薦使用當前選擇的推理加速 GPU{0})。\n\n您可以前往 「{key=Settings} - {key=PerformanceSettings}」 選擇其他 GPU 或禁用此消息。</system:String>
<system:String x:Key="GpuDeprecatedMessage">當前選擇的推理加速 GPU{0}存在相容性問題,可能導致識別錯誤、錯位或其他異常結果。\n\n建議前往 「{key=Settings} - {key=PerformanceSettings}」 更換其他 GPU。</system:String>
<system:String x:Key="GpuAllowDeprecated">允許使用不推薦的 GPU</system:String>
<system:String x:Key="Copy">複製</system:String>
<!-- 設定指引 -->