feat: add Deep Enhance toggle to image enhancement UI

Toggle sends deepEnhance: true in settings to enable AI-powered
noise/artifact cleanup via SCUNet after the Sharp pipeline.
This commit is contained in:
SnapOtter
2026-05-09 11:31:36 +08:00
parent 40522ebe1a
commit ee871dc8ea
2 changed files with 40 additions and 3 deletions
+5
View File
@@ -194,6 +194,11 @@ export const en = {
},
pipeline: { name: "Pipeline Builder", description: "Chain multiple tools into a workflow" },
},
imageEnhancement: {
deepEnhance: "Deep Enhance (AI)",
deepEnhanceDescription: "Removes noise and artifacts using AI",
deepEnhanceRequires: "Requires Upscale & Enhance bundle",
},
settings: {
title: "Settings",
general: "General",