Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.15 KB

Text To Image Bot

Latest Release CI Code style: black

A text-to-image generator bot for Delta Chat. Generate images from any text prompt.

Install

pip install -U text2img-bot

Usage

To configure the bot:

text2img-bot init [email protected] SuperHardPassword

(Optional) To customize the bot name, avatar and status/signature:

text2img-bot config selfavatar "/path/to/avatar.png"
text2img-bot config displayname "Text To Image"
text2img-bot config selfstatus "Hi, send me some text message to generate an image"

Finally you can start the bot with:

text2img-bot serve

To see the available options, run in the command line:

text2img-bot --help