.bat launch options NSFW and SFW modes #9448
Closed
Mistborn-First-Era
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lately I wish to open the webUI without NSFW pictures (specifically those in my lora directory). My idea was to use the .bat file to prompt which mode I wish to run SD in. I have been using ChatGPT to figure out most of the code needed, however one part is eluding my attempts.
How do I use multiple arguments within the same command line function?
For example I would like to access both folder1 and folder2 while in nsfw mode. But it doesn't work with 'comma' or 'comma space' as a delimiter. It also doesn't work with using the directory command twice.
set COMMANDLINE_ARGS= --lora-dir "path\folder1", "path\folder2"
doesn't workset COMMANDLINE_ARGS= --lora-dir "path\folder1" --lora-dir "path\folder2"
doesn't workIf anyone know how to do this I would really appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions