A text-to-image generator bot for Delta Chat. Generate images from any text prompt.
pip install -U text2img-botTo 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 serveTo see the available options, run in the command line:
text2img-bot --help