Setting generation properties
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
help_data = {
|
||||
'setendpoint': '(admin) Set StableDiffusion API endpoint',
|
||||
'imginfo': 'Get information about image, that was generated using this bot'
|
||||
'generate': 'Generate picture using configuration set by user. You can pass prompt also in command arguments or '
|
||||
'use it without arguments to generate picture with prompt, that was used for last generation',
|
||||
'imginfo': 'Get information about image, that was generated using this bot',
|
||||
'setprompt': 'Set default prompt for images, will be overwritten if you specify prompt in generate command',
|
||||
'setnegative': 'Set negative prompt',
|
||||
'setsize': 'Set size for image (in hxw format)',
|
||||
'setwidth': 'Set width for image',
|
||||
'setheight': 'Set height for image',
|
||||
'setsteps': 'Set sampling steps number',
|
||||
'setsampler': 'Set StableDiffusion sampler',
|
||||
'setscale': 'Set CFG Scale (prompt stringency)',
|
||||
'setfaces': 'Set restore faces mode',
|
||||
'setendpoint': '(admin) Set StableDiffusion API endpoint'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user