forked from pinks/eris
1
0
Fork 0
Telegram bot for generating images from text
Go to file
pinks ba2afe40ce implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00
README.md chore: split into modules 2023-09-04 18:55:48 +02:00
bot.ts implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00
deno.jsonc feat: allow setting sd parameters via commands 2023-09-05 20:26:15 +02:00
deps.ts implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00
intl.ts refactor session module 2023-09-06 02:53:34 +02:00
main.ts implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00
mimeType.ts chore: split into modules 2023-09-04 18:55:48 +02:00
queue.ts implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00
sd.ts implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00
session.ts implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00
store.test.ts implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00
store.ts implement indexes in store to keep whole history 2023-09-07 22:43:40 +02:00

README.md

Eris the Bot

Telegram bot for generating images from text.

Requirements

Options

You can put these in .env file or pass them as environment variables.

  • TG_BOT_TOKEN - Telegram bot token (get yours from @BotFather)
  • SD_API_URL - URL to Stable Diffusion API (e.g. http://127.0.0.1:7860/)
  • ADMIN_USERNAMES - Comma separated list of usernames of users that can use admin commands (optional)

Running

  • Start stable diffusion webui: cd sd-webui, ./webui.sh --api
  • Start bot: deno task start