anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
964 stars 60 forks source link

[Feature Request]: Launch in incognito mode #219

Open bobcate opened 4 months ago

bobcate commented 4 months ago

Is there an existing issue for this?

What would your feature do ?

Launch the interface in the browser's incognito mode.

Proposed workflow

Add a toggle in settings to enable launching in incognito mode.

Additional information

I'm using Opera browser and adding os.system("powershell -C Start-Process opera.exe -ArgumentList @( '-incognito', 'http://127.0.0.1:7860/' )") just after line 52 in webui.py accomplishes this, but I have to add it after every update. Would be nice to have that option in settings so its persistent after updates.