This Telegram bot, powered by Segmind, utilizes AI to generate realistic images from text queries or photos. It can be used to create unique and imaginative visual content based on user prompts.
🤖 Welcome to the Telegram AI Image Generator Bot! This bot is designed to generate realistic images through AI-powered algorithms. Users can provide prompts or text queries, and the bot will create unique visual content based on these inputs.
SD1.5-Juggernaut
- Python 3.11.4
- Install dependencies using
pip install -r requirements.txt
- segmind api_key
-
Clone the repository:
git clone https://github.com/saahiyo/segmind_telebot .git cd segmind_telebot
-
Install dependencies:
pip install -r requirements.txt
-
Edit config.py and add token or api_key
-
Start the bot by running the main script:
python YourBotScript.py
-
Use the
/start
command to initiate the bot and receive introductory information. -
Use the
/gen
command followed by your prompt to generate images. For example:/gen YourPromptHere
.