Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sasuke40/sd-telegram-bot
- Owner: SASUKE40
- Created: 2023-03-12T09:08:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-12T10:02:57.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:05:22.184Z (6 months ago)
- Topics: image-generation, image-generator, stable-diffusion, telegram, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```