How to play:
- Download the code, then run main.py
- Get a telegram bot API token and a Stable Diffusion API token
- Create a file inside Controller called conf.py, and fill it with these three lines
TELE_BOT_TOKEN = '<Your telegram bot token>'
SD_API_TOKEN = '<Your Stable Diffusion API token>'
WORDNIK_API_TOKEN = '<Your WordNik API token>' - Run main.py
- Messasge the bot you created with /start and it will give you instructions on how to continue
- Have Fun! (for now try /generate)