From 242a220b994f7b15d6ff6ad269ca547e790784a9 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 4 Oct 2022 20:25:34 -0700 Subject: [PATCH] updating the help info for stable diffusion to explain parentahses and bracketS --- app/help_methods.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/help_methods.py b/app/help_methods.py index 506f09f3..a6a180c7 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -162,7 +162,9 @@ def get_help_message(method): "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", + "Usage: !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", ], "sheeb": ["Returns a picture of a sheeb"], "source": ["Links you to the git repo with dale-bot's source code"],