# Arty, the artsy discord bot playing around with AI-generated art using [Stable-Diffusion](https://github.com/CompVis/stable-diffusion). To run the bot: * use pipenv to install dependencies * also needs cuda drivers * create discord app and bot ([here](https://discord.com/developers)) * create an account on [huggingface](https://huggingface.co/) * 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`