19 lines
391 B
Markdown
19 lines
391 B
Markdown
# 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
|
|
|
|
|
|
```mermaid
|
|
graph TD;
|
|
A-->B;
|
|
A-->C;
|
|
B-->D;
|
|
C-->D;
|
|
``` |