It's absolutely FREE and UNLIMITED Telegram Bot for Image generation, like Midjourney or Stable Diffusion.
- This project using free and unlimited GPT-4 for image generation.
- Bot supported ANY LANGUAGE.
You can deploy this bot to Replit or your local machine.
- If you don't have account on Replit, create it. It's Free.
- Click this button and deploy my repository to your Replit account.
- Configure
.replit
to runpython3 main.py
- Run command
pip install -r requirements.txt
in Replit Terminal. You can run Terminal inShell
fromTools
tab in Replit. - Create Environment variable with name
token
with your telegram bot token. Environment variables set up insecrets
fromTools
tab in Replit.
- Click
Run
button :)
And, of course, you can deploy and run this project on your local machine.
- Run command
git clone https://github.com/Metim0l/Imager.git
in your Terminal. - Go to project directory
cd Imager
. - Run command
pip install -r requirements.txt
. - Create virtual environment variable with your telegram bot token
token="your_telegram_bot_token"
. - For starting bot use command
python3 main.py
.
Have a good day 😉