mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user