We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a a user, I want to be able to select a preset negative prompt.
I want to be able to just render apple without needing to override the current negative prompt.
apple
DEFAULT_NEGATIVE_PROMPT="paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot, glans, (ugly:1.331), (duplicate:1.331), (morbid:1.21), (mutilated:1.21), (tranny:1.331), mutated hands, (poorly drawn hands:1.331), blurry, 3hands,4fingers,3arms, bad anatomy, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts,poorly drawn face,mutation,deformed"
Let's set the negative prompt to empty.
DEFAULT_NEGATIVE_PROMPT = ""
Then, one of the options can be the negative prompt.
NEGATIVE_PROMPT_PRESET_GOOD_LOOKING="paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot, glans, (ugly:1.331), (duplicate:1.331), (morbid:1.21), (mutilated:1.21), (tranny:1.331), mutated hands, (poorly drawn hands:1.331), blurry, 3hands,4fingers,3arms, bad anatomy, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts,poorly drawn face,mutation,deformed"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Story
As a a user, I want to be able to select a preset negative prompt.
I want to be able to just render
apple
without needing to override the current negative prompt.Suggestion
Let's set the negative prompt to empty.
Then, one of the options can be the negative prompt.
Screenshot of `OPTIONAL` messages
The text was updated successfully, but these errors were encountered: