39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"port": 8080,
|
|
"threads": 4
|
|
},
|
|
"paths": {
|
|
"checkpoints": "/home/fabian/ComfyUI/models/checkpoints",
|
|
"diffusion_models": "/home/fabian/ComfyUI/models/unet",
|
|
"vae": "/home/fabian/ComfyUI/models/vae",
|
|
"clip": "/home/fabian/ComfyUI/models/text_encoders",
|
|
"llm": "/home/fabian/ComfyUI/models/text_encoders",
|
|
"lora": "/home/fabian/ComfyUI/models/loras",
|
|
"t5": "/home/fabian/ComfyUI/models/text_encoders",
|
|
"embeddings": "/home/fabian/ComfyUI/models/embeddings",
|
|
"controlnet": "/home/fabian/ComfyUI/models/controlnet",
|
|
"esrgan": "/home/fabian/ComfyUI/models/upscale_models",
|
|
"taesd": "/home/fabian/ComfyUI/models/vae_approx",
|
|
"output": "/home/fabian/outputs",
|
|
"webui": "/home/fabian/sd-restapi/build/webui"
|
|
},
|
|
"sd_defaults": {
|
|
"sampling_method": "euler",
|
|
"steps": 8,
|
|
"cfg_scale": 1.0,
|
|
"width": 512,
|
|
"height": 512,
|
|
"n_threads": 6,
|
|
"keep_clip_on_cpu": true,
|
|
"keep_vae_on_cpu": true,
|
|
"flash_attn": false,
|
|
"offload_to_cpu": true,
|
|
"free_params_immediately": true
|
|
},
|
|
"vulkan": {
|
|
"device": 0
|
|
}
|
|
}
|