Simplify settings file location and configuration

This commit is contained in:
Will Miao
2025-10-04 18:42:53 +08:00
parent 8dde2d5e0d
commit 16b611cb7e
2 changed files with 3 additions and 29 deletions

View File

@@ -1,28 +1,5 @@
{
"civitai_api_key": "your_civitai_api_key_here",
"active_library": "default",
"libraries": {
"default": {
"display_name": "Default Library",
"folder_paths": {
"loras": [
"C:/path/to/your/loras_folder",
"C:/path/to/another/loras_folder"
],
"checkpoints": [
"C:/path/to/your/checkpoints_folder",
"C:/path/to/another/checkpoints_folder"
],
"embeddings": [
"C:/path/to/your/embeddings_folder",
"C:/path/to/another/embeddings_folder"
]
},
"default_lora_root": "C:/path/to/your/loras_folder",
"default_checkpoint_root": "C:/path/to/your/checkpoints_folder",
"default_embedding_root": "C:/path/to/your/embeddings_folder"
}
},
"folder_paths": {
"loras": [
"C:/path/to/your/loras_folder",
@@ -36,8 +13,5 @@
"C:/path/to/your/embeddings_folder",
"C:/path/to/another/embeddings_folder"
]
},
"default_lora_root": "C:/path/to/your/loras_folder",
"default_checkpoint_root": "C:/path/to/your/checkpoints_folder",
"default_embedding_root": "C:/path/to/your/embeddings_folder"
}
}
}