fix(settings): restrict minimal persistence keys

This commit is contained in:
pixelpaws
2025-10-26 19:53:43 +08:00
parent b5ee4a6408
commit 38e766484e
4 changed files with 172 additions and 28 deletions

View File

@@ -1,17 +1,16 @@
{
"_note": "LoRA Manager builds the detailed library registry automatically at runtime.",
"language": "en",
"civitai_api_key": "your_civitai_api_key_here",
"folder_paths": {
"loras": [
"C:/path/to/your/loras_folder",
"C:/path/to/another/loras_folder"
"C:/path/to/your/loras_folder"
],
"checkpoints": [
"C:/path/to/your/checkpoints_folder",
"C:/path/to/another/checkpoints_folder"
"C:/path/to/your/checkpoints_folder"
],
"embeddings": [
"C:/path/to/your/embeddings_folder",
"C:/path/to/another/embeddings_folder"
"C:/path/to/your/embeddings_folder"
]
}
}
}