stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Fix all arguments not getting passed to `webui-user.bat`
Just adds %* to webui-user.bat, and webui-share-online.bat for online sharing.
I do not think this should be merged because you are not supposed to run the webui-user.bat with any cmd arguments in the first place. You are supposed to put all of them in the COMMAND_ARGS env variable that this batch file sets.
I do not think this should be merged because you are not supposed to run the webui-user.bat with any cmd arguments in the first place. You are supposed to put all of them in the COMMAND_ARGS env variable that this batch file sets.
Makes sense, thank you for the clarification