Arty

Locutus a31c83e4c2 Run in dedicated worker %!s(int64=3) %!d(string=hai) anos
arty a31c83e4c2 Run in dedicated worker %!s(int64=3) %!d(string=hai) anos
model_data 790a5e1bb7 check-in folders %!s(int64=3) %!d(string=hai) anos
tokens 790a5e1bb7 check-in folders %!s(int64=3) %!d(string=hai) anos
.gitignore 34504c3558 Initial commit %!s(int64=3) %!d(string=hai) anos
Pipfile 34504c3558 Initial commit %!s(int64=3) %!d(string=hai) anos
Pipfile.lock 34504c3558 Initial commit %!s(int64=3) %!d(string=hai) anos
README.md 34504c3558 Initial commit %!s(int64=3) %!d(string=hai) anos

README.md

Arty, the artsy discord bot

playing around with AI-generated art using Stable-Diffusion.

To run the bot:

  • use pipenv to install dependencies
    • also needs cuda drivers
  • create discord app and bot (here)
  • create an account on huggingface
    • login using the huggingface cli
  • create a folder tokens
    • put the discord bot token in a file named discord
    • copy the huggingface token to tokens/huggingface
  • create a folder model_data (downloaded model data is cached there)
  • pipenv run python arty/main.py