Files
ComfyUI-Lora-Manager/settings.json.example
2025-11-20 16:08:32 +08:00

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": []
}