diff --git a/plugins/stable_diffusion.py b/plugins/stable_diffusion.py index 8cf68f0..69b2930 100644 --- a/plugins/stable_diffusion.py +++ b/plugins/stable_diffusion.py @@ -425,4 +425,5 @@ async def setup(bot): bot.add_command(reimagine) bot.add_command(describe) bot.add_command(change_model) - bot.add_command(lora) \ No newline at end of file + bot.add_command(lora) + bot.add_command(draw) \ No newline at end of file