Blame Raw
Cohee · 51ad27fb · · 17 lines (385 B)
2 contributors
1{
2 "display_name": "Image Generation",
3 "loading_order": 10,
4 "requires": [],
5 "optional": [
6 "sd"
7 ],
8 "generate_interceptor": "SD_ProcessTriggers",
9 "js": "index.js",
10 "css": "style.css",
11 "author": "Cohee#1207",
12 "version": "1.0.0",
13 "homePage": "https://github.com/SillyTavern/SillyTavern",
14 "hooks": {
15 "activate": "init"
16 }
17}