AI Image Generation Commands
Notabyte provides powerful tools for generating and interacting with AI-created images using different models.
Generate Image (!img
)
Generates an image based on your text prompt.
- Command:
!img <prompt text>
- Cost: 1 Snak
- Model: Multiple
Features:
- Use with text-only prompts or by replying to an existing image for context.
- Prompts with image-related keywords may be automatically treated as image requests.
- Supports multimodal input when replying to a message containing an image.
Example Usage:
!img A futuristic cityscape at sunset, neon lights reflecting on wet streets.
Replying to an image with:
!img describe this in a different style
will use the replied image as context.
Generate HD Image (!imghd
)
Produces higher quality and more detailed images using OpenAI's DALL-E model.
- Command:
!imghd <prompt text>
- Cost: 20 Snaks
- Model: DALL-E 3 (via
modules/ai_image.py
)
Features:
- Generates high-definition, detailed images.
- More resource-intensive than standard image generation.
Example Usage:
!imghd An intricate oil painting of a mythical creature in an enchanted forest, hyperrealistic.
Describe Image (!describe
)
Get a textual description of an image for understanding or accessibility.
- Command: Reply to an image with
!describe
or send an image with!describe
as the caption. - Cost: 1 Snak
- Model: OpenAI Vision
Example Usage: Reply to an image and type:
!describe
Recall Image (!recall
)
Retrieve previously generated images.
- Command:
!recall [n]
- Cost: Free
- Functionality:
!recall
: Recalls the most recent image you generated.!recall n
: Recalls the nth last image you generated (e.g.,!recall 2
for the second to last).
Example Usage:
!recall
!recall 3
For more details on Snak costs, see the Snaks documentation. For terms regarding generated content, see the Terms of Service.