mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 08:57:11 +01:00
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"display_name": "Image Captioning",
|
|
"loading_order": 4,
|
|
"requires": [],
|
|
"optional": [
|
|
"caption"
|
|
],
|
|
"js": "index.js",
|
|
"css": "style.css",
|
|
"author": "Cohee#1207",
|
|
"version": "1.0.0",
|
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
|
}
|