Guide

AI - Image Generator

Creating AI images

The MikeAI Image Generator is a powerful tool that allows users to generate images based on textual descriptions. This feature is integrated into our Telegram bot to create stunning visuals from user prompts.

To generate an image, use the /imagine command followed by a description of what you want. For example:

/imagine a beautiful morning

/imagine <description>

Detailed Prompts

The more specific and detailed your prompt, the better the bot's output will be. You can use descriptions over 1000 characters long, so don't hesitate to get creative and go all out! For instance, in this example, we used a more detailed prompt:

/imagine photo of an extremely cute alien fish swimming an alien habitable underwater planet, coral reefs, dream-like atmosphere, water, plants, peaceful, serenity, calm ocean, tansparent water, reefs, fish, coral, inner peace, awareness, silence, nature, evolution

//Tips for Best Results
//Be clear and specific in your descriptions.
//Experiment with different prompts to see what kind of images you can create.
//Have fun and get creative with your requests!

Usage Limits

To ensure fair use, each user can generate up to 6 images every 24 hours. If you reach the limit, MikeAI will let you know and you'll have to wait until you can request more images. The usage Limit will be set higher soon.

def check_request_limit(user_id):
    current_time = time.time()
    if user_id not in user_activity:
        user_activity[user_id] = []

 user_id = update.message.from_user.id
    if not check_request_limit(user_id):
        await update.message.reply_text('You have reached the limit of 6 image generations in 24 hours you little spammer')
        return

Negative prompt

A blurb of text describing what you do not wish to see in the output image. In this example, we used this prompt:

/imagine Mike with two eyes instead of one, cute nose, riding on a motorcycle across the route 66, super realistic

/unimagine no single eye

/imagine <description> /unimagine <description of what you do NOT wanna see



Search Docs…

Search Docs…