mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-23 22:22:11 -03:00
feat: update README with standalone mode instructions and add settings.json.example file
This commit is contained in:
21
settings.json.example
Normal file
21
settings.json.example
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user