ThereforeGames / txt2img2img

Improve the editability of any Stability Diffusion subject while retaining a high degree of likeness
151 stars 22 forks source link

Small README correction: AUTOMATIC1111 prompt weighting #3

Closed hopibel closed 2 years ago

hopibel commented 2 years ago

Automatic's webui does support prompt weighting, but it's using () for emphasis and [] for de-emphasis (nestable) rather than specifying explicit weight values

ThereforeGames commented 2 years ago

Oh, good point! I'll have to revise the language in the docs.

The implementation of prompt weighting with the colon is very different, however - I haven't had much luck converting from Automatic's ((())) to get the same or even similar weighted results. When applied to my overtrained embeddings, each set of parentheses seems to degrade the image, whereas the colon enhances the details as expected. I need to take a look at what the code is actually doing and maybe see if I can include it in my script directly.