mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
proper command descriptions
This commit is contained in:
parent
a2bcb423cf
commit
5e5a738b74
51 changed files with 54 additions and 54 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['craiyon'],
|
||||
metadata: {
|
||||
description: 'dalle',
|
||||
description: 'Uses Craiyon to generate four images from a text prompt.',
|
||||
examples: ['dalle'],
|
||||
category: 'image',
|
||||
usage: 'dalle <text>'
|
||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
name: 'deepdream',
|
||||
aliases: ['dd'],
|
||||
metadata: {
|
||||
description: 'deepdream',
|
||||
description: 'Processes an image with DeepAI DeepDream.',
|
||||
examples: ['deepdream'],
|
||||
category: 'image',
|
||||
usage: 'deepdream <image>'
|
||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
name: 'superresolution',
|
||||
aliases: ['sr'],
|
||||
metadata: {
|
||||
description: 'superresolution',
|
||||
description: 'Upscales an image with SuperResolution.',
|
||||
examples: ['superresolution'],
|
||||
category: 'image',
|
||||
usage: 'superresolution <image>'
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
label: 'text',
|
||||
aliases: ['t2i'],
|
||||
metadata: {
|
||||
description: 'text2image',
|
||||
description: 'Generates an image with DeepAI Text2Image using a text prompt.',
|
||||
examples: ['text2image Mushroom'],
|
||||
category: 'image',
|
||||
usage: 'text2image <image>'
|
||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
name: 'waifu2x',
|
||||
aliases: ['w2x'],
|
||||
metadata: {
|
||||
description: 'waifu2x',
|
||||
description: 'Processes an image with Waifu2x.',
|
||||
examples: ['waifu2x'],
|
||||
category: 'image',
|
||||
usage: 'waifu2x <image>'
|
||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
name: 'billboard',
|
||||
label: 'text',
|
||||
metadata: {
|
||||
description: 'makesweet billboard',
|
||||
description: 'Generates an animated gif with the MakeSweet billboard template.',
|
||||
examples: ['billboard'],
|
||||
category: 'image',
|
||||
usage: 'billboard'
|
||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
name: 'circuitboard',
|
||||
label: 'text',
|
||||
metadata: {
|
||||
description: 'makesweet circuit board',
|
||||
description: 'Generates an animated gif with the MakeSweet circuit board template.',
|
||||
examples: ['circuitboard'],
|
||||
category: 'image',
|
||||
usage: 'circuitboard'
|
||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
name: 'flag',
|
||||
label: 'text',
|
||||
metadata: {
|
||||
description: 'makesweet flag',
|
||||
description: 'Generates an animated gif with the MakeSweet flag template.',
|
||||
examples: ['flag'],
|
||||
category: 'image',
|
||||
usage: 'flag'
|
||||
|
|
|
@ -10,10 +10,10 @@ module.exports = {
|
|||
name: 'heartlocket',
|
||||
label: 'text',
|
||||
metadata: {
|
||||
description: 'makesweet heart locket',
|
||||
examples: ['heartlocket'],
|
||||
description: 'Generates an animated gif with the MakeSweet heart locket template. Accepts text as an optional input.',
|
||||
examples: ['heartlocket Big Nutty'],
|
||||
category: 'image',
|
||||
usage: 'heartlocket'
|
||||
usage: 'heartlocket [<text>]'
|
||||
},
|
||||
run: async (context, args) => {
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
name: 'retro',
|
||||
label: 'text',
|
||||
metadata: {
|
||||
description: 'cyberspace',
|
||||
description: 'Generates an image with a retro style.',
|
||||
examples: ['retro cyberspace|chaos|crazy'],
|
||||
category: 'image',
|
||||
usage: 'retro <line1|line2|line3> [-background <1-5>] [-style <1-4>]'
|
||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
name: 'yacht',
|
||||
label: 'text',
|
||||
metadata: {
|
||||
description: 'crazy yacht',
|
||||
description: 'Generates an image with custom text on a yacht.',
|
||||
examples: ['yacht Im on a boat.'],
|
||||
category: 'image',
|
||||
usage: 'yacht <text>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue