
Create your own personal AI Image Generator Telegram bot — completely free.
FreePic AI is a powerful Telegram bot that lets you generate AI images instantly — completely free.
Build your own personal AI image generator and start creating high-quality visuals directly inside Telegram.
With FreePic AI, you can:
No complex setup. No coding experience required.
Follow these steps to run the bot locally:
bashgit clone https://github.com/yoqubov-dev/freepic.git cd freepic
bashpython3 -m venv venv source venv/bin/activate # Linux / Mac venv\Scripts\activate # Windows
pip install -r requirements.txtbash/start
bash/newbot
bot, e.g. freepic_ai_bot)Open the bot file:
bashnano bot.py
Find:
pythonTELEGRAM_TOKEN = "YOUR_BOT_TOKEN"
Replace with your token:
pythonTELEGRAM_TOKEN = "123456:ABC-XYZ..."
Open or create the .env file:
bashnano .env
Add this line:
envYOUR_API_KEY=your_api_here
Go to https://infip.pro/ , create your api key, and paste it here.
bashpython bot.py
If everything works:
Bot started...✅ The bot will generate AI images instantly.
This project is open-source and free to use.
If you like this project, consider giving it a star on GitHub.
FreePic AI — Your personal AI image generator inside Telegram.
0 Comments