AI Commands
AI commands can be used to interact with Artificial Intelligence models.
Generating images
You can generate images using the imagine
command. The imaginestyles
and imaginemodels
commands can be used to get a list of styles and models that can be used to generate images. Here is an example of how to generate an image of a cat with cool sunglasses using the Realistic Vision V5.0
model and the futuristic
style:
[p]imagine "A cat with cool sunglasses" "Realistic Vision V5.0" "futuristic"
Command List
Command | Description | Usage |
---|---|---|
chatgpt | Talk to OpenAI GPT-3.5 | [p]chatgpt <"message"> ["system"] |
gpt4 | Talk to OpenAI GPT-4 | [p]gpt4 <"message"> ["system"] |
imaginestyles | List of available styles for [p]imagine | [p]imaginestyles |
imaginemodels | List of available models for [p]imagine | [p]imaginemodels |
imagine | Generate an image from text | [p]imagine <"prompt"> ["negative prompt"] ["model"] ["style"] |
ocrlink | Extract text from an image URL | [p]ocrlink <link> |
ocrfile | Extract text from an image file | [p]ocrfile [attachment] |