stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Negative prompt weight?

Open xyxxmb opened this issue 3 years ago • 1 comments

When I trying the weighted prompt, I find that the positive weight works and perfers better, but the negative works worse.

Is there a way to make certain descriptions not appear in the image by specifying negative weights? For example the watermark, signature:-1?

xyxxmb avatar Oct 09 '22 10:10 xyxxmb

This seems to work: "positive prompts ### negative prompts" (So ### is the denominator, everything after that is a negative prompt) https://github.com/sd-webui/stable-diffusion-webui/pull/1035

Or as stated in that pull, leave a space inbetween ":-1" and the prompt, so "signature :-1" to weigh the prompts https://github.com/sd-webui/stable-diffusion-webui/discussions/525

onix331 avatar Oct 11 '22 15:10 onix331