sd_telegram/README.md

11 lines
365 B
Markdown
Raw Normal View History

2023-06-15 05:33:09 +00:00
# sd_telegram
telegram bot on aiogram python 3.10.6 to generate images in automatic1111 locally
2023-06-15 06:25:44 +00:00
create bot from [this](https://t.me/BotFather) and use token in [API_TOKEN](https://github.com/amputator84/sd_telegram/blob/master/bot.py#L28)
```
2023-06-15 06:25:44 +00:00
pip install aiogram
pip install webuiapi
cd C:\stable-diffusion-webui\extensions\sd_telegram\
python bot.py
``````