Arty

Locutus 0ee2dea2ad Mostly performance improvements 3 роки тому
arty 0ee2dea2ad Mostly performance improvements 3 роки тому
model_data 790a5e1bb7 check-in folders 3 роки тому
tokens 790a5e1bb7 check-in folders 3 роки тому
.gitignore 9fbab34ae7 minor refactoring 3 роки тому
Pipfile 34504c3558 Initial commit 3 роки тому
Pipfile.lock 34504c3558 Initial commit 3 роки тому
README.md f448c5de8f Fix docs 3 роки тому
main.py 0ee2dea2ad Mostly performance improvements 3 роки тому
sample.py 0ee2dea2ad Mostly performance improvements 3 роки тому

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 main.py