feat: Improve description of negative prompt

This commit is contained in:
Daudix_UFO 2023-05-18 17:13:55 +03:00
parent b301d3302a
commit 64e9eabd3a
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ template $ImaginerWindow : Adw.ApplicationWindow {
styles [ "flat" ]
popover: Popover {
Label {
label: _("Negative prompt is where you put things that should not be generated, such as 'low quality',\n or more specific such as art style, basically prompt and negative prompt are dos and\n don'ts for image generation");
label: _("Negative Prompt is a way to specify what you don't want to see in the image, without any extra input");
}
};
}