From 6e10d1643906f2588db2957900f72ffdba01ecf4 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:48:01 -0700 Subject: [PATCH] Adding stable diffusion to the help methods --- app/help_methods.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/help_methods.py b/app/help_methods.py index cc544e6b..506f09f3 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -159,6 +159,11 @@ def get_help_message(method): "You can also add a modifier on the end with a +", "\nUsage: !roll 2d20+5", ], + "sd": [ + "Issues a prompt against stable diffusion. This requires my windows computer to be online.\n", + "For help with writing useful prompts, check out this article: https://wiki.installgentoo.com/wiki/Stable_Diffusion#Prompt_Design_.2F_General_Tips\n", + "Usage: !sd A picture of a woman sitting by a bridge with blonde hair, wearing a black dress", + ], "sheeb": ["Returns a picture of a sheeb"], "source": ["Links you to the git repo with dale-bot's source code"], "stock": [ @@ -270,6 +275,7 @@ def get_help_embed(bot): "issue", "poll", "roll", + "sd", "stock", "trackdays", "tts",