mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 03:01:27 -03:00
37 lines
906 B
JSON
37 lines
906 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"
|
|
],
|
|
"unet": [
|
|
"C:/path/to/your/diffusion_models_folder",
|
|
"C:/path/to/another/diffusion_models_folder"
|
|
],
|
|
"embeddings": [
|
|
"C:/path/to/your/embeddings_folder",
|
|
"C:/path/to/another/embeddings_folder"
|
|
],
|
|
"vae": [
|
|
"C:/path/to/your/vae_folder"
|
|
],
|
|
"upscale_models": [
|
|
"C:/path/to/your/upscale_models_folder"
|
|
],
|
|
"text_encoders": [
|
|
"C:/path/to/your/text_encoders_folder"
|
|
],
|
|
"clip_vision": [
|
|
"C:/path/to/your/clip_vision_folder"
|
|
]
|
|
},
|
|
"default_other_roots": {},
|
|
"auto_organize_exclusions": []
|
|
}
|