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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user