From a906df6775c8e5a48047fd8b302748a6ff1ffd75 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Tue, 4 Oct 2022 21:25:31 -0700 Subject: [PATCH] update the help message for sd --- app/help_methods.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index bdf09678..584f894a 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -160,10 +160,10 @@ def get_help_message(method): "\nUsage: !roll 2d20+5", ], "sd": [ - "Issues a prompt against stable diffusion. This requires my windows computer to be online.\n", + "Issues a prompt against stable diffusion.\n", "For help with writing useful prompts, check out this article: https://wiki.installgentoo.com/wiki/Stable_Diffusion#Prompt_Design_.2F_General_Tips\n", "\n\nHere is a list of artists the the AI is able to understand https://rentry.org/artists_sd-v1-4", - "Usage: !sd A picture of a woman sitting by a bridge with blonde hair, wearing a black dress", + "\n\nUsage: !sd A picture of a woman sitting by a bridge with blonde hair, wearing a black dress", "\n\nParentheses are emphasis, brackets are de-emphasis. No text is normal weighting. Numbers like 1.45 are more precise weightings.", "\nOrder of prompts matters a lot, but it's not always clear how because the AI doesn't work how our brains work", ],