stable-diffuse-api #4

Merged
benjamyn merged 7 commits from stable-diffuse-api into master 2023-09-17 22:20:47 -04:00
Showing only changes of commit 233e8d1e47 - Show all commits

View File

@ -7,4 +7,13 @@ This aims to be a discord bot that can take a prompt from a discord message and
- discord.py: Python discord module
## Notebooks
- testing.ipynb: Testing notebook with examples
- testing.ipynb: Testing notebook with examples
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```