Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sasuke40/sd-telegram-bot

Stable Diffusion Telegram Bot
https://github.com/sasuke40/sd-telegram-bot

image-generation image-generator stable-diffusion telegram telegram-bot

Last synced: about 14 hours ago
JSON representation

Stable Diffusion Telegram Bot

Awesome Lists containing this project

README

        

# SD-Telegram-Bot

生成 Stable Diffusion 图片的小鲨鱼 Telegram bot

# Usage

Telegram token
To use the Telegram Bot API, you first have to get a bot account by chatting with BotFather.

BotFather will give you a token, something like 123456789:AbCdefGhIJKlmNoPQRsTUVwxyZ.

在 `config/local.json` 中添加 Telegram token

```json
{
"BOT_TOKEN": "123456789:AbCdefGhIJKlmNoPQRsTUVwxyZ"
}
```

SD webui `webui-user.bat` 中需要添加参数

```bash
set COMMANDLINE_ARGS=--api
```