Add pre-alpha version of Stable Diffusion extension.

This commit is contained in:
SillyLossy
2023-05-03 21:02:53 +03:00
parent e639666b34
commit 99e8d3612e
3 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"display_name": "Stable Diffusion",
"loading_order": 10,
"requires": [
"sd"
],
"optional": [],
"js": "index.js",
"css": "style.css",
"author": "Cohee#1207",
"version": "1.0.0",
"homePage": "https://github.com/Cohee1207/SillyTavern"
}