andradeandrey / go-txt2img-discord-bot

golang text to image discord bot with stable diffusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang text to image discord bot with stable diffusion

GitHub version GitHub download GitHub stars GitHub issues License

Image of project

ai_image discord bot

high-level

  1. send request to listening bot in discord with description of image
  2. golang bot kicks off the creation based on string given in discord
  3. image is created using stable diffusion
  4. bot returns image to discord to complete the process

install stable diffusion on a windows system with nvidia graphics card and WSL

tutorial to learn how to install on your windows host

install go on WSL2

tutorial to learn to install go on WSL2

configure a discord bot

tutorial to learn how to create a golang discord bot

run the bot

change dir to where main.go was compiled

./main

call the bot into action from discord

@ai_image rick james with a technicolor dreamcoat in space

About

golang text to image discord bot with stable diffusion


Languages

Language:Go 100.0%