chrisrude / oobabot

A Discord bot which talks to Large Language Model AIs running on oobabooga's text-generation-webui
MIT License
98 stars 33 forks source link

Stable Diffusion Parameters in Prompt #61

Closed clintkittiesmeow closed 12 months ago

clintkittiesmeow commented 1 year ago

Added support for parsing additional Stable Diffusion parameters in the prompt, including height, width, steps, cfg_scale, seed, and a negative prompt. Parameters can be specified with parameter_name=value, for example seed=99997, and anything after "np=" will be considered a negative prompt.

This is my first Pull request ever so sorry if the styling is bad! Shoutout to @jmoney7823956789378 for helping write and test.

chrisrude commented 1 year ago

Awesome! Will take a look tomorrow.

chrisrude commented 12 months ago

This is really great! Thanks @clintkittiesmeow for the work and @@jmoney7823956789378 for the assist. Going to just merge this in as-is.

I'll take a pass later just to make a few formatting changes, but otherwise is good!

clintkittiesmeow commented 12 months ago

Very cool! Thanks!