You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.6 KiB
57 lines
1.6 KiB
{ |
|
"_comment": "ComfyUI Launcher Configuration Template", |
|
"_instructions": "Copy this file to ~/.config/comfyui-launcher/config.json to customize settings", |
|
|
|
"launcher": { |
|
"window": { |
|
"width": 900, |
|
"height": 700, |
|
"remember_size": true, |
|
"remember_position": true |
|
}, |
|
"monitoring": { |
|
"check_interval_seconds": 3, |
|
"port_to_check": 8188, |
|
"process_patterns": [ |
|
"comfy.*launch", |
|
"python.*main.py.*comfyui" |
|
] |
|
}, |
|
"logging": { |
|
"max_log_lines": 1000, |
|
"auto_scroll": true, |
|
"timestamp_format": "%H:%M:%S", |
|
"font_family": "JetBrains Mono, Fira Code, Source Code Pro, monospace", |
|
"font_size": "10pt" |
|
}, |
|
"conda": { |
|
"auto_refresh_on_startup": true, |
|
"preferred_environments": [], |
|
"exclude_environments": [] |
|
}, |
|
"comfyui": { |
|
"default_args": [], |
|
"auto_start_browser": false, |
|
"startup_timeout_seconds": 60, |
|
"shutdown_timeout_seconds": 10 |
|
} |
|
}, |
|
"paths": { |
|
"conda_executable": "conda", |
|
"comfy_executable": "comfy", |
|
"default_comfyui_directory": "~/comfy/ComfyUI" |
|
}, |
|
"ui": { |
|
"theme": "auto", |
|
"use_dark_theme": null, |
|
"accent_color": "#3584e4", |
|
"show_tooltips": true, |
|
"animations_enabled": true |
|
}, |
|
"advanced": { |
|
"debug_mode": false, |
|
"verbose_logging": false, |
|
"check_for_updates": true, |
|
"telemetry_enabled": false |
|
} |
|
}
|
|
|