Files
ComfyUI-Lora-Manager/settings.json.example

22 lines
494 B
JSON

{
"civitai_api_key": "your_civitai_api_key_here",
"show_only_sfw": false,
"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"
],
"diffusers": [
"C:/path/to/your/diffusers_folder"
],
"unet": [
"C:/path/to/your/unet_folder",
"C:/path/to/your/diffusion_models_folder"
]
}
}