Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itspranavajay/stable-diffusion-telegram-bot
https://github.com/itspranavajay/stable-diffusion-telegram-bot
anything-v3 bot pyrogram stable-diffusion telegram
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itspranavajay/stable-diffusion-telegram-bot
- Owner: itspranavajay
- License: mit
- Created: 2023-01-12T04:22:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T19:07:13.000Z (over 1 year ago)
- Last Synced: 2024-05-31T19:56:30.374Z (7 months ago)
- Topics: anything-v3, bot, pyrogram, stable-diffusion, telegram
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 29
- Watchers: 2
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Powered Art in a Telegram Bot!
## Setup
Bot uses [Stable Diffusion Api](https://stablediffusionapi.com/) as the backend.
You need a stable Diffusion API for this bot to run
Create a file called `.env` in the same folder as `main.py`. Inside the `.env` file,
create a line `TOKEN = xxxx`, where xxxx is your telegram bot token.
create a line `API_ID = xxxx`, where xxxx is your telegram id api id.
create a line `API_HASH = xxxx`, where xxxx is your telegram id api hash.
create a line `KEY = xxxx`, where xxxx is your https://stablediffusionapi.com/settings/api api key.
Now, you can run the bot
`python main.py`
### Any questions or need help? Come hop on by to our Discord Server
[Join Now](https://discord.gg/v7AW8nD8dD)