fix help method and add list of artists
This commit is contained in:
parent
242a220b99
commit
e7032270e4
@ -162,7 +162,8 @@ def get_help_message(method):
|
|||||||
"sd": [
|
"sd": [
|
||||||
"Issues a prompt against stable diffusion. This requires my windows computer to be online.\n",
|
"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",
|
"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"
|
"\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\nParentheses are emphasis, brackets are de-emphasis. No text is normal weighting. Numbers like 1.45 are more precise weightings.",
|
"\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",
|
"\nOrder of prompts matters a lot, but it's not always clear how because the AI doesn't work how our brains work",
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user