diff --git a/src/gui/options/options.js b/src/gui/options/options.js index 441e16c06459483fbb23eb83bdd3d4bd0675d49e..bef776e9d69600376a3199d2f8e2b919d3599ec3 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -1383,7 +1383,7 @@ App.UI.artOptions = function() { }); options.addOption("ADetailer restore face", "aiAdetailerFace") .addValue("Enabled", true).on().addValue("Disabled", false).off() - .addComment(App.UI.DOM.combineNodes("Use AI to recognize and re-render the face with better detail. Small impact to generation time, moderate impact to image quality. ", adCheckSpan)); + .addComment(App.UI.DOM.combineNodes("Use AI to recognize and re-render the face with better detail. Much better than Restore Faces, but requires more technical setup. ", adCheckSpan)); options.addOption("Upscaling/highres fix", "aiUpscale") .addValue("Enabled", true).on().addValue("Disabled", false).off()