Skip to content
Snippets Groups Projects
Commit 4304ac05 authored by svornost's avatar svornost
Browse files

Tweak comments

parent b002ac34
No related branches found
No related tags found
1 merge request!11642Validate AI configuration options against the Automatic1111 API
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment