comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
49.7k stars 5.23k forks source link

start flag to not open webui at launch #187

Closed anxcon closed 1 year ago

anxcon commented 1 year ago

start > webui auto opens perhaps flag --nowebui to avoid this or default no webui, and add --webui as a default flag in startup script to open at start / be removed I have a browser with a dozen SD webui open, including for comfyui, and I don't need to close it as it reconnects on startup. startup opening a new webui to my last browser window used just places a random window i need to close

comfyanonymous commented 1 year ago

make a copy of the .bat and remove the: --windows-standalone-build from it.

Currently all this option does is start up the web browser once ComfyUI is loaded.

anxcon commented 1 year ago

Oh cool, and can skip backup and comment out the flag .\python_embeded\python.exe -s ComfyUI\main.py & :: --windows-standalone-build or .\python_embeded\python.exe -s ComfyUI\main.py REM --windows-standalone-build