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 21fba2423c - Show all commits

View File

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