feat: add civitai_api_key to config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 14:31:10 +01:00
parent 44088649d8
commit a8308874d2
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"remote_url": "http://192.168.1.3:8188",
"timeout": 30,
"path_mappings": {}
"path_mappings": {},
"civitai_api_key": ""
}