mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-09-06 21:20:46 +02:00
e3646e79aa
Allows you to pass in Gradio authentication like: `--auth username:password` Supports multiple sets of credentials by comma-delimiting, like: `--auth user1:pass1,user2:pass3`...