Initial implementation of Stable Diffusion

- Needs to add attachment to discord
- Needs to delete image afterward
- Needs to calculate token usage
This commit is contained in:
Logan Cusano
2023-03-13 00:03:59 -04:00
parent 53256cdc42
commit e874e3c785
9 changed files with 13647 additions and 2 deletions

View File

@@ -27,7 +27,12 @@
"openai": "~3.1.0",
"parse-files": "~0.1.1",
"rss-parser": "~3.12.0",
"user-agents": "~1.0.1303"
"user-agents": "~1.0.1303",
"@improbable-eng/grpc-web": "~0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "~0.15.0",
"google-protobuf": "~3.21.2",
"grpc": "~1.24.11",
"typescript": "~4.9.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",