>>2786483The | is simply used to alternate words every other prompt.
"medium breasts|big breasts" translates to:
on even iterations "medium breasts breasts"
on odd iterations "medium big breasts"
I think naturally you'd want to join it with an underscore. so its "medium_breasts|big_breasts"
The : is for substituting the prompt after a certain number of iterations, so "[medium_breasts:big_breasts:10]" would translate to:
first 10 steps: "medium_breasts"
step 11+: "big_breasts"
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#alternating-wordsI actually used ":" in this image to tweak "muscular" so that samus appears toned but not roided out. The "muscular" tag has huge influence in early steps, so omitting it for the first part of the gen helps.