Files
ComfyUI-Lora-Manager/settings.json.example
2025-10-26 19:53:43 +08:00

17 lines
386 B
JSON

{
"_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"
],
"checkpoints": [
"C:/path/to/your/checkpoints_folder"
],
"embeddings": [
"C:/path/to/your/embeddings_folder"
]
}
}