mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 13:12:12 -03:00
20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"use_portable_settings": false,
|
|
"civitai_api_key": "your_civitai_api_key_here",
|
|
"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"
|
|
]
|
|
},
|
|
"auto_organize_exclusions": []
|
|
}
|