From 531c6e4461e8e19e068c90d23165bcaa4d264906 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Wed, 5 Oct 2022 10:33:05 -0700 Subject: [PATCH] Updating sd help with a link to actual prompt writing tips from automatic11111 --- app/help_methods.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index 584f894a..c9ed6d7e 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -161,11 +161,9 @@ def get_help_message(method): ], "sd": [ "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", + "For help with writing useful prompts, check out this article:\n\nhttps://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#prompt-editing\n", "\n\nHere is a list of artists the the AI is able to understand https://rentry.org/artists_sd-v1-4", "\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", ], "sheeb": ["Returns a picture of a sheeb"], "source": ["Links you to the git repo with dale-bot's source code"],