migrate
This commit is contained in:
14
public/scripts/extensions/stable-diffusion/manifest.json
Normal file
14
public/scripts/extensions/stable-diffusion/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"display_name": "Image Generation",
|
||||
"loading_order": 10,
|
||||
"requires": [],
|
||||
"optional": [
|
||||
"sd"
|
||||
],
|
||||
"generate_interceptor": "SD_ProcessTriggers",
|
||||
"js": "index.js",
|
||||
"css": "style.css",
|
||||
"author": "Cohee#1207",
|
||||
"version": "1.0.0",
|
||||
"homePage": "https://github.com/ChuQuadrant/ChuQuadrant"
|
||||
}
|
Reference in New Issue
Block a user