From 183f010213a5fd8e4053e4bea279eab1345aac32 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Fri, 9 Dec 2022 12:09:04 +1100 Subject: [PATCH] Added README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..567f69f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Weeabot + +This aims to be a discord bot that can take a prompt from a discord message and return an AI generated waifu + +## Modules + - stable-diffusion-api: Module for interacting with the stable diffusion API + - discord.py: Python discord module + +## Notebooks + - testing.ipynb: Testing notebook with examples \ No newline at end of file