https://github.com/saahiyo/segmind_telebot
A text to image telegram bot, made with python telebot, used ✨ segmind api
https://github.com/saahiyo/segmind_telebot
ai api juggernaut-api segmind telebot-library telegram telegram-bot text-to-image texttoimage
Last synced: 9 months ago
JSON representation
A text to image telegram bot, made with python telebot, used ✨ segmind api
- Host: GitHub
- URL: https://github.com/saahiyo/segmind_telebot
- Owner: saahiyo
- License: mit
- Created: 2023-12-25T04:54:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T18:30:33.000Z (over 2 years ago)
- Last Synced: 2024-11-14T10:40:37.604Z (over 1 year ago)
- Topics: ai, api, juggernaut-api, segmind, telebot-library, telegram, telegram-bot, text-to-image, texttoimage
- Language: Python
- Homepage: https://saahiyo.github.io/segmind_telebot/
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram AI Image Generator Bot
This Telegram bot, powered by [Segmind](https://segmind.com/), 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.
## Table of Contents
- [Introduction](#introduction)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)
## Introduction
🤖 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.
## used model
SD1.5-Juggernaut
## Getting Started
### Prerequisites
- Python 3.11.4
- Install dependencies using `pip install -r requirements.txt`
- segmind api_key
### Installation
1. Clone the repository:
```bash
git clone https://github.com/saahiyo/segmind_telebot .git
cd segmind_telebot
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
## Usage
1. Edit config.py and add token or api_key
2. Start the bot by running the main script:
```bash
python YourBotScript.py
```
3. Use the `/start` command to initiate the bot and receive introductory information.
4. Use the `/gen` command followed by your prompt to generate images. For example:
```bash
/gen YourPromptHere
```
## Examples



.