Feature Request: Negative Guidance Scale
Negative values for guidance scale, maybe checkbox for "make guidance scale value negative", for generating "anything but prompt" images.
Here in comments you can find the proof that it works: https://www.reddit.com/r/StableDiffusion/comments/wz4do3/what_guidance_scale_do_exactly/
You can achieve this function as a "tweak" by yourself:
Go to /Applications/DiffusionBee.app (right mouse click >) Contents/Resources/ Make a backup duplicate copy (æ-d) of app.asar !!! (… so you can switch back in an emergency) Open app.asar with TextEdit Now, copy this line:[{"id":"guidance_scale","component":"Slider","is_persistant":true,"max_val":20,"output_type":"float","min_val":1,"default_value":3.5}] … and paste it to the find function (æ-f)
Seems quite obvious to change the "min_val":1 to s.th. negative (-7 for me) – BUT the number of characters in app.asar MUST NOT be changed, so I "gained" one character by changing the "description" (line above) from "How to follow…" to "How 2 follow…"
Obviously other min_* or max_* values can be altered as well – BUT if the number of characters is affected you HAVE to find a compensation to keep DiffusionBee running !!!